aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add tag search and pagination (#1987)Mohamed Bassem2025-09-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Add tag search and use in the homepage * use paginated query in the all tags view * wire the load more buttons * add skeleton to all tags page * fix attachedby aggregation * fix loading states * fix hasNextPage * use action buttons for load more buttons * migrate the tags auto complete to the search api * Migrate the tags editor to the new search API * Replace tag merging dialog with tag auto completion * Merge both search and list APIs * fix tags.list * add some tests for the endpoint * add relevance based sorting * change cursor * update the REST API * fix review comments * more fixes * fix lockfile * i18n * fix visible tags
* fix: Incremental polling interval for ongoing crawlsMohamed Bassem2025-08-311-13/+32
|
* feat: Store large html content in the asset dbMohamed Bassem2025-07-061-0/+17
|
* fix(tags): normalise leading hashes in tag names (#1317) (#1351)Mostafa Wahied2025-06-221-0/+6
| | | | | | | | | | | * fix(tags): normalise leading hashes in tag names (#1317) * move the transformation to zod * fix openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* 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