Michael Keck
Michael Keck
In order to progress with #4 the options need another condition flag which checks if the users granted specific optional permissions ``` requiredPermissions: ["managment", "tabs"], requiredPermissionsUseFallback: true, requiredPermissionsFallback: "You first...
Users should be able to customize the appearance of the tab sidebar. In order to prevent people from breaking stuff and blaming either VTR or even Firefox for it, custom...
Splitted out from #120. This is currently not possible.
Currently, users need to figure out by themselves what hotkeys are possible or read the linked documentation. This is a bad user experience and should be improved.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/sidebar_action
https://bugzilla.mozilla.org/show_bug.cgi?id=1396684 This requires * [ ] keeping the flag updated for each tab * [ ] implement support for visual effects in the template * [ ] make use of...
This should be possible now thanks to https://bugzilla.mozilla.org/show_bug.cgi?id=1402791#c9 https://www.w3.org/TR/css-scrollbars-1/ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scrollbars
Right now the context menu is rather static with a few dynamically updates based on current context. In order to work towards an external acessable API where third-party add-ons can...
Spitted from #171.
- [ ] Write a converter, which reads the JSON files and generates CSS out of it - [ ] Convert all templates/themes to JSON - [ ] Add templates/themes...