Commit graph

78 commits

Author SHA1 Message Date
Shin'ya UEOKA
f719ce52a3 Save on checkbox changed 2019-08-29 04:24:18 +00:00
Shin'ya Ueoka
67e02cd9cb Use default settings on loading failure 2019-08-28 22:18:23 +09:00
chocolateboy
f65c068c67 tabs.close: rename selectLeft (boolean) -> select ("left" | "right")
before:

    {
        "type": "tabs.close",
        "selectLeft": true | false // (default: false)
    }

after:

    {
        "type": "tabs.close",
        "select": "left" | "right" // (default: "right")
    }
2019-07-31 17:06:48 +01:00
chocolateboy
6605d3ea99 Add an option to close the current tab and select the tab to the left
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
2019-07-28 20:34:53 +01:00
Shin'ya Ueoka
68673957ed
Merge pull request #596 from ueokande/qa-0.23
QA 0.23
2019-05-29 20:07:23 +09:00
Shin'ya Ueoka
698f905145 Save settings on switching a source 2019-05-27 21:11:04 +09:00
Shin'ya Ueoka
c8f54a899d Fix form keys 2019-05-27 21:11:04 +09:00
Shin'ya Ueoka
37cd9d2f91 Set default engine and remain last engine on form settings 2019-05-27 21:05:23 +09:00
Shin'ya Ueoka
b42b31f187 Fix duplicated form 2019-05-26 16:41:58 +09:00
Shin'ya Ueoka
a2ee6897bf Add repeat.last operation to default settings 2019-05-25 22:16:49 +09:00
Shin'ya Ueoka
fc1cd234d5 Use @typescript-eslint/semi rule 2019-05-22 20:30:20 +09:00
Shin'ya Ueoka
8ae1311ef6 src/content 2019-05-07 20:58:40 +09:00
Shin'ya Ueoka
a0882bbceb Declare setting types 2019-05-06 22:17:18 +09:00
Shin'ya Ueoka
e69497fab4 Types src/settings 2019-05-02 22:07:54 +09:00
Shin'ya Ueoka
c60d0e7392 Rename .js/.jsx to .ts/.tsx 2019-05-02 11:14:19 +09:00
Shin'ya Ueoka
20f79f1da5 Save settings by onBlur callback 2019-04-30 09:50:05 +09:00
Shin'ya Ueoka
fce2434dcd Specify default props 2019-04-30 09:15:58 +09:00
Shin'ya Ueoka
808344eecf Fix React Component tests 2019-04-30 09:03:01 +09:00
Shin'ya Ueoka
ee078c677b Declare types on settings 2019-04-29 16:06:51 +09:00
Shin'ya Ueoka
be900aa25c Clean settings components 2019-04-29 16:06:13 +09:00
Shin'ya Ueoka
55f15c9350 Move to react 2019-04-29 09:13:59 +09:00
Shin'ya Ueoka
70ab186541 Relaod settings on local storage changed instead of message 2019-04-14 20:42:59 +09:00
Shin'ya Ueoka
c03ab2862b Add close tabs to the right command 2018-12-27 19:49:48 +09:00
Shin'ya Ueoka
d07b941406 Add start page to form settings 2018-12-27 16:32:13 +09:00
Shin'ya Ueoka
3c40b74a3e Add mark fields to setting form 2018-10-13 09:46:26 +09:00
Shin'ya Ueoka
db9f430627 Fix error on settings 2018-08-02 22:09:49 +09:00
Shin'ya Ueoka
df890379ca Clean setting 2018-07-08 17:27:30 +09:00
Shin'ya Ueoka
f2ac75fff8 Use official redux on settings 2018-07-08 11:44:37 +09:00
Shin'ya Ueoka
e2fb33bdc5 fix but failed 2018-06-28 20:44:57 +09:00
Shin'ya Ueoka
94d411234a Use await/async on settings 2018-06-17 22:04:20 +09:00
Shin'ya Ueoka
39959d75ce Add commands to settings form 2018-05-16 21:51:30 +09:00
Vibhor Kumar
b39b424c94
change "Plane" to "Plain" 2018-05-09 01:42:12 +00:00
Shin'ya Ueoka
9122315004 Add page.source form 2018-05-05 20:48:37 +09:00
LeBronse
a0dd098fc6 fixed grammar for warning prompt 2018-02-06 04:08:15 +08:00
Shin'ya Ueoka
1f57547c0a
Merge pull request #308 from ueokande/focus-input
Focus input
2018-01-18 10:41:08 +00:00
Ben Boeckel
f55f0bfd98 keymaps-form: fix a typo 2018-01-15 15:18:56 -05:00
Shin'ya Ueoka
e3fdf742e7 add focus input key map 2018-01-13 22:42:39 +09:00
Shin'ya Ueoka
be1f8e4d71
Merge pull request #300 from usk/feature/open-clipboard's-url
open clipboard's URL in current/new tab
2018-01-13 12:10:14 +00:00
Shin'ya Ueoka
6083e70ea0 separate setting actions and reducers 2018-01-08 22:04:33 +09:00
Shin'ya Ueoka
fe48dce1c9 default property values 2018-01-08 16:25:55 +09:00
Shin'ya Ueoka
86df54067f Add PropertiesForm 2018-01-05 22:55:25 +09:00
Shin'ya Ueoka
fbdec04786 move settings validator 2018-01-05 22:55:25 +09:00
usk
54a7662cd1 open clipboard's URL in current/new tab 2018-01-03 07:34:41 +09:00
l4
2e67d9a667 fix scroll settings typos 2017-12-28 13:58:53 +07:00
Shin'ya Ueoka
a69f33f569 cancel migrate on failure 2017-11-28 21:26:01 +09:00
Shin'ya Ueoka
e1060f9bb2 remove default form settings 2017-11-28 20:45:22 +09:00
Shin'ya Ueoka
6821372fc7 fix form key bindings 2017-11-26 21:59:29 +09:00
Shin'ya Ueoka
6b7fad3e49 fix form key bindings 2017-11-26 21:54:27 +09:00
Shin'ya Ueoka
8c79b2c5e7 fix keymap field 2017-11-26 21:06:39 +09:00
Shin'ya Ueoka
c23333110d confirm before setting migration 2017-11-26 16:41:59 +09:00