| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-01 | refactor: remove unused trpc files from web and mobile | Mohamed Bassem | 1 | -1/+1 | |
| 2026-02-01 | refactor: migrate trpc to the new react query integration mode (#2438) | Mohamed Bassem | 1 | -7/+8 | |
| * refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client | |||||
| 2026-02-01 | refactor: centralize auth imports through new client module (#2437) | Mohamed Bassem | 1 | -2/+1 | |
| * refactor(web): centralize next-auth client-side utilities Create lib/auth/client.ts to re-export all next-auth/react APIs (useSession, signIn, signOut, SessionProvider) from a single location. This prepares for future auth provider replacement by isolating the next-auth dependency. https://claude.ai/code/session_01RLLL6SquzmegG6wKHdT3Fm * format --------- Co-authored-by: Claude <noreply@anthropic.com> | |||||
| 2025-04-12 | chore: Rename hoarder packages to karakeep | MohamedBassem | 1 | -1/+1 | |
| 2024-11-17 | feature: Add i18n support. Fixes #57 (#635) | Mohamed Bassem | 1 | -8/+13 | |
| * 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-07-13 | fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291) | kamtschatka | 1 | -0/+1 | |
| limiting the length of the URL for batched requests to prevent 431 errors | |||||
| 2024-04-14 | feature(web): Allow changing the bookmark grid layout (#98) | Mohamed Bassem | 1 | -14/+20 | |
| 2024-04-07 | refactor(web): Move the tooltip provider to the root of the app | MohamedBassem | 1 | -1/+2 | |
| 2024-03-23 | feature(web): Add dark mode support | MohamedBassem | 1 | -1/+9 | |
| 2024-03-19 | feature(web): Add support for demo mode | MohamedBassem | 1 | -7/+14 | |
| 2024-03-14 | lint: Lint and format the entire repo with the new configs | MohamedBassem | 1 | -6/+6 | |
| 2024-03-14 | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 1 | -0/+0 | |
| 2024-03-02 | fix: Fix hydration in list view caused by the spinner | MohamedBassem | 1 | -1/+29 | |
| 2024-03-01 | feature: Add an admin page showing server stats and actions | MohamedBassem | 1 | -4/+16 | |
| 2024-02-20 | ui: hydrate the react query cache in the client side components | MohamedBassem | 1 | -0/+2 | |
| 2024-02-16 | Migrating to react query for client side queries | MohamedBassem | 1 | -0/+33 | |
