aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/dashboard/layout.tsx (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-19feat: disable karakeep 2025 wrappedMohamed Bassem1-18/+2
2025-12-30feat: 2025 wrapped (#2322)Mohamed Bassem1-2/+18
* feat: 2025 wrapped * don't add wrapped for new users
2025-12-15feat: Add unified reader settings with local overrides (#2230)Evan Simkowitz1-17/+20
* Add initial impl * fix some format inconsistencies, add indicator in user settings when local is out of sync * Fix sliders in user settings, unify constants and formatting * address CodeRabbit suggestions * add mobile implementation * address coderabbit nitpicks * fix responsiveness of the reader settings popover * Move more of the web UI strings to i18n * update translations for more coverage * remove duplicate logic/definitions * fix android font family * add shared reading setting hook between web and mobile * unify reader settings context for both web and mobile * remove unused export * address coderabbit suggestions * fix tests
2025-09-14fix(web): Handle user deletion more gracefullyMohamed Bassem1-4/+22
2025-07-27refactor: Extract meilisearch as a pluginMohamedBassem1-2/+2
2025-07-05feat(workers): Allow custmoizing max parallelism for a bunch of workers. ↵Mohamed Bassem1-1/+1
Fixes #724
2025-05-24feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem1-18/+24
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-1/+1
2025-02-23fix: Add missing list to PWA. Fixes #884Mohamed Bassem1-2/+18
2024-12-30refactor: Refactor sidebar into a shared componentMohamed Bassem1-23/+66
2024-10-12feature(web): Introduce a new sticky navbar. Fixes 520 (#515)Md Saban1-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>
2024-10-05feature(web): Async validate JWT account and sign out the user if they no ↵MohamedBassem1-0/+2
longer exist
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem1-0/+3
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem1-1/+1
2024-03-30fix(web): Consistent spacing in the content container in all pages. Fixes #40MohamedBassem1-1/+1
2024-03-23feature(web): Add dark mode supportMohamedBassem1-1/+1
2024-03-20ui(web): Show an overlay when dragging is activeMohamedBassem1-2/+1
2024-03-19fix(web): Only show demo mode banner in demo modeMohamedBassem1-1/+3
2024-03-19feature(web): Add support for demo modeMohamedBassem1-0/+2
2024-03-19Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem1-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
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-1/+1
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-10refactor: Move all components to the top level directoryMohamedBassem1-2/+2
2024-03-02fix: Fix the double scrolling on mobileMohamedBassem1-2/+2
2024-02-22feature: Introduce a separate sidebar for the mobileMohamedBassem1-3/+11
2024-02-13feature: Add login page and logout buttonMohamedBassem1-1/+1
2024-02-09[ui] Make the bookmarks section scrollableMohamedBassem1-1/+1
2024-02-09[ui] Adding the favourites and archive pagesMohamedBassem1-6/+7
2024-02-09[chore] Linting and formating tweakingMohamedBassem1-1/+1
2024-02-08[refactor] Move the different packages to the package subdirMohamedBassem1-0/+0
2024-02-08[feature] Introduce a sidebarMohamedBassem1-0/+15