aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem1-1/+1
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem1-17/+9
2024-04-23feature(web): Change the AddList modal to allow adding and removing bookmarks...MohamedBassem2-14/+89
2024-04-23fix(web): Fix missing link card image in list viewMohamedBassem1-1/+1
2024-04-20fix: Use next/image for serving bookmark imagesMohamedBassem1-11/+28
2024-04-20feature: Download images and screenshotsMohamedBassem4-10/+12
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem1-58/+21
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem13-14/+17
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem3-2/+3
2024-04-14fix(web): Fix some JS console errors in the preview pageMohamedBassem1-4/+4
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem8-167/+327
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid1-0/+7
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem6-57/+39
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem5-303/+53
2024-04-06fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem1-4/+4
2024-04-06ui(web): Add a tooltip explaining what archived meansMohamedBassem1-19/+6
2024-04-06fix: Only consider text as URL in editor card if it has an http protocol. Fix...MohamedBassem1-1/+4
2024-03-31feature(web): Add ⌘ + E shortcut for quickly focusing on the editorMohamedBassem1-30/+67
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem2-2/+56
2024-03-30fix(web): Consistent spacing in the content container in all pages. Fixes #40MohamedBassem2-6/+2
2024-03-30fix(web): Disable keyboard shortcut submissions in demoModeMohamedBassem1-1/+10
2024-03-27fix: Allow submitting bookmarks with Ctrl+Enter. Fixes #24MohamedBassem1-1/+1
2024-03-27fix: Refresh the search cache when a bookmark is deleted. Fixes #26MohamedBassem1-0/+5
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem3-20/+24
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem2-3/+3
2024-03-23feature(web): Add dark mode supportMohamedBassem7-13/+38
2024-03-23ui(web): Make the editor card a little bit more obviousMohamedBassem1-2/+4
2024-03-22fix: Fix the creation date tooltip in preview pagMohamedBassem1-1/+3
2024-03-21ui(web): Minor style tweaks to the tags editorMohamedBassem1-0/+5
2024-03-21feature: A better looking bookmark preview pageMohamedBassem2-62/+151
2024-03-21fix: Fix open links in new tabs when clicking on the card bannerMohamedBassem1-1/+1
2024-03-20feature(web): Add support for removing items from listsMohamedBassem1-1/+30
2024-03-20fix(web): Greatly improve the search feeling by removing the flickerMohamedBassem3-35/+58
2024-03-19fix(web): Show editor card when there are no bookmarksMohamedBassem1-1/+1
2024-03-19feature(web): Add support for demo modeMohamedBassem3-0/+11
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem4-1/+100
2024-03-17feature(web): A better tags editor using react select with auto complete and ...MohamedBassem1-115/+118
2024-03-17feature: Implemente pagination supportMohamedBassem2-13/+36
2024-03-17refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2-3/+3
2024-03-17ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ...MohamedBassem5-196/+178
2024-03-16ui(web): Add an editor card inline in the bookmark grid and remove the top na...MohamedBassem5-149/+120
2024-03-15ui(web): Change the text in cards to be less aggressiveMohamedBassem2-2/+2
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem13-68/+89
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem14-0/+1308