aboutsummaryrefslogtreecommitdiff
path: root/src/settings
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize settings via Firefox SyncShin'ya Ueoka2020-02-032-7/+19
|
* Fix lint rulesShin'ya Ueoka2019-12-222-4/+2
|
* npm run lint:fixShin'ya Ueoka2019-12-2210-43/+43
|
* Add partial blacklist formShin'ya UEOKA2019-10-084-31/+144
|
* Rename valueOf to fromJSONShin'ya UEOKA2019-10-074-5/+5
|
* Fix form optionsShin'ya UEOKA2019-10-073-22/+29
|
* Make Blacklist classShin'ya UEOKA2019-10-061-2/+2
|
* Make Properties classShin'ya UEOKA2019-10-062-12/+7
|
* Make Keymap classShin'ya UEOKA2019-10-064-16/+16
|
* Save on checkbox changedShin'ya UEOKA2019-08-291-1/+8
|
* Use default settings on loading failureShin'ya Ueoka2019-08-281-1/+6
|
* tabs.close: rename selectLeft (boolean) -> select ("left" | "right")chocolateboy2019-07-311-1/+1
| | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") }
* Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-281-6/+6
| | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy
* Merge pull request #596 from ueokande/qa-0.23Shin'ya Ueoka2019-05-293-6/+15
|\ | | | | QA 0.23
| * Save settings on switching a sourceShin'ya Ueoka2019-05-271-0/+2
| |
| * Fix form keysShin'ya Ueoka2019-05-271-5/+7
| |
| * Set default engine and remain last engine on form settingsShin'ya Ueoka2019-05-271-1/+6
| |
* | Fix duplicated formShin'ya Ueoka2019-05-261-1/+0
|/
* Add repeat.last operation to default settingsShin'ya Ueoka2019-05-251-0/+1
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-222-2/+2
|
* src/contentShin'ya Ueoka2019-05-071-1/+1
|
* Declare setting typesShin'ya Ueoka2019-05-068-110/+163
|
* Types src/settingsShin'ya Ueoka2019-05-0211-116/+193
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0213-0/+0
|
* Save settings by onBlur callbackShin'ya Ueoka2019-04-306-7/+32
|
* Specify default propsShin'ya Ueoka2019-04-304-19/+8
|
* Fix React Component testsShin'ya Ueoka2019-04-303-14/+13
|
* Declare types on settingsShin'ya Ueoka2019-04-295-0/+36
|
* Clean settings componentsShin'ya Ueoka2019-04-2918-74/+77
|
* Move to reactShin'ya Ueoka2019-04-299-20/+20
|
* Relaod settings on local storage changed instead of messageShin'ya Ueoka2019-04-141-4/+0
|
* Add close tabs to the right commandShin'ya Ueoka2018-12-271-0/+1
|
* Add start page to form settingsShin'ya Ueoka2018-12-271-0/+2
|
* Add mark fields to setting formShin'ya Ueoka2018-10-131-0/+3
|
* Fix error on settingsShin'ya Ueoka2018-08-022-5/+7
|
* Clean settingShin'ya Ueoka2018-07-084-139/+106
|
* Use official redux on settingsShin'ya Ueoka2018-07-081-4/+8
|
* fix but failedShin'ya Ueoka2018-06-284-13/+11
|
* Use await/async on settingsShin'ya Ueoka2018-06-171-11/+8
|
* Add commands to settings formShin'ya Ueoka2018-05-161-0/+2
|
* change "Plane" to "Plain"Vibhor Kumar2018-05-091-1/+1
|
* Add page.source formShin'ya Ueoka2018-05-051-0/+1
|
* fixed grammar for warning promptLeBronse2018-02-061-2/+2
|
* Merge pull request #308 from ueokande/focus-inputShin'ya Ueoka2018-01-181-0/+1
|\ | | | | Focus input
| * add focus input key mapShin'ya Ueoka2018-01-131-0/+1
| |
* | keymaps-form: fix a typoBen Boeckel2018-01-151-1/+1
|/
* Merge pull request #300 from usk/feature/open-clipboard's-urlShin'ya Ueoka2018-01-131-0/+2
|\ | | | | open clipboard's URL in current/new tab
| * open clipboard's URL in current/new tabusk2018-01-031-0/+2
| |
* | separate setting actions and reducersShin'ya Ueoka2018-01-081-11/+7
| |
* | default property valuesShin'ya Ueoka2018-01-081-2/+2
| |