rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
refactor: remove unused trpc files from web and mobile Mohamed Bassem 76 -83/+102
refactor: migrate trpc to the new react query integration mode (#2438)
* refactor: migrate trpc to the new react query integration mode
* more fixes
* more migrations
* upgrade trpc client
Mohamed Bassem 112 -1871/+2536
refactor: centralize auth imports through new client module (#2437)
* 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>
Mohamed Bassem 15 -15/+25
chore: Rename hoarder packages to karakeep MohamedBassem 230 -644/+654
feature: Add i18n support. Fixes #57 (#635)
* 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
Mohamed Bassem 56 -281/+929
fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)
limiting the length of the URL for batched requests to prevent 431 errors
kamtschatka 3 -0/+3
feature(web): Allow changing the bookmark grid layout (#98) Mohamed Bassem 20 -268/+546
refactor(web): Move the tooltip provider to the root of the app MohamedBassem 4 -102/+89
feature(web): Add dark mode support MohamedBassem 31 -39/+138
feature(web): Add support for demo mode MohamedBassem 13 -19/+89
lint: Lint and format the entire repo with the new configs MohamedBassem 122 -411/+424
structure: Create apps dir and copy tooling dir from t3-turbo repo MohamedBassem 396 -9511/+10350
fix: Fix hydration in list view caused by the spinner MohamedBassem 4 -17/+46
feature: Add an admin page showing server stats and actions MohamedBassem 12 -7/+1048
ui: hydrate the react query cache in the client side components MohamedBassem 9 -15/+56
Migrating to react query for client side queries MohamedBassem 11 -96/+197