aboutsummaryrefslogtreecommitdiffstats
path: root/.husky (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-04lint: Add huskyMohamedBassem1-0/+2
2024-03-04build: Fix formattingMohamedBassem2-10/+9
2024-03-04fix: Less aggressive invalidation when a bookmark is deletedMohamedBassem1-1/+1
2024-03-04fix: Fix Edit tags not populating tags when link is first addedMohamedBassem3-18/+20
2024-03-04fix: Teach openai to ignore cookie consent popupsMohamedBassem1-3/+5
2024-03-04feature: Initial attempt at making the app a PWAMohamedBassem9-75/+2174
2024-03-03deps: Upgrade some depsMohamedBassem2-93/+122
2024-03-03fix: Remove the activeTab permission from the browser extensionMohamedBassem1-1/+1
2024-03-02fix: Fix hydration in list view caused by the spinnerMohamedBassem4-17/+46
2024-03-02ui: Use a masonry library to maintain the order of the bookmark gridMohamedBassem3-4/+34
2024-03-02ui: Preload the sidebar lists to avoid the spinnerMohamedBassem2-7/+9
2024-03-02readme: Add the ios shortcut link to the readmeMohamedBassem1-3/+3
2024-03-02fix: Fix the double scrolling on mobileMohamedBassem1-2/+2
2024-03-02fix: Set mobile viewport to have maximum scale of 1MohamedBassem1-0/+8
2024-03-02feature: Add 'New List' button in the all lists pageMohamedBassem2-2/+13
2024-03-02feature: Add an 'All Lists' pageMohamedBassem7-14/+101
2024-03-02ui: Move favourites and archive to act as a predefined listMohamedBassem8-47/+45
2024-03-02feature: Show user list in admin pageMohamedBassem5-73/+228
2024-03-02ui: Fix sidebar list spinnerMohamedBassem2-15/+18
2024-03-02fix: Fix visible scrollbars even if content is not overflowingMohamedBassem2-2/+2
2024-03-02fix: Fix missing key property in bookmark gridMohamedBassem1-1/+1
2024-03-02feature: Show a loading indicator when tags are still being fetchedMohamedBassem9-13/+877
2024-03-02fix: URL decode tag names to allow accessing tags with spaces in their nameMohamedBassem1-2/+3
2024-03-02ui: Minor UI tweaks in admin page and sidebarMohamedBassem2-32/+36
2024-03-02feature: Update faviconMohamedBassem3-2/+0
2024-03-02feature: Make the first user an admin automaticallyMohamedBassem4-11/+86
2024-03-02dev: Disable db query logging given that it's very noisyMohamedBassem1-12/+1
2024-03-02fix: Remove unique index on API key name as it was forcing the name to be uni...MohamedBassem4-1/+801
2024-03-02feature: Store full link content and index themMohamedBassem9-1/+878
2024-03-01feature: Default server address for the bookmark and a spinner while its savingMohamedBassem3-13/+52
2024-03-01feature: Add an admin page showing server stats and actionsMohamedBassem12-7/+1048
2024-03-01feature: Add full text search supportMohamedBassem17-12/+440
2024-03-01feature: Add support for creating and updating listsMohamedBassem23-5/+2030
2024-02-29fix: Disable query logging in productionMohamedBassem1-4/+4
2024-02-29fix: Fix browser bookmarking input schemaMohamedBassem2-11/+10
2024-02-29fix: Fix API key authorizationMohamedBassem1-0/+10
2024-02-29docker: Build docker images on every push to mainMohamedBassem1-19/+35
2024-02-29fix: Fix the padding of the tag view pageMohamedBassem2-3/+4
2024-02-29ui: Slightly better looking AllTags pageMohamedBassem1-6/+4
2024-02-29fix: Prevent openai from inferring tags from the prompt itselfMohamedBassem1-5/+10
2024-02-29refactor: Use a Slot for passing classnames to children insteadMohamedBassem3-15/+15
2024-02-29fix: Remove extra row-span from LinkCardMohamedBassem2-3/+2
2024-02-29fix: Delete URL on successful bookmarkMohamedBassem1-0/+4
2024-02-29fix: Fix the look of the grid view and allowing notes to have variable sizeMohamedBassem5-10/+5
2024-02-29fix: Fix phantom links in tag pillsMohamedBassem1-11/+11
2024-02-29fix: Change the colors of the tag pillMohamedBassem1-3/+3
2024-02-29fix: Open links in new tabMohamedBassem1-2/+6
2024-02-28feature: Add support for markdown in the text bookmarksMohamedBassem7-39/+692
2024-02-28fix: Fix the positioning of the favourited starMohamedBassem1-8/+10
2024-02-28feature: Support tag inferance for note bookmarksMohamedBassem2-40/+65