aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deps: upgrade to pnpm@9.15.9 (#1544)xuatz2025-06-081-1/+1
| | | | | | | | | | | | | * feat: upgrade to pnpm@9.15.9 * extra stuff * unpin mobile deps * unpin root package.json deps too --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-011-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: public lists * Drop viewing modes * Add the public endpoint for assets * regen the openapi spec * proper handling for different asset types * Add num bookmarks and a no bookmark banner * Correctly set page title * Add a not-found page * merge the RSS and public list endpoints * Add e2e tests for the public endpoints * Redesign the share list modal * Make NEXTAUTH_SECRET not required * propery render text bookmarks * rebase migration * fix public token tests * Add more tests
* refactor: Move bookmark utils from shared-react to sharedMohamed Bassem2025-05-312-0/+79
|
* feat: add support for filtering by bookmark age (#1228)Brandon Wong2025-04-131-0/+42
|
* feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem2024-04-231-1/+6
|
* feature: Nested lists (#110). Fixes #62Mohamed Bassem2024-04-191-0/+55
* feature: Add support for nested lists * prevent moving the parent to a subtree