aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-11feat: privacy-respecting bookmark debugger admin tool (#2373)Mohamed Bassem1-2/+1
* fix: parallelize queue enqueues in bookmark routes * fix: guard meilisearch client init with mutex * feat: add bookmark debugging admin tool * more fixes * more fixes * more fixes
2025-12-28refactor: migrate toasts to sonnerMohamed Bassem4-224/+72
2025-12-27feat: add customizable tag styles (#2312)Mohamed Bassem2-0/+287
* feat: add customizable tag styles * add tag lang setting * ui settings cleanup * fix migration * change look of the field * more fixes * fix tests
2025-12-24feat: show bookmark owner icon in shared lists (#2277)Mohamed Bassem1-1/+1
* feat: Add owner icon to bookmarks in shared lists Display a small icon showing the bookmark owner's name and email on hover when viewing bookmarks from other users in shared lists. The icon appears in the top-right corner of bookmark cards across all layout types (grid, list, compact). Changes: - Add user field to ZBookmark type to include owner name and email - Update bookmark queries to fetch user information via join - Create BookmarkOwnerIcon component with tooltip showing owner details - Integrate owner indicator into BookmarkLayoutAdaptingCard for all layouts - Only show icon for bookmarks not owned by current user * use icons in more places * remove tooltip providers * fix non list context --------- Co-authored-by: Claude <noreply@anthropic.com>
2025-12-24feat: add support for user avatars (#2296)Mohamed Bassem2-0/+101
* feat: add support for user avatars * more fixes * more fixes * more fixes * more fixes
2025-11-22fix: use kbd for editor cardMohamed Bassem1-0/+28
2025-11-02feat: Support inline toggling for todos. fixes #1931 (#1933)Cédric1-0/+46
* [1931] Can now chain the creation of todos from the quick add form * [1931] Can now toggle todos from the masonry view + added a custom renderer for inputs of type checkbox (required to remove the readonly default attribute) * handle nested lists and case --------- Co-authored-by: Cédric <cedric.marinot@elosi.com> Co-authored-by: Mohamed Bassem <me@mbassem.com>
2025-09-07feat(web): render AI summary in markdown (#1869)Youen Chéné1-2/+8
* feat: wrap bookmark summary with MarkdownReadonly component to render Markdown properly. * fix: hydration errors because of the markdown component
2025-08-20deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2-44/+183
* Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
2025-07-19feat: Add a proper reader modeMohamed Bassem1-0/+27
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz1-1/+1
* chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem1-1/+40
* 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
2025-05-25fix: Fix end icon in smart list input overlapping with text. Fixes #1379Mohamed Bassem1-10/+6
2025-04-21ui(web): Reduce shadows, lighten some fonts, and a smaller editor. #1261Mohamed Bassem2-11/+33
2025-04-08feat: Allow editing bookmark detailsMohamedBassem1-0/+69
2025-04-06fix(web): Get rid of focus rings for ghost buttonsMohamedBassem1-1/+2
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem1-0/+154
2024-12-21feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem1-0/+60
2024-12-21feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe5-61/+534
* #701 Improve note support : WYSIWYG markdown First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc... * #701 Improve note support : WYSIWYG markdown improved performance to not rerender all note card when one is updated * Use markdown shortcuts * Remove the alignment actions * Drop history buttons * Fix code and highlighting buttons * Remove the unneeded update markdown plugin * Remove underline support as it's not markdown native * - added ListPlugin because if absent, there's a bug where you can't escape a list with enter + enter - added codeblock plugin - added prose dark:prose-invert prose-p:m-0 like you said (there's room for improvement I think, don't took the time too deep dive in) and removed theme - Added a switch to show raw markdown - Added back the react markdown for card (SSR) * delete theme.ts * add theme back for code element to be more like prism theme from markdown-readonly * move the new editor back to the edit menu * move the bookmark markdown component into dashboard/bookmark * move the tooltip into its own component * move save button to toolbar * Better raw markdown --------- Co-authored-by: Giuseppe Lapenta <giuseppe.lapenta@enovacom.com> Co-authored-by: Mohamed Bassem <me@mbassem.com>
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem1-1/+3
* feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
2024-10-19fix(web): Single linebreaks are lost when viewing textnote card. Fixes #549 ↵kamtschatka1-1/+2
(#551) added remarkBreaks plugin to properly handle single newlines
2024-09-22feature(web): Show attachments and allow users to manipulate them.MohamedBassem1-3/+3
2024-09-21feature(web): Add support for importing bookmarks from PocketMohamedBassem1-0/+27
2024-09-21feature(web): Move bookmark imports into settingsMohamedBassem1-0/+51
2024-07-15feature: Add github markdown support which includes tables, checklists and ↵kamtschatka1-0/+2
auto links #300 (#302) added the possibility to add checkboxes
2024-07-01feat: Add bulk edit option for bookmarks. Fixes #84 (#259)Md Saban2-3/+3
* feat: add bulk edit option for bookmarks * fix: resolve comments * fix: resolve comments * fix: resolve comments * fix: resolve comments * rename bulk action store, simplify the bulk action toolbar --------- Co-authored-by: MohamedBassem <me@mbassem.com>
2024-06-22fix(web): Fix save action on empty card. Fixes #225 (#243)Md Saban1-1/+5
* fix: Empty item save action * fix: resolve comments * chore: prettier
2024-06-09feature(web): Add syntax highlighting to code blocks and a quick copy ↵kamtschatka2-0/+95
button. Fixes #195 (#197) * Any plans to support copy to clipboard (markdown code) for notes? #195 added a button to copy the markdown and added code highlighting * Any plans to support copy to clipboard (markdown code) for notes? #195 Changed the copy-button to a generic one added a safeguard and a message to the copy button if copying is not possible * Some code cleanups --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>
2024-05-19feature(web): Add an archive button to list management dialogMohamedBassem1-0/+1
2024-05-19feature(web): Allow adding multiple URLs at once #158 (#167)kamtschatka1-0/+55
Added a reusable dialog opening a dialog that allows you to decide if you want to import multiple URLs at once if you provide only that Co-authored-by: kamtschatka <simon.schatka@gmx.at>
2024-05-18feature(web): Improve merging of tags by simple drag and drop #144 (#154)kamtschatka1-0/+45
* Improve merging of tags by simple drag and drop #144 Added drag&drop functionality Allowing sorting the tags by name, as this is more intuitive * Improve merging of tags by simple drag and drop #144 minor renamings removed some unnecessary code * Improve merging of tags by simple drag and drop #144 extracted out the drag and drop functionality to be more encapsulated and reusable * Improve merging of tags by simple drag and drop #144 improved the usage sorter to additionally compare by name if the usage is the same * Improve merging of tags by simple drag and drop #144 replaced checkboxes with toggles floating on the right --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at>
2024-04-24fix(web): Fix hydration error in the bookmark preview pageMohamedBassem1-1/+1
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem2-4/+64
* feature: Add support for nested lists * prevent moving the parent to a subtree
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem2-10/+57
2024-04-14fix(web): Fix some JS console errors in the preview pageMohamedBassem1-26/+31
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem1-69/+0
2024-04-07refactor(web): Move the tooltip provider to the root of the appMohamedBassem1-16/+10
2024-04-07feature: Extract hook logic into separate package and add a new action bar ↵MohamedBassem1-0/+2
in bookmark preview
2024-04-06ui(web): Add a tooltip explaining what archived meansMohamedBassem1-0/+38
2024-03-31refactor: Extract the action confirming dialog into its own componentMohamedBassem1-0/+48
2024-03-30feature(web): Allow support for multiple asset upload at the same time. ↵MohamedBassem1-1/+1
Fixes: #36
2024-03-30fix(web): Consistent spacing in the content container in all pages. Fixes #40MohamedBassem1-0/+11
2024-03-21feature: A better looking bookmark preview pageMohamedBassem2-6/+46
2024-03-21fix: Reset add list form form on submissionMohamedBassem1-0/+2
2024-03-19feature(web): Add support for demo modeMohamedBassem1-1/+8
2024-03-15ui(web): Change the text in cards to be less aggressiveMohamedBassem1-1/+1
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem21-99/+81
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem23-0/+1684