-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
feat: add/edit database modal form sections UI #10745
Conversation
8ed4b70
to
3fb83c8
Compare
Codecov Report
@@ Coverage Diff @@
## master #10745 +/- ##
==========================================
- Coverage 65.49% 61.33% -4.17%
==========================================
Files 803 803
Lines 37931 38044 +113
Branches 3561 3605 +44
==========================================
- Hits 24843 23334 -1509
- Misses 12982 14524 +1542
- Partials 106 186 +80
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The "Test Connection" button on the screenshot looks out-of-theme. On the source side it looks normal though, I'm unclear why. |
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.
A couple things stand out to me after a first pass. Overall, looks good though, I like the use of hooks and thanks for adding tests.
@mistercrunch It seems the recent button work yielded this slightly taller CTA button. I'm guessing somewhere in the consolidation we inherited some extra styling on this flavor of button. |
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.
LGTM
d58af92
to
6c24371
Compare
@riahk looks like this needs a rebase |
6c24371
to
fa434ad
Compare
a2e97bb
to
5183cd5
Compare
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.
lgtm, just one (optional) suggestion.
SUMMARY
useSingleViewResource
hook for get/post/put functionalityBEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
DatabaseModal_spec.jsx
ADDITIONAL INFORMATION