aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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