aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/public (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: Silence lint on <a> and <img> tags when it's intentionalMohamed Bassem2025-09-281-0/+2
|
* fix(web): Fix dark mode titles for public listsMohamedBassem2025-08-221-4/+4
|
* feat(ui): Improve the look of the public bookmarks pageMohamed Bassem2025-06-071-5/+59
|
* fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem2025-06-071-0/+1
|
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-012-0/+264
* 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