-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: left-align content on data table #5408
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: left-align content on data table #5408
Conversation
|
Review app for commit 395b191 deployed to Heroku: https://hge-ci-pull-5408.herokuapp.com |
|
Deploy preview for hasura-docs ready! Built with commit 1be8572 |
|
Review app for commit 08db62e deployed to Heroku: https://hge-ci-pull-5408.herokuapp.com |
|
Review app for commit a9445ee deployed to Heroku: https://hge-ci-pull-5408.herokuapp.com |
|
Review app for commit 1d0ea44 deployed to Heroku: https://hge-ci-pull-5408.herokuapp.com |
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.
I see some columns becoming left aligned in a few events section tables. e.g.
In general, this seems to have a lot of changes to achieve the given task. I was expecting a simple css override kind of solution affecting the data browser table only.
By default all react tables can be center aligned. For the data browser table, all columns (except the bulk select and action btns) should be left aligned
|
Review app for commit 918448e deployed to Heroku: https://hge-ci-pull-5408.herokuapp.com |
|
Review app for commit 0013c53 deployed to Heroku: https://hge-ci-pull-5408.herokuapp.com |
|
Review app for commit 3aae5a6 deployed to Heroku: https://hge-ci-pull-5408.herokuapp.com |
|
Review app for commit d2317cb deployed to Heroku: https://hge-ci-pull-5408.herokuapp.com |
|
Review app for commit ff097c6 deployed to Heroku: https://hge-ci-pull-5408.herokuapp.com |
|
Review app https://hge-ci-pull-5408.herokuapp.com is deleted |
* console: fix custom root field placeholder for insert one mutation (close #5345) (#5346) * console: fix clear text issue on RawSQL page (#5351) * console: fix import metadata button text (close #5386) (#5415) * console: UI updates (#5427) - Schema page - Keep function sections expanded by default - Add Know more link for relationships - Table relationships page - Add tooltips / know more links - Update add table relationship UI - Remote relationships -> remote schema relationships - Make remote relationships UI consistent - Events pages - fix breadcrumbs - update scheduled trigger info image - add note regarding UTC timezone based events to tooltip for cron triggers * console: left-align content on data table (#5408)
Description
EventTablewithout using the ReactTable overridesWhile testing this out, make sure to check the table present in both
Datapage andEventTriggerspageAffected components
Related Issues
close https://github.com/hasura/graphql-engine-internal/issues/476