-
Notifications
You must be signed in to change notification settings - Fork 3
topic detail banner / subtopic logic revisions #1646
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3e9c643
add new darker chip variant
gumaerc 2e28f91
move subtopic display to the banner
gumaerc e7277f7
remove max width on banner subtitle texts
gumaerc 6ad22eb
query subtopics only on parent topic channels, and on child topic cha…
gumaerc 7f70bad
don't display the current topic in related topics
gumaerc 6d6ee88
show parent topic breadcrumbs on child topic channel pages
gumaerc 9164376
fix tests
gumaerc 71ff509
only do subtopics mocking if necessary
gumaerc b998fe9
fix editchannelpage test
gumaerc 65f339c
move action buttons under the title on mobile
gumaerc 43a43ea
fix test
gumaerc abf9bd6
add new default channel background image
gumaerc 6dcc95c
"toopics"
gumaerc f8e5106
fix background position
gumaerc c71febb
remove accidentally committed file
gumaerc 3d45b18
fix background size on mobile
gumaerc 306bd00
remove unnecessary order css rule
gumaerc 2262c20
fix banner background on mobile
gumaerc 279b448
fix breadcrumb props
gumaerc 6d7d433
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a0aa84c
remove unnecessary topic id filter
gumaerc 568dc45
remove unnecessary breadcrumb fallback
gumaerc 0dc711c
set the default banner background image in the banner component itsel…
gumaerc ad51130
properly set default background image
gumaerc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Could be
t.name !== subtopicChannel.title... topic name and channel title are equivalent. (Topic model should use title, I guess. Oh well).