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

tweak: update tab bar implementation #6220

Merged
merged 4 commits into from
Dec 9, 2024
Merged

tweak: update tab bar implementation #6220

merged 4 commits into from
Dec 9, 2024

Conversation

briangregoryholmes
Copy link
Contributor

@briangregoryholmes briangregoryholmes commented Dec 5, 2024

Moves use of getStateManagers out of the TabBar component.

@briangregoryholmes briangregoryholmes self-assigned this Dec 5, 2024
url.searchParams.forEach((value, key) => newUrl.searchParams.set(key, value));
url.searchParams.forEach((value, key) => {
// Ignore default view
if (key === "view" && value === "explore") return;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a good way of doing this I think. But lets merge this I can do a follow up.

@AdityaHegde AdityaHegde merged commit 9c87e6b into main Dec 9, 2024
7 checks passed
@AdityaHegde AdityaHegde deleted the bgh/tab-tweaks branch December 9, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants