Skip to content

Commit

Permalink
Merge pull request #21 from pheralb/next
Browse files Browse the repository at this point in the history
✨ Add tags + UI improvements
  • Loading branch information
pheralb committed Mar 31, 2024
2 parents b425248 + 2ecde61 commit 11c27bb
Show file tree
Hide file tree
Showing 26 changed files with 1,213 additions and 174 deletions.
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

0 comments on commit 11c27bb

Please sign in to comment.