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

Sidebar #110

Merged
merged 5 commits into from
Jun 21, 2020
Merged

Sidebar #110

merged 5 commits into from
Jun 21, 2020

Conversation

penge
Copy link
Owner

@penge penge commented Jun 21, 2020

This was removed in the past as it looked like the cause of not having the address bar selected on CTRL + T, but it was actually an issue with non-persistent background script getting started (from Innactive to Active) and then using internal chrome.tabs.update. That problem occured only in OSX and Windows. In Chrome OS, it all worked well.

Adding autofocus back, with a better implementation this time, using selection and range.
@penge penge added this to the 3.2 milestone Jun 21, 2020
Sidebar:
- Show by default
- Toggle with CMD+S (remember on next visit)
- Resize with mouse (reset on double click)

Toolbar:
- Show by default
- Toggle with CMD+E (remember on next visit)

Esc:
- Close Modal using Cancel

Options:
- Update Hotkeys

Themes:
- Add shared.css
- Add light.css
- Add dark.css
- Improve set-theme.js
- Update "customTheme" migration
@penge penge merged commit 43ed165 into master Jun 21, 2020
@penge penge deleted the sidebar branch June 21, 2020 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment