-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: fix enum tables reload data button UI (close #4647) #4877
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
console: fix enum tables reload data button UI (close #4647) #4877
Conversation
|
Deploy preview for hasura-docs ready! Built with commit f387fed |
console/src/components/Services/Settings/MetadataOptions/ReloadMetadata.js
Outdated
Show resolved
Hide resolved
console/src/components/Services/Data/Common/Components/ReloadEnumValuesButton.js
Outdated
Show resolved
Hide resolved
console/src/components/Services/Data/Common/Components/ReloadEnumValuesButton.js
Outdated
Show resolved
Hide resolved
f1ac2c6 to
60b8ba2
Compare
rikinsk
left a comment
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.
@soorajshankar I noticed you took some effort to customize the tooltip icon. This is actually something we want to make consistent across the code. So lets make the Tooltip icon as fa-info-circle and not make it customizable.
|
Review app for commit 6b5280c deployed to Heroku: https://hge-ci-pull-4877.herokuapp.com |
…o fix/enum-tables-reload-btn
|
Review app for commit c79f3f4 deployed to Heroku: https://hge-ci-pull-4877.herokuapp.com |
|
Review app for commit 2ba8dfa deployed to Heroku: https://hge-ci-pull-4877.herokuapp.com |
|
Review app for commit c05cb62 deployed to Heroku: https://hge-ci-pull-4877.herokuapp.com |
|
Review app https://hge-ci-pull-4877.herokuapp.com is deleted |
…5108) * console: fix checkbox for forwarding client headers in actions (close #4595) (#4669) * console: fix bulk selected rows state in data browser (close #4654) (#4673) * console: fix displaying boolean values in Edit Row tab (#4682) * console: fix regression in editing permissions manually (fix #4683) (#4826) * console: fix "Cannot read property 'foldable'" runtime error in `Browse Rows` page (fix #4907) (#5016) * console: fix enum tables reload data button UI (close #4647) (#4877)
Description
Enum table reload button UI was buggy, fixed styling, and rendering logic.
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components
Related Issues
close #4647
Solution and Design
Reload all remote schemascheckbox is removed from the Data module.Steps to test and verify

- match UI in the insert tab
- match the UI from settingsLimitations, known bugs & workarounds
Server checklist
Catalog upgrade
Does this PR change Hasura Catalog version?
Metadata
Does this PR add a new Metadata feature?
run_sqlauto manages the new metadata through schema diffing?run_sqlauto manages the definitions of metadata on renaming?export_metadata/replace_metadatasupports the new metadata added?GraphQL
Breaking changes
No Breaking changes
There are breaking changes:
Metadata API
Existing
querytypes:argspayload which is not backward compatibleJSONschemaGraphQL API
Schema Generation:
NamedTypeSchema Resolve:-
nullvalue for any input fieldsLogging
JSONschema has changedtypenames have changed