-
-
Notifications
You must be signed in to change notification settings - Fork 16
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(settings): add global settings menu #41
Comments
lbragile
added a commit
that referenced
this issue
Jan 19, 2022
lbragile
added a commit
that referenced
this issue
Jan 19, 2022
lbragile
added a commit
that referenced
this issue
Jan 21, 2022
…ommon values into constants Refs: #41
lbragile
added a commit
that referenced
this issue
Jan 22, 2022
used a typed mapping to get a union of return values from all the action creators Refs: #41
lbragile
added a commit
that referenced
this issue
Jan 23, 2022
Also added some functionality such as default window name Refs: #41
lbragile
added a commit
that referenced
this issue
Jan 24, 2022
Need to improve the export indicator Refs: #41
lbragile
added a commit
that referenced
this issue
Jan 24, 2022
lbragile
added a commit
that referenced
this issue
Jan 24, 2022
…es based on user input Refactor of `ModalFooter` and `ModalHeader` components Refs: #41
lbragile
added a commit
that referenced
this issue
Jan 24, 2022
…der` Color scheme is still in the works. Dark mode needs to be looked into Refs: #41
lbragile
added a commit
that referenced
this issue
Jan 26, 2022
Added better save logic to all tabs in settings Refs: #41
lbragile
added a commit
that referenced
this issue
Jan 26, 2022
button becomes green with `circle-check` and disables for 3 seconds Refs: #41
14 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The general settings dropdown needs to have a settings option that provides the following
tabs
:General
Theme
Save
button is pressed for quick feedback to user - this is simply a "Group" preview that is actually the above toggleBackup
(background script)to user defined folder, keeping most recent Y backups - chrome.downloads APIUser defined folder option would introduce many validation checks as the path cannot go back (must be a sub directory of
Downloads
) as indicated hereFilter
& RegExppatterns, eg:http://www.*
Keyboard
Alt/Ctrl + Key <description>
Dev Notes
The text was updated successfully, but these errors were encountered: