aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/public (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-20deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem1-8/+6
* Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
2025-06-07feat(ui): Improve the look of the public bookmarks pageMohamed Bassem2-20/+7
2025-06-07fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem1-3/+13
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem3-0/+118
* 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