add database UI - add text to help users#8675
Merged
Light2Dark merged 3 commits intomainfrom Mar 13, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves discoverability of custom connection setup by adding a contextual “code snippet is all you need” hint in the Add Connection dialog, and expands the Remote Storage docs to cover creating connections via the UI (with screenshots).
Changes:
- Add tab-aware hint text in the Add Connection dialog linking to the relevant docs pages.
- Convert the connections tabs to controlled state to drive the hint content.
- Update Remote Storage documentation to include UI-based connection setup and add supporting screenshots.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| frontend/src/components/editor/connections/add-connection-dialog.tsx | Adds tab-aware docs hint and controls tab state to switch hint content. |
| docs/guides/working_with_data/remote_storage.md | Adds UI instructions + screenshots for creating remote storage connections. |
| docs/_static/docs-remote-storage-panel.png | New screenshot asset for Remote Storage panel. |
| docs/_static/docs-add-remote-storage-ui.png | New screenshot asset for the “Add remote storage” UI flow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
frontend/src/components/editor/connections/add-connection-dialog.tsx
Outdated
Show resolved
Hide resolved
akshayka
approved these changes
Mar 13, 2026
|
🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.20.5-dev65 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Summary
Tells users that a code snippet is all that's needed. Also adds to the docs about adding remote storage connections.
I've thought about a banner but didn't want to be too in-your-face about it. I'm open to it though.
🔍 Description of Changes
📋 Checklist