aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-12fix: Limit concurrency of bulk actions. Fix #773Mohamed Bassem3-30/+59
2025-01-12feat: Add ability to filter by bookmark typeMohamed Bassem1-0/+16
2025-01-12feat: Add Bookmark Sorting Feature (#812)Daksh Pareek4-5/+74
2025-01-12feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem1-10/+47
2025-01-12fix: Keep user selection on text highlightMohamed Bassem1-4/+30
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem1-0/+1
2025-01-05fix: Fix truncated long text in bookmark preview modal. Fixe #793Mohamed Bassem2-2/+2
2025-01-04fix: Change search endpoint to accept query as raw stringMohamed Bassem1-1/+1
2025-01-02fix: Add i18n for query explainer and add missing url matcherMohamed Bassem1-14/+57
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem6-45/+175
2024-12-31feat: Add support for searching for tagged and listed itemsMohamed Bassem1-0/+14
2024-12-31feat: Add support for negative search termsMohamed Bassem1-4/+8
2024-12-31feat: Introduce advanced search capabilities (#753)Mohamed Bassem2-9/+116
2024-12-31feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li3-34/+87
2024-12-31feat: show createdAt year in card footer when created over a year ago (#790)JD Hartley1-2/+9
2024-12-30refactor: Refactor sidebar into a shared componentMohamed Bassem10-261/+63
2024-12-30feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem12-7/+95
2024-12-29feat: add Linkwarden importer (#786)Patrick Leonard1-1/+16
2024-12-28fix: react warning about keys in AllHighlightsMohamed Bassem1-8/+5
2024-12-28fix: Better handling for when there's no highlights in the all highlights pageMohamed Bassem1-3/+11
2024-12-28feat: Implement the all highlights page. Fixes #620Mohamed Bassem7-78/+194
2024-12-27feat: Implement highlights support for links. Fixes #620Mohamed Bassem5-6/+524
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-1/+1
2024-12-21feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem4-3/+142
2024-12-21feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe9-123/+600
2024-12-19fix: trim whitespace from email on signin page (#714)Zach1-2/+2
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem1-0/+6
2024-11-17feature: Allow setting bookmark metadata during creationMohamed Bassem1-20/+9
2024-11-17translations: Add german, french and chinese LLM translationsMohamed Bassem1-1/+1
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem38-224/+405
2024-11-09fix: Fix SummarizeWithAI button to use an ActionButtonMohamed Bassem1-4/+3
2024-11-09ui: Mark the RSS subscriptions as an experimental featureMohamed Bassem1-1/+11
2024-11-03feature: Add support for importing bookmarks from Omnivore. Fixes #602Mohamed Bassem1-1/+16
2024-11-03fix: Adopt pocket's new export format. Fixes #570Mohamed Bassem1-1/+1
2024-11-03feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem1-2/+11
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2-1/+411
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2-0/+21
2024-10-27ui: Redesign the settings page and move it to its own layoutMohamed Bassem16-5/+91
2024-10-27fix: Some visual fixes to the AI summaryMohamed Bassem1-50/+42
2024-10-27fix: Fix search input escape listener to only work when the input is in focusMohamed Bassem1-1/+5
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem2-0/+153
2024-10-20fix: Improve field names in the tag APIsMohamed Bassem1-6/+10
2024-10-19feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)kamtschatka2-7/+45
2024-10-19feature: Allow reseting user password, change their roles and create new user...kamtschatka4-7/+554
2024-10-19fix(web): Single linebreaks are lost when viewing textnote card. Fixes #549 (...kamtschatka1-1/+2
2024-10-13fix: Add support for importing notes from the hoarder exportMohamedBassem1-7/+13
2024-10-13fix(web): Fix profile option icon in mobile layoutsMohamedBassem1-1/+1
2024-10-13fix(web): Fix slowness in loading the all tags UI. Fixes #382 (#390)kamtschatka3-29/+70
2024-10-13feature: Allow importing hoarder's own bookmark file. Fixes #527MohamedBassem1-3/+19
2024-10-13feature: Support regenerating AI tags only for failed bookmarksMohamedBassem1-1/+10