-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix/175 frontend grid refactoring #197
Conversation
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.
Great job! 💯 😄 only a question.
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
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. Great job!
* fix: refactor dashboard css * fix: fixed responsive bug at exact 1056px screen width * fix: adding column sizes and other minor fixes to dashboard grids * fix: fixing seedlot dashboard grid * fix: fixing create a class page grid * fix: fixing seedlot details page * fix: adjusting columns sizes on seedlot details page * fix: fixing ownership step grid * fix: fixing interim step grid * fix: fixing grid on orchard step * fix: removing broken media query rule * fix: removing unused scss rule * fix: fixing extract and storage step * fix: adjusting columns on collection step * fix: fixing columns and minor adjustments on interim step * fix: fixing my seedlot page grid * fix: adjusting interim step unit test * fix: removing unused import
* fix: refactor dashboard css * fix: fixed responsive bug at exact 1056px screen width * fix: adding column sizes and other minor fixes to dashboard grids * fix: fixing seedlot dashboard grid * fix: fixing create a class page grid * fix: fixing seedlot details page * fix: adjusting columns sizes on seedlot details page * fix: fixing ownership step grid * fix: fixing interim step grid * fix: fixing grid on orchard step * fix: removing broken media query rule * fix: removing unused scss rule * fix: fixing extract and storage step * fix: adjusting columns on collection step * fix: fixing columns and minor adjustments on interim step * fix: fixing my seedlot page grid * fix: adjusting interim step unit test * fix: removing unused import
* fix: refactor dashboard css * fix: fixed responsive bug at exact 1056px screen width * fix: adding column sizes and other minor fixes to dashboard grids * fix: fixing seedlot dashboard grid * fix: fixing create a class page grid * fix: fixing seedlot details page * fix: adjusting columns sizes on seedlot details page * fix: fixing ownership step grid * fix: fixing interim step grid * fix: fixing grid on orchard step * fix: removing broken media query rule * fix: removing unused scss rule * fix: fixing extract and storage step * fix: adjusting columns on collection step * fix: fixing columns and minor adjustments on interim step * fix: fixing my seedlot page grid * fix: adjusting interim step unit test * fix: removing unused import
* fix: refactor dashboard css * fix: fixed responsive bug at exact 1056px screen width * fix: adding column sizes and other minor fixes to dashboard grids * fix: fixing seedlot dashboard grid * fix: fixing create a class page grid * fix: fixing seedlot details page * fix: adjusting columns sizes on seedlot details page * fix: fixing ownership step grid * fix: fixing interim step grid * fix: fixing grid on orchard step * fix: removing broken media query rule * fix: removing unused scss rule * fix: fixing extract and storage step * fix: adjusting columns on collection step * fix: fixing columns and minor adjustments on interim step * fix: fixing my seedlot page grid * fix: adjusting interim step unit test * fix: removing unused import
Description
Fixed grid for all existing pages on SPAR.
Added some negative margins, which can be considered a bad practice, but since it is used only to bring elements closer together, I figured it is okay. Please shout out if you disagree and we can discuss other implementations. This practice is being used by Carbon too.
Fixes #175
Type of change
How Has This Been Tested?
Manually tested and ran unit tests.
Checklist
Thanks for the PR!
Any successful deployments (not always required) will be available below.
Backend
Frontend
Oracle-API
Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow