aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/BookmarkLayoutAdaptingCard.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-011-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-311-1/+1
|
* ui(web): Reduce shadows, lighten some fonts, and a smaller editor. #1261Mohamed Bassem2025-04-211-4/+4
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-3/+3
|
* feat: show createdAt year in card footer when created over a year ago (#790)JD Hartley2024-12-311-2/+9
|
* fix(web): Fix some hydration errors in bulk actionsMohamedBassem2024-09-271-2/+2
|
* feature(web): Add a compact layout. Fixes #379MohamedBassem2024-09-151-1/+56
|
* fix(web): Suppress hydration warnings caused by the dates in the bookmark gridMohamedBassem2024-07-061-1/+4
|
* feat: Add bulk edit option for bookmarks. Fixes #84 (#259)Md Saban2024-07-011-3/+59
| | | | | | | | | | | | | | | | | * feat: add bulk edit option for bookmarks * fix: resolve comments * fix: resolve comments * fix: resolve comments * fix: resolve comments * rename bulk action store, simplify the bulk action toolbar --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* ui(web): Fixed overflow issues for very long titles (#152)Cari2024-05-161-2/+10
| | | | | | | | | | | * ui(web): Titles that exceed the allotted space now terminate with an ellipsis ui(web): Very long titles now break in edit mode instead of overflowing horizontally * ui(web): Titles on bookmark cards longer than two lines will terminate with an ellipsis ui(web): Tooltips for long titles now wrap to multiple lines as needed ui(web): Aligned titles in preview panes to the left margin
* feature: Download images and screenshotsMohamedBassem2024-04-201-1/+1
|
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-141-0/+131