aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/dashboard/layout.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): Handle user deletion more gracefullyMohamed Bassem2025-09-141-4/+22
|
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-271-2/+2
|
* feat(workers): Allow custmoizing max parallelism for a bunch of workers. ↵Mohamed Bassem2025-07-051-1/+1
| | | | Fixes #724
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-241-18/+24
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-1/+1
|
* fix: Add missing list to PWA. Fixes #884Mohamed Bassem2025-02-231-2/+18
|
* refactor: Refactor sidebar into a shared componentMohamed Bassem2024-12-301-23/+66
|
* feature(web): Introduce a new sticky navbar. Fixes 520 (#515)Md Saban2024-10-121-13/+17
| | | | | | | | | | | | | * ui: add global header * fix: design fixes * fix: tests * fix navbar background, hide y scrollbar and change sidebar footer to show version --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* feature(web): Async validate JWT account and sign out the user if they no ↵MohamedBassem2024-10-051-0/+2
| | | | longer exist
* ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem2024-04-241-0/+3
|
* feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2024-04-091-1/+1
|
* fix(web): Consistent spacing in the content container in all pages. Fixes #40MohamedBassem2024-03-301-1/+1
|
* feature(web): Add dark mode supportMohamedBassem2024-03-231-1/+1
|
* ui(web): Show an overlay when dragging is activeMohamedBassem2024-03-201-2/+1
|
* fix(web): Only show demo mode banner in demo modeMohamedBassem2024-03-191-1/+3
|
* feature(web): Add support for demo modeMohamedBassem2024-03-191-0/+2
|
* Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem2024-03-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-1/+1
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+24