Skip to content

feat: Add UI for Start with a Query Flow CLOUDP-311785 #6881

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Apr 25, 2025
Merged

Conversation

rubydong
Copy link
Collaborator

@rubydong rubydong commented Apr 23, 2025

Description

Added ui without functionality for the query flow
image

active state
image

Checklist

  • New tests and/or benchmarks are included
  • Documentation is changed or added
  • If this change updates the UI, screenshots/videos are added and a design review is requested
  • I have signed the MongoDB Contributor License Agreement (https://www.mongodb.com/legal/contributor-agreement)

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@github-actions github-actions bot added the feat label Apr 23, 2025
@rubydong rubydong added the no release notes Fix or feature not for release notes label Apr 23, 2025
@rubydong rubydong marked this pull request as ready for review April 23, 2025 19:44
const codeEditorStyles = css({
borderRadius: editorContainerRadius,
'& .cm-editor': {
background: `${palette.white} !important`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In darkMode this looks very bright:
Screenshot 2025-04-25 at 10 13 32 AM

I also think we want the border color above border: `1px solid ${palette.gray.base}`, to look a bit different in dark mode.
Here's a place in the code we change a border and background based on dark mode:

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chatted w/ Ruby, we'll address more dark mode support in a future pr.

@rubydong rubydong merged commit 2fad963 into main Apr 25, 2025
56 of 58 checks passed
@rubydong rubydong deleted the cloudp-311785 branch April 25, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat no release notes Fix or feature not for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants