aboutsummaryrefslogtreecommitdiffstats
path: root/apps (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-14feature(mobile): Add proper error handling for server errorsMohamedBassem6-13/+58
2024-09-08release(mobile): Bump mobile version to 1.6.2MohamedBassem1-3/+3
2024-09-08feature(mobile): Show the view bookmark modal for links as wellMohamedBassem2-5/+56
2024-09-08feature(mobile): Add a floating button for quickly adding new bookmarksMohamedBassem1-2/+8
2024-09-01fix(web): Add optimistic rendering for the tags editorMohamedBassem1-2/+24
2024-09-01feature(web): Manage tags in bulk actionsMohamedBassem6-44/+214
2024-09-01feature(web): Pop tag in TagEditor on pressing backspace. #368MohamedBassem1-0/+1
2024-09-01feature(web): Show the number of bulk selected bookmarksMohamedBassem1-2/+7
2024-09-01feature(web): Allow adding to lists in bulk actions. #368MohamedBassem2-1/+153
2024-08-31build: Fix sherif failures by sorting depsMohamedBassem3-3/+3
2024-08-26feature(mobile): Allow interacting with images in the app. Fixes #352MohamedBassem5-18/+37
2024-08-26feature(mobile): Add support for deleting listsMohamedBassem1-3/+57
2024-08-26feature(mobile): Allow configuring uploaded image quality in the mobile appMohamedBassem5-12/+64
2024-08-26feature(mobile): Add ability to create basic lists from the appMohamedBassem3-5/+111
2024-08-26release(mobile): Bump mobile version to 1.6.1MohamedBassem1-3/+3
2024-08-26ui(mobile): Merge the editors for notes and linksMohamedBassem3-32/+30
2024-08-26feature(mobile): Change the view bookmark page to be a modal and add tags andMohamedBassem6-192/+285
2024-08-26ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem5-125/+154
2024-08-25feature(mobile): Allow editing notes from the mobile appMohamedBassem3-31/+92
2024-08-24fix(mobile): trim slash from url on signin. Fixes #311 (#361)Mark :)1-1/+1
2024-08-24fix(mobile): Allow expanding the text by clicking on bookmark cardMohamedBassem4-37/+160
2024-08-24fix(mobile): Change the next note text input to have multiple lines by defaultMohamedBassem1-0/+2
2024-08-18fix(extension): Upgrade crxjs to 2.0 to add support for firefoxMohamedBassem4-4/+13
2024-08-18release(extension): Release version 1.2.2MohamedBassem1-1/+1
2024-08-18[extension] Add context menu item in the browser extension. Fixes #155 (#278)kamtschatka4-20/+82
2024-07-28fix(mobile): Change the hoarded page to no longer be a modal to allow AddToLi...MohamedBassem2-8/+4
2024-07-28release(mobile): Bump mobile version to 1.6.0MohamedBassem1-2/+2
2024-07-28feat(mobile): Add ability to manage listsMohamedBassem5-31/+201
2024-07-28fix(workers): Shutdown workers on SIGTERMMohamedBassem2-0/+9
2024-07-27cli: Extract tag management into separate subcommandMohamedBassem2-21/+20
2024-07-27release(cli): Bump CLI version to 0.13.6MohamedBassem1-1/+1
2024-07-27feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka3-30/+120
2024-07-21refactor: Remove unused BookmarkedTextViewer (#310)kamtschatka2-31/+0
2024-07-21fix: async/await issues with the new queue (#319)kamtschatka2-3/+3
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem6-75/+78
2024-07-15feature: Add github markdown support which includes tables, checklists and au...kamtschatka3-1/+7
2024-07-14fix: monolith not embedding SVG files correctly. Fixes #289 (#306)kamtschatka1-5/+2
2024-07-13fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)kamtschatka2-0/+2
2024-07-13feature(web): Save title and tag name changes on enter. Fixes #283 (#293)kamtschatka1-0/+1
2024-07-13fix: Delete confirmation doesn't disappear after bulk deletion of links using...kamtschatka1-1/+2
2024-07-06landing: update landing page to include bulk actionsMohamedBassem1-2/+8
2024-07-06fix(web): Suppress hydration warnings caused by the dates in the bookmark gridMohamedBassem1-1/+4
2024-07-06fix(web): Add sans-serif fallback for Inter font in CJK environments (#272)Kohei Watanabe1-1/+4
2024-07-01feat: Add bulk edit option for bookmarks. Fixes #84 (#259)Md Saban14-27/+314
2024-07-01fix: fixed an issue that would half the textarea in grid layout after submitt...kamtschatka1-1/+3
2024-07-01refactor: fixed typos in BookmarkTypes (#268)kamtschatka1-1/+1
2024-07-01refactor: drag and drop improvements (#264)kamtschatka3-104/+124
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka19-51/+82
2024-06-29refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka1-32/+49
2024-06-29ui: refactor admin settings page (#249)Md Saban4-281/+300