Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c57a75c
chore: add index.js entry point and update main field for bundler com…
cevheri Mar 26, 2026
044894a
feat(workspace): add StudioWorkspace types and props interface
cevheri Mar 26, 2026
c7a7574
feat(workspace): add useConnectionAdapter hook with tests
cevheri Mar 26, 2026
25061f7
feat(workspace): add useQueryAdapter hook with tests
cevheri Mar 26, 2026
bf13193
feat(workspace): add StudioWorkspace composite component
cevheri Mar 26, 2026
5665a53
fix(workspace): stub QuerySafetyDialog AI analysis to prevent interna…
cevheri Mar 26, 2026
04cf6bc
feat(workspace): add workspace export entry point and build config
cevheri Mar 26, 2026
fb371cd
fix(workspace): remove unused QueryResult import
cevheri Mar 26, 2026
c879d1d
fix(workspace): add scoped dark theme CSS variables and remove Mobile…
cevheri Mar 26, 2026
b24a179
fix(workspace): inject scoped dark theme CSS via style tag for host a…
cevheri Mar 26, 2026
fc119df
feat: switch to Geist font and apply scoped font system in embedded w…
cevheri Mar 26, 2026
cdd9d24
fix: replace text-[12px] arbitrary values with text-xs for Tailwind v…
cevheri Mar 26, 2026
5b5ad95
refactor: replace hardcoded text-[Npx] with semantic font scale tokens
cevheri Mar 26, 2026
40c7fe9
fix: remove SQL Engine badge overlay from query editor
cevheri Mar 26, 2026
08a80e4
feat(workspace): implement StudioWorkspace export plan and design spe…
cevheri Mar 26, 2026
332379f
fix: update tests for semantic font tokens and removed SQL Engine badge
cevheri Mar 26, 2026
eec1a2e
chore: update CLAUDE.md with library build instructions and clean up …
cevheri Mar 26, 2026
191f80b
bump: version to 0.9.12
cevheri Mar 26, 2026
06e9475
fix(lint): ignore dist/ in eslint config and suppress require() in CJ…
cevheri Mar 26, 2026
f1e3053
tests: update QueryEditor and SnapshotTimeline tests for button label…
cevheri Mar 26, 2026
cf4bbde
fix(test): update OperationsTab badge variant assertion for Shadcn v2
cevheri Mar 26, 2026
286d28d
fix(test): update RootLayout font mock from Inter to Geist
cevheri Mar 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ bun run test:e2e
# Coverage report
bun run test:coverage

# Library build (tsup) — exports @libredb/studio package for platform consumption
# IMPORTANT: After changing any component used by platform (workspace, providers, etc.),
# you MUST run this command. `bun run build` (Next.js) does NOT update the package dist.
bun run build:lib

# Docker development
docker-compose up -d

Expand Down
173 changes: 172 additions & 1 deletion bun.lock

Large diffs are not rendered by default.

Loading
Loading