-
-
Notifications
You must be signed in to change notification settings - Fork 38
Add sidebar support #140
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
Add sidebar support #140
Conversation
@@ -5,7 +5,7 @@ | |||
"manifest_version": 3, | |||
"homepage_url": "https://github.com/hankxdev/one-click-extensions-manager", | |||
"default_locale": "en", | |||
"permissions": ["management", "storage"], | |||
"permissions": ["management", "storage", "sidePanel"], |
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.
I'll have to "explain" this permission after the upload on the dashboard, but it's not shown to the user
@@ -15,6 +15,9 @@ | |||
"default_icon": "logo.png", | |||
"default_popup": "index.html?type=popup" | |||
}, | |||
"side_panel": { | |||
"default_path": "index.html" |
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.
Chrome breaks if I specify the type
🤷♂️ so I ended up removing it altogether and simplifying the code
inset: 0; | ||
z-index: -1; | ||
border: solid 1px #595a5e; | ||
} |
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.
Felt unnecessary
p:has([value='tab']:checked, [value='sidebar']:checked) | ||
~ p:has(label[for='width']) { | ||
display: none; | ||
} |
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.
Screen.Recording.2.mov