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): add 3 element hiding snippets #531

Merged
merged 7 commits into from
Jul 9, 2023
Merged

feat(snippets): add 3 element hiding snippets #531

merged 7 commits into from
Jul 9, 2023

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    88f939a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d22692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad7be85 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    21069f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    166995a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5695066 View commit details
    Browse the repository at this point in the history
  3. feat(snippet): add 'Hide now playing view button'

    This solution might not be ideal because it's not hiding the button until you do something, even clicking anywhere, for some reason + using the has pseudo class is expensive from what I've read but this is the only reliable way to do it that I found.
    
    Other ways wouldn't work if you had more buttons in the playbar (like the volume profiles extension adding some volume buttons)
    Resxt committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    b851401 View commit details
    Browse the repository at this point in the history