data-peek/apps/webapp
Rohith Gilla 711631c872
refactor(webapp): migrate all components to Dexie hooks, delete query-store
Migrated page.tsx, tab-container, command-palette, edit-toolbar,
results-table, schema-table-item, and use-sync-url from useQueryStore
to useQueryTabs. Ephemeral execution state (results, errors, executing)
now lives in React state. Query history auto-records to Dexie on execute.
2026-04-06 17:18:52 +05:30
..
drizzle Add web SQL client (app.datapeek.dev) (#133) 2026-04-05 12:32:32 +05:30
src refactor(webapp): migrate all components to Dexie hooks, delete query-store 2026-04-06 17:18:52 +05:30
.env.local.example Add web SQL client (app.datapeek.dev) (#133) 2026-04-05 12:32:32 +05:30
.gitignore chore: gitignore 2026-04-06 08:39:36 +05:30
drizzle.config.ts Add web SQL client (app.datapeek.dev) (#133) 2026-04-05 12:32:32 +05:30
next-env.d.ts fix(webapp): add Clerk dark theme for visible auth UI 2026-04-06 10:45:10 +05:30
next.config.ts Add web SQL client (app.datapeek.dev) (#133) 2026-04-05 12:32:32 +05:30
package.json feat(webapp): add Dexie database definition for local-first storage 2026-04-06 17:08:09 +05:30
postcss.config.mjs Add web SQL client (app.datapeek.dev) (#133) 2026-04-05 12:32:32 +05:30
tsconfig.json Add web SQL client (app.datapeek.dev) (#133) 2026-04-05 12:32:32 +05:30
vercel.json Add web SQL client (app.datapeek.dev) (#133) 2026-04-05 12:32:32 +05:30