aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-26refactor: Extract the importing logic into its own hookMohamed Bassem1-258/+2
2025-07-26feat: Configurable number of grid columns. Fixes #1713Mohamed Bassem4-72/+134
2025-07-26feat: Render author, publisher and pub data in the bookmark viewMohamed Bassem1-1/+49
2025-07-26fix: Avoid prefetching assets and tags in the link component. Fixes #1759Mohamed Bassem2-0/+3
2025-07-26fix: Drop legacy container noticeMohamed Bassem1-19/+0
2025-07-19fix(web): Remove horizontal scroll in PWA's headerMohamed Bassem1-1/+1
2025-07-19feat(web): Slightly nicer looking tags pageMohamed Bassem2-69/+93
2025-07-19fix: Fix edit list modal not clearing parentMohamed Bassem1-1/+1
2025-07-19feat: Add a proper reader modeMohamed Bassem6-158/+234
2025-07-17fix(web): Fix the clear parent button in the edit list dialog. Fixes #1742Mohamed Bassem1-1/+1
2025-07-14fix: Clear search history on logoutMohamed Bassem2-15/+12
2025-07-14feat: adding search history #1541 (#1627)lexafaxine2-31/+168
2025-07-13feat: markdown file upload support (#1647) (#1672)Rodrigo Santos1-3/+20
2025-07-13feat: Add stripe based subscriptionsMohamed Bassem2-0/+410
2025-07-13feat: Add delete account supportMohamed Bassem1-0/+182
2025-07-12fix(web): Fix the alignment in the user options pageMohamed Bassem1-4/+1
2025-07-12fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem1-0/+2
2025-07-12feat: Support forget and reset passwordMohamed Bassem3-0/+339
2025-07-12feat(ui): Revamp the signin/signup pageMohamed Bassem4-231/+365
2025-07-10feat: Add invite user supportMohamed Bassem4-102/+749
2025-07-10feat: Add support for email verificationMohamed Bassem1-5/+23
2025-07-07fix: Drop the need to for the self-call for providers and NEXTAUTH_INTERNAL_URLMohamed Bassem2-5/+9
2025-07-06fix(web): Clicking on search tooltip opens the search language guide. Fixes #...Mohamed Bassem2-5/+10
2025-07-06feat: Add a new timezone user settingMohamed Bassem1-3/+77
2025-07-06feat: Add per user storage quotaMohamed Bassem2-0/+33
2025-07-04feat: Add per user bookmark count quotaMohamed Bassem2-158/+193
2025-07-04fix(web): Add icons to preview selectorsMohamed Bassem1-4/+19
2025-06-29fix: switch import / export icons (#1682)Harry Peach1-2/+2
2025-06-22chore: More oxlint changesMohamed Bassem2-9/+7
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz9-7/+16
2025-06-21feat(admin): add confirmation dialog for user deletion (#1648) (#1649)Deepanshu Saini1-10/+31
2025-06-07feat(ui): Improve the look of the public bookmarks pageMohamed Bassem1-5/+59
2025-06-07fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem1-0/+1
2025-06-07fix(web): Smaller card titles in the user info pageMohamed Bassem3-3/+3
2025-06-07fix: preserve unsaved title changes when modifying bookmark tags in the edit ...Adrian-Ryan Acala1-6/+5
2025-06-07feat(web): Redesign the user settings pageMohamed Bassem3-188/+300
2025-06-07fix(web): Drop the experimental icon from rss feedsMohamed Bassem1-9/+0
2025-06-01feat: Maintain list structure when importing from netscape. Fixes #538Mohamed Bassem1-44/+87
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem9-77/+435
2025-06-01feat: add user customisable default archive display behaviour (#1505)xuatz4-6/+104
2025-05-31feat: Generate RSS feeds from lists (#1507)Mohamed Bassem3-1/+197
2025-05-31refactor: Move bookmark utils from shared-react to sharedMohamed Bassem10-13/+13
2025-05-25fix: Fix end icon in smart list input overlapping with text. Fixes #1379Mohamed Bassem3-17/+15
2025-05-25fix: Show list options menu on list sidebar hoverMohamed Bassem1-25/+23
2025-05-25fix: Truncate the RSS feed urlMohamed Bassem1-1/+6
2025-05-24feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2-8/+120
2025-05-24feat: Read the archive status from omnivore and pocket. Fixes #703MohamedBassem1-0/+1
2025-05-18feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem1-0/+4
2025-05-18feat: Add AI auto summarization. Fixes #1163Mohamed Bassem1-2/+22
2025-05-18fix(web): Switch to a tab view in small screens for bookmark previewsOlicorne1-36/+80