Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add tags + UI improvements #21

Merged
merged 13 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,12 @@ This is the roadmap I will be following for the complete migration to v3:

⬆️ **Dashboard (tags):**

- ⚙️ Add search links by tags in the dashboard.
- ⚙️ Create a new tag.
- ⚙️ Update a tag.
- ⚙️ Delete a tag.
- ✅ Add search links by tags in the dashboard.
- 🔔 Create a new tag.
- ✅ Delete a tag.
- ⚙️ Update the tags of a link.

🔔 Add option to change tag color.

⬆️ **Dashboard (settings):**

Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,30 @@
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev --name init",
"db:studio": "prisma studio",
"db:push": "turso db shell slug < ./prisma/migrations/20240328133022_init/migration.sql",
"db:push": "turso db shell slug < ./prisma/migrations/20240331131037_init/migration.sql",
"db:pscale:dump": "pscale database dump databasename databasebranch",
"db:turso:dump": "turso db shell databasename .dump > dump.sql"
"db:turso:dump": "turso db shell slug .dump > dump.sql"
},
"dependencies": {
"@auth/core": "0.28.1",
"@auth/prisma-adapter": "1.5.1",
"@hookform/resolvers": "3.3.4",
"@libsql/client": "0.6.0",
"@libsql/client": "0.5.6",
"@prisma/adapter-libsql": "5.11.0",
"@prisma/client": "5.11.0",
"@radix-ui/react-collapsible": "1.0.3",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@t3-oss/env-nextjs": "0.9.2",
"bcryptjs": "2.4.3",
"boring-avatars": "1.10.1",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"cmdk": "1.0.0",
Expand Down
Loading
Loading