Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Feature: Topics Component Refactor #7376
Feature: Topics Component Refactor #7376
Changes from 42 commits
b6689f0
e267710
915fb20
dd00d45
2b13a63
760a17f
f2385fc
1b2d697
7e4e7ab
3c699f3
22ef639
3be29b2
fa8f228
7e6ec1f
67be07f
e98fff2
9da3ea9
fbbedc2
a683f17
6ba3dfd
ce2835f
e80048e
15d85e1
7ddc3d3
b360e49
ba6491b
7b9326e
991ff7d
0090b39
057a456
c9db283
0051467
1492111
b837ef9
77109db
4b46657
11cad11
5d69ba1
9567382
df16dcf
c35c4a2
f1718ab
9f0d0db
9dae523
15dd166
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
If all of this logic is necessary for a four column grid, we should look into other solutions, like columns | MDN or Flexbox.
Logic can be expensive for performance and there's really no need for it with modern CSS techniques.
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.
how both nick and i are understanding this... the logic here is getting the count that is added to the links at the bottom that show the number of topics assoicated with it. happy to talk through it more as well
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.
@clmedders I was strictly speaking about the extra markup required to generate the grid.
Let's address it in a future card, so as to not expand the scope of this any more.
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.
Removed
.resources.section .paper
since it is over-ridden onresources/list.html
and sets background color ontopics-button-list
section which we do not want.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.
@nick-mon1 @clmedders, unresolving the comment as it's useful information for reviewer.
This file was deleted.