Add URL content type support and enhance snippet functionality:

- Introduced 'url' as a new content type in the application.
- Updated database queries to include copy count for snippets.
- Enhanced UI components to display copy count and handle URL snippets.
This commit is contained in:
Bogdan
2026-06-17 11:34:39 +03:00
parent b5a0dbc473
commit 69b57f8aa1
14 changed files with 256 additions and 51 deletions
+2
View File
@@ -1,2 +1,4 @@
packages:
- '.'
allowBuilds:
esbuild: true