aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/lists.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-20/+39
| | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* feature: Add APIs to create new lists and bookmarksMohamed Bassem2024-10-201-10/+4
|
* fix: Increase list name size to max 40 chars up from 20. Fixes #254MohamedBassem2024-07-011-1/+1
|
* feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem2024-04-231-0/+20
|
* feature: Nested lists (#110). Fixes #62Mohamed Bassem2024-04-191-30/+49
| | | | | * feature: Add support for nested lists * prevent moving the parent to a subtree
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-1/+2
|
* feature(web): Add support for removing items from listsMohamedBassem2024-03-201-2/+29
|
* feature(web): Add support for demo modeMohamedBassem2024-03-191-5/+10
|
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-0/+173