Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bumps the dev-dependencies group with 2 updates: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@vitejs/plugin-react` from 5.1.1 to 6.0.1 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.1/packages/plugin-react) Updates `vite` from 7.3.1 to 8.0.10 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.10/packages/vite) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: vite dependency-version: 8.0.10 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the production-dependencies group with 2 updates: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) and [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start). Updates `@tanstack/react-router` from 1.168.25 to 1.169.1 - [Release notes](https://github.com/TanStack/router/releases) - [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.169.1/packages/react-router) Updates `@tanstack/react-start` from 1.167.50 to 1.167.62 - [Release notes](https://github.com/TanStack/router/releases) - [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md) - [Commits](https://github.com/TanStack/router/commits/@tanstack/react-start@1.167.62/packages/react-start) --- updated-dependencies: - dependency-name: "@tanstack/react-router" dependency-version: 1.169.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@tanstack/react-start" dependency-version: 1.167.62 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Reorganized frontend into feature-first architecture with dedicated modules for query-runner, schema, table-builder, tables, and records. Replaced global sheet.store with overlay registry (overlay.store) using typed OverlayId union for all sheet/drawer state management. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Documents the feature module structure (src/features/), package dependency direction (web→ui→shared), shared API layer (src/shared/api/), overlay registry pattern, and updated hook locations. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…endencies-1759bd351c chore(deps-dev): bump the dev-dependencies group with 2 updates
…ion-dependencies-c339c5b9e7 chore(deps): bump the production-dependencies group with 2 updates
Refactor frontend
Bundle Size
File breakdown
File breakdown |
- Add PK tie-breaker columns to ORDER BY in getTableData for stable
cursor pagination when sort column has non-unique values
- Wrap getDatabasesList, getCurrentDatabase, getDatabaseConnectionInfo,
getTablesList, getTableSchema, and getTableColumns in try/catch with
wrapError so connection failures surface as 503 instead of generic errors
- Serialize object/array values in addRecord and bulkInsertRecords to
match the JSON.stringify behavior already applied in updateRecords
- Preserve existing indexes and triggers when rebuilding table in
alterColumn by re-executing their CREATE statements after rename
- Close SQLite handle in closePool/closePoolByDatabase so selective-close
paths don't leave the file handle open
- Fix parameterized numeric type mislabeling in standardizeSqliteDataTypeLabel:
bigint(20), smallint(6), float(8), double(10) etc. now match correctly
before the generic includes("int") fallback
https://claude.ai/code/session_01WzT1NRL9DK1uEjkew7H24q
fix(sqlite): resolve CodeRabbit PR#189 review issues
This PR was automatically updated from the
stagebranch.Triggered by merged PR: #191
Merged PR: #191