aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Drop support for time bounded invitationsMohamedBassem2025-08-021-42/+5
|
* refactor: Extract the importing logic into its own hookMohamed Bassem2025-07-261-258/+2
|
* feat: Configurable number of grid columns. Fixes #1713Mohamed Bassem2025-07-264-72/+134
|
* feat: Render author, publisher and pub data in the bookmark viewMohamed Bassem2025-07-261-1/+49
|
* fix: Avoid prefetching assets and tags in the link component. Fixes #1759Mohamed Bassem2025-07-262-0/+3
|
* fix: Drop legacy container noticeMohamed Bassem2025-07-261-19/+0
|
* fix(web): Remove horizontal scroll in PWA's headerMohamed Bassem2025-07-191-1/+1
|
* feat(web): Slightly nicer looking tags pageMohamed Bassem2025-07-192-69/+93
|
* fix: Fix edit list modal not clearing parentMohamed Bassem2025-07-191-1/+1
|
* feat: Add a proper reader modeMohamed Bassem2025-07-196-158/+234
|
* fix(web): Fix the clear parent button in the edit list dialog. Fixes #1742Mohamed Bassem2025-07-171-1/+1
|
* fix: Clear search history on logoutMohamed Bassem2025-07-142-15/+12
|
* feat: adding search history #1541 (#1627)lexafaxine2025-07-142-31/+168
| | | | | | | | | | | | | | | | | | | | | | | * feat: adding search history * fix popover should close when no matched history * remove unnecessary react import * replace current Input component with CommandInput for better UX * add i18n for recent searches label * fix bug * refactor local storage logic to make code reusable * using zod schema to validate search history and revert debounce change * Consolidate some of the files --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: markdown file upload support (#1647) (#1672)Rodrigo Santos2025-07-131-3/+20
| | | | | | | | | | | * feat: Add support for uploading Markdown (.md) files * add: markdown to supported bookmark assets * revert the changes in the assetdb --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-132-0/+410
|
* feat: Add delete account supportMohamed Bassem2025-07-131-0/+182
|
* fix(web): Fix the alignment in the user options pageMohamed Bassem2025-07-121-4/+1
|
* fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem2025-07-121-0/+2
|
* feat: Support forget and reset passwordMohamed Bassem2025-07-123-0/+339
|
* feat(ui): Revamp the signin/signup pageMohamed Bassem2025-07-124-232/+366
|
* feat: Add invite user supportMohamed Bassem2025-07-104-102/+749
|
* feat: Add support for email verificationMohamed Bassem2025-07-101-5/+23
|
* fix: Drop the need to for the self-call for providers and NEXTAUTH_INTERNAL_URLMohamed Bassem2025-07-072-5/+9
|
* fix(web): Clicking on search tooltip opens the search language guide. Fixes ↵Mohamed Bassem2025-07-062-5/+10
| | | | #1540
* feat: Add a new timezone user settingMohamed Bassem2025-07-061-3/+77
|
* feat: Add per user storage quotaMohamed Bassem2025-07-062-0/+33
|
* feat: Add per user bookmark count quotaMohamed Bassem2025-07-042-158/+193
|
* fix(web): Add icons to preview selectorsMohamed Bassem2025-07-041-4/+19
|
* fix: switch import / export icons (#1682)Harry Peach2025-06-291-2/+2
|
* chore: More oxlint changesMohamed Bassem2025-06-222-9/+7
|
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-229-7/+16
| | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
* feat(admin): add confirmation dialog for user deletion (#1648) (#1649)Deepanshu Saini2025-06-211-10/+31
| | | | | | | | | * feat(admin): add confirmation dialog for user deletion (#1648) * No need to manage dialog state --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* 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
|
* fix(web): Smaller card titles in the user info pageMohamed Bassem2025-06-073-3/+3
|
* fix: preserve unsaved title changes when modifying bookmark tags in the edit ↵Adrian-Ryan Acala2025-06-071-6/+5
| | | | | | | | | | | | | | | | | dialog (#1515) * feat: preserve unsaved title changes when modifying bookmark tags Prevents loss of unsaved title edits when users interact with tag selectors or other UI elements. Adds useDialogFormReset hook to maintain form state consistency across component re-renders. Fixes #1339 * Revert unnecessary modifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat(web): Redesign the user settings pageMohamed Bassem2025-06-073-188/+300
|
* fix(web): Drop the experimental icon from rss feedsMohamed Bassem2025-06-071-9/+0
|
* feat: Maintain list structure when importing from netscape. Fixes #538Mohamed Bassem2025-06-011-44/+87
|
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-019-77/+435
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* feat: add user customisable default archive display behaviour (#1505)xuatz2025-06-014-6/+104
| | | | | | | | | | | | | | | | | * fix typo * implementation * bug fix and refactoring * Use nuqs for searchParam management * remove the todo about the tests * fix tests --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Generate RSS feeds from lists (#1507)Mohamed Bassem2025-05-313-1/+197
| | | | | | | | | | | * refactor: Move bookmark utils from shared-react to shared * Expose RSS feeds for lists * Add e2e tests * Slightly improve the look of the share dialog * allow specifying a limit in the rss endpoint
* refactor: Move bookmark utils from shared-react to sharedMohamed Bassem2025-05-3110-13/+13
|
* fix: Fix end icon in smart list input overlapping with text. Fixes #1379Mohamed Bassem2025-05-253-17/+15
|
* fix: Show list options menu on list sidebar hoverMohamed Bassem2025-05-251-25/+23
|
* fix: Truncate the RSS feed urlMohamed Bassem2025-05-251-1/+6
|
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-242-8/+120
|
* feat: Read the archive status from omnivore and pocket. Fixes #703MohamedBassem2025-05-241-0/+1
|
* feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem2025-05-181-0/+4
|
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-2/+22
|