-
Notifications
You must be signed in to change notification settings - Fork 732
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
trying to make all of the card layouts be in sync with one another #11573
trying to make all of the card layouts be in sync with one another #11573
Conversation
Build Artifacts
|
…t left and right text/card alignment
9a72389
to
17b2d28
Compare
…op browser on Topic page to be in line with spec
@rtibbles this is actually ready for review now |
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 spy an errant class - and a little cleaning up of hanging items on the topics page (if that's not too far a stretch).
@@ -124,7 +125,7 @@ | |||
:allowDownloads="allowDownloads" | |||
data-test="search-results" | |||
:contents="resourcesDisplayed" | |||
:numCols="numCols" | |||
:gridType="gridType" |
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.
As someone coming to look at this, I do find the numCols calculations significantly easier to grok in terms of intention than the rather abstract 'gridType' - I do hope we can get rid of this in future.
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.
This wasn't actually an intentional doing away of numCols
- the code there wasn't doing anything. I would be very happy to refactor it back to use numCols
as it had been previously.
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.
Yes - I could see that it was a no-op, as the prop didn't exist on the component. This was more of an expression of an aspiration that we use a 'desired number of columns' in future grid work!
ac1e9ab
to
f7dbe58
Compare
Follow up for the ultrawide screens here #11653 |
…er, and thus all children are displayed
f7dbe58
to
82ce7f9
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.
Code changes look right, manual testing checks out - it seems that the 'hanging cards' were actually a non-applicable show more! A 2 year old bug is squashed!
83d797d
into
learningequality:release-v0.16.x
Summary
Following up on some regressions @thanksameeelian noticed with her work in #11515 and expanding on that work just a tiny bit for uniformity
References
|
Reviewer guidance
…
Testing checklist
PR process
Reviewer checklist
yarn
andpip
)