aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem2024-12-291-1/+1
|
* deps: Upgrade nextjs to 14.2.15Mohamed Bassem2024-12-211-1/+1
|
* deps: Upgrade prettier to 3.4.2Mohamed Bassem2024-12-211-1/+1
|
* feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe2024-12-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #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>
* deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem2024-11-241-2/+2
| | | | | | | | | | | * fix(mobile): Sharing bookmark modal * WIP: Upgrade to 52 * post ugprade fixes * more fixes * fix padding in tabbar
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-0/+4
| | | | | | | | | | | | | * 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
* fix: Adopt pocket's new export format. Fixes #570Mohamed Bassem2024-11-031-0/+2
|
* feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka2024-10-191-0/+2
| | | | | | | | | | | | | | | | | * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * [Feature Request] Log failed login attempts for fail2ban implementation #477 added logging of failed logins * [Feature Request] Log failed login attempts for fail2ban implementation #477 added more logging for extension related logins * Propagte IP to trpc --------- Co-authored-by: Your Name <you@example.com>
* fix(web): Single linebreaks are lost when viewing textnote card. Fixes #549 ↵kamtschatka2024-10-191-0/+1
| | | | | (#551) added remarkBreaks plugin to properly handle single newlines
* deps: Upgrade nodejs to v22MohamedBassem2024-10-121-1/+1
|
* feature(web): Add infinite scrolling supportMohamedBassem2024-09-281-0/+1
|
* feature(web): Add support for importing bookmarks from PocketMohamedBassem2024-09-211-0/+1
|
* feature(web): Preserve title, tags and createdAt when importing a netscape ↵MohamedBassem2024-09-211-0/+1
| | | | html. Fixes #401
* deps: Upgrade nextjs to 14.2.13MohamedBassem2024-09-211-1/+1
|
* deps: Upgrade drizzle and next auth drizzle adapterMohamedBassem2024-09-151-2/+2
|
* feature: Add github markdown support which includes tables, checklists and ↵kamtschatka2024-07-151-0/+1
| | | | | auto links #300 (#302) added the possibility to add checkboxes
* feature(web): Add syntax highlighting to code blocks and a quick copy ↵kamtschatka2024-06-091-0/+2
| | | | | | | | | | | | | | | | | 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>
* feature(web): Improve merging of tags by simple drag and drop #144 (#154)kamtschatka2024-05-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | * 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>
* feature: A new cleanups page to suggest ways to tidy up your bookmarksMohamedBassem2024-04-261-0/+1
|
* feature: Nested lists (#110). Fixes #62Mohamed Bassem2024-04-191-0/+1
| | | | | * feature: Add support for nested lists * prevent moving the parent to a subtree
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-141-1/+1
|
* feature: Extract hook logic into separate package and add a new action bar ↵MohamedBassem2024-04-071-0/+1
| | | | in bookmark preview
* fix(web): Fix the sharp missing error logMohamedBassem2024-03-291-0/+1
|
* ui: Migrate to the new logo everywhereMohamedBassem2024-03-261-0/+1
|
* chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem2024-03-231-2/+0
|
* feature(web): Add dark mode supportMohamedBassem2024-03-231-0/+1
|
* feature: A better looking bookmark preview pageMohamedBassem2024-03-211-0/+2
|
* chore: Bump nextjs version to 14.1.4MohamedBassem2024-03-201-1/+1
|
* Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem2024-03-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tags (#2) * feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error
* feature(web): A better tags editor using react select with auto complete and ↵MohamedBassem2024-03-171-0/+1
| | | | auto create
* docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem2024-03-141-5/+0
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+89