-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
chore: update text for dbconn modal #20773
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20773 +/- ##
==========================================
- Coverage 66.35% 66.33% -0.02%
==========================================
Files 1766 1767 +1
Lines 67124 67165 +41
Branches 7129 7145 +16
==========================================
+ Hits 44541 44555 +14
- Misses 20759 20782 +23
- Partials 1824 1828 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
…pdate-dbconn-text
superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx
Outdated
Show resolved
Hide resolved
/testenv up |
@eschutho Ephemeral environment spinning up at http://54.191.17.248:8080. Credentials are |
superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx
Outdated
Show resolved
Hide resolved
cc @jess-dillard if you have any feedback to add |
@pkdotson, yes correct the font is 14px/17px for font size and line height. I think it's the line height that needs to be adjusted just a tweak on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just some style feedback
/testenv up |
@pkdotson Ephemeral environment spinning up at http://54.218.88.203:8080. Credentials are |
superset-frontend/src/views/CRUD/data/database/DatabaseModal/ModalHeader.tsx
Outdated
Show resolved
Hide resolved
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
This pr updates the dbconnection modal text after user successfully connects to database.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
before
after
TESTING INSTRUCTIONS
Go to db connection modal and connect database. User should see updated text.
ADDITIONAL INFORMATION