-
Notifications
You must be signed in to change notification settings - Fork 5
#375: Schema Table Updates #392
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
base: main
Are you sure you want to change the base?
Conversation
|
As discussed offline, please remove the columnWidth implementation infavor of what we worked on. |
JamesTLopez
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.
Small changes! But otherwise solid work 👍
| export const Mobile: Story = { | ||
| parameters: { | ||
| viewport: { defaultViewport: 'mobile1' }, | ||
| }, | ||
| }; | ||
|
|
||
| export const MobileLarge: Story = { | ||
| parameters: { | ||
| viewport: { defaultViewport: 'mobile2' }, | ||
| }, | ||
| }; |
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.
Minus tablet, I don't believe its beneficial to have views for Mobile and MobileLarge as mobile is not a point of focus.
Instead, we can have different story's for testing viewports in the ticket listed:
Test minimum column widths at common viewport sizes (1920px, 1440px, 1280px, 1024px)
If not thats fine, otherwise lets remove Mobile and MobileLarge stories
| @@ -0,0 +1,64 @@ | |||
| /* | |||
| * | |||
| * Copyright (c) 2025 The Ontario Institute for Cancer Research. All rights reserved | |||
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.
Its 2026 ;)
| max-width: 15vw; | ||
| min-width: 325px; |
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.
👍
Related to issue: #375
Summary
Makes several updates to the schema table such as fixing text consistency, improving column behaviour via decreasing the width of the field column, and improving table header visual density.
Description of Changes
value"
Readiness Checklist
.env.schemafile and documented in the README