Skip to content
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

Tweaks: Fix carousel hiding affecting "your tags" tab #1426

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

marcustyphoon
Copy link
Collaborator

Description

This prevents the caught up line tweak (officially Turn the Changes/Shop/etc. links carousel into a separating line) from affecting the carousel atop the "your tags" tab at https://www.tumblr.com/dashboard/hubs.

Specifying the dashboard in question seemed like the easiest way to do this, as there is very little that differentiates the carousel we want to hide from a followed tags carousel. They mostly seem to use the same rendering code; the API response that makes the thing we want to hide (I still call it the "you're caught up" carousel) has objectType: "followed_tag_carousel_card".

Resolves #1375.

Testing steps

@marcustyphoon marcustyphoon added the bugfix Restores intended behavior label Mar 29, 2024
@marcustyphoon marcustyphoon merged commit 2be704b into AprilSylph:master Apr 29, 2024
2 checks passed
@marcustyphoon marcustyphoon deleted the caught-up-line-fix branch April 29, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Restores intended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tweaks: Carousel tweak affects "Tags you follow" carousel
2 participants