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

feat(snippets): remove global navbar navlinks limit #770

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Plueres
Copy link
Contributor

@Plueres Plueres commented May 31, 2024

  1. removed the global nav bar item limit, so you don't have to scroll through the items
  2. removed the forced margin inside the marketplace for certain themes with the global nav bar enabled

@Plueres Plueres requested a review from a team as a code owner May 31, 2024 11:49
@Plueres Plueres requested review from CharlieS1103 and removed request for a team May 31, 2024 11:49
Copy link
Member

@kyrie25 kyrie25 left a comment

Choose a reason for hiding this comment

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

Resolve conflict

@Plueres Plueres changed the title added 2 snippets regarding the global nav bar feat(snippets): added 2 snippets regarding the global nav bar Jan 25, 2025
@Plueres Plueres requested a review from kyrie25 January 25, 2025 14:19
"preview": "resources/assets/snippets/glob-nav-max-items.png"
},
{
"title": "[Global Nav Bar] marketplace header margin fix",
Copy link
Member

Choose a reason for hiding this comment

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

huh. this margin exists so the buttons are clickable. if you unset it, they won't be clickable again

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have had certain themes make the menu overlap. though I have not disabled this in a long time so I'm not sure if that is still the case.

Removed the [Global Nav Bar] marketplace header margin fix snippet as it doesn't improve anything
@rxri rxri changed the title feat(snippets): added 2 snippets regarding the global nav bar feat(snippets): remove global navbar navlinks limit Jan 25, 2025
Copy link
Member

@rxri rxri left a comment

Choose a reason for hiding this comment

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

remove the image glob-nav-mrktplc-margin.png

@@ -401,6 +401,12 @@
"code": ".main-trackList-disabled{background:#f004}.main-trackList-disabled:focus-within,.main-trackList-disabled:hover{background:#f005}.main-trackList-disabled.main-trackList-selected,.main-trackList-disabled.main-trackList-selected:hover{background:#f006}",
"preview": "resources/assets/snippets/More-Visible-Unplayable-Tracks"
},
{
"title": "[Global Nav Bar] remove scrolling overflow",
"description": "Removes the max visible width restrictions of the 'sidebar' items. Useful if you have more than the scrolling limit but not as much that it will overflow with the searchbar",
Copy link
Member

@kyrie25 kyrie25 Jan 27, 2025

Choose a reason for hiding this comment

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

Some wording suggestions because it sounds really confusing at first glance.

Suggested change
"description": "Removes the max visible width restrictions of the 'sidebar' items. Useful if you have more than the scrolling limit but not as much that it will overflow with the searchbar",
"description": "Removes the max visible width restrictions of the 'sidebar' items. Useful if you have more than the scrolling limit but not so much that it will interfere with the search bar.",

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.

3 participants