feat(local-explorer-ui): Add data studio table explorer tab#12599
feat(local-explorer-ui): Add data studio table explorer tab#12599
Conversation
🦋 Changeset detectedLatest commit: a806a1a The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Claude finished @NuroDev's task —— View job Changeset ReviewReviewing
The changeset needs improvement:
Suggested revision: ---
"@cloudflare/local-explorer-ui": minor
---
Add table explorer tab definition to data studio
This adds the initial tab definition and infrastructure for the table explorer in the local explorer's data studio. The table explorer will allow users to browse and edit D1 database tables with a visual interface.
**Note:** This is an experimental WIP feature. The tab is currently a placeholder and full functionality will be added in upcoming releases. To use the local explorer, run `wrangler dev --x-local-explorer`. |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
|
Ignoring / resolving all Devin suggestions for now to avoid any logic changes from what we know works. We can revisit the suggestions in the future after the data studio has landed. |
| @source "../node_modules/@cloudflare/kumo/dist/**/*.{js,jsx,ts,tsx}"; | ||
|
|
||
| @import "@cloudflare/kumo/styles/tailwind"; |
There was a problem hiding this comment.
Kumo styles were actually not being loaded before. This ensures we actually load the the CSS needed for them.



Fixes DEVX-2415.
Changes
isEqualto a shared utilitytokenizeSQLto a dedicated moduleA picture of a cute animal (not mandatory, but encouraged)