aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/providers.tsx (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-01refactor: remove unused trpc files from web and mobileMohamed Bassem1-1/+1
2026-02-01refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem1-7/+8
* refactor: migrate trpc to the new react query integration mode * more fixes * more migrations * upgrade trpc client
2026-02-01refactor: centralize auth imports through new client module (#2437)Mohamed Bassem1-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-12chore: Rename hoarder packages to karakeepMohamedBassem1-1/+1
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem1-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-13fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)kamtschatka1-0/+1
limiting the length of the URL for batched requests to prevent 431 errors
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem1-14/+20
2024-04-07refactor(web): Move the tooltip provider to the root of the appMohamedBassem1-1/+2
2024-03-23feature(web): Add dark mode supportMohamedBassem1-1/+9
2024-03-19feature(web): Add support for demo modeMohamedBassem1-7/+14
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-6/+6
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-02fix: Fix hydration in list view caused by the spinnerMohamedBassem1-1/+29
2024-03-01feature: Add an admin page showing server stats and actionsMohamedBassem1-4/+16
2024-02-20ui: hydrate the react query cache in the client side componentsMohamedBassem1-0/+2
2024-02-16Migrating to react query for client side queriesMohamedBassem1-0/+33