Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove discarded property | Shin'ya Ueoka | 2020-08-10 | 1 | -2/+0 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 15 | -468/+579 |
| | |||||
* | Synchronize settings via Firefox Sync | Shin'ya Ueoka | 2020-02-03 | 2 | -7/+19 |
| | |||||
* | Fix lint rules | Shin'ya Ueoka | 2019-12-22 | 2 | -4/+2 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 10 | -43/+43 |
| | |||||
* | Add partial blacklist form | Shin'ya UEOKA | 2019-10-08 | 4 | -31/+144 |
| | |||||
* | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 4 | -5/+5 |
| | |||||
* | Fix form options | Shin'ya UEOKA | 2019-10-07 | 3 | -22/+29 |
| | |||||
* | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 1 | -2/+2 |
| | |||||
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 2 | -12/+7 |
| | |||||
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 4 | -16/+16 |
| | |||||
* | Save on checkbox changed | Shin'ya UEOKA | 2019-08-29 | 1 | -1/+8 |
| | |||||
* | Use default settings on loading failure | Shin'ya Ueoka | 2019-08-28 | 1 | -1/+6 |
| | |||||
* | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 1 | -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 left | chocolateboy | 2019-07-28 | 1 | -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.23 | Shin'ya Ueoka | 2019-05-29 | 3 | -6/+15 |
|\ | | | | | QA 0.23 | ||||
| * | Save settings on switching a source | Shin'ya Ueoka | 2019-05-27 | 1 | -0/+2 |
| | | |||||
| * | Fix form keys | Shin'ya Ueoka | 2019-05-27 | 1 | -5/+7 |
| | | |||||
| * | Set default engine and remain last engine on form settings | Shin'ya Ueoka | 2019-05-27 | 1 | -1/+6 |
| | | |||||
* | | Fix duplicated form | Shin'ya Ueoka | 2019-05-26 | 1 | -1/+0 |
|/ | |||||
* | Add repeat.last operation to default settings | Shin'ya Ueoka | 2019-05-25 | 1 | -0/+1 |
| | |||||
* | Use @typescript-eslint/semi rule | Shin'ya Ueoka | 2019-05-22 | 2 | -2/+2 |
| | |||||
* | src/content | Shin'ya Ueoka | 2019-05-07 | 1 | -1/+1 |
| | |||||
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 8 | -110/+163 |
| | |||||
* | Types src/settings | Shin'ya Ueoka | 2019-05-02 | 11 | -116/+193 |
| | |||||
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 13 | -0/+0 |
| | |||||
* | Save settings by onBlur callback | Shin'ya Ueoka | 2019-04-30 | 6 | -7/+32 |
| | |||||
* | Specify default props | Shin'ya Ueoka | 2019-04-30 | 4 | -19/+8 |
| | |||||
* | Fix React Component tests | Shin'ya Ueoka | 2019-04-30 | 3 | -14/+13 |
| | |||||
* | Declare types on settings | Shin'ya Ueoka | 2019-04-29 | 5 | -0/+36 |
| | |||||
* | Clean settings components | Shin'ya Ueoka | 2019-04-29 | 18 | -74/+77 |
| | |||||
* | Move to react | Shin'ya Ueoka | 2019-04-29 | 9 | -20/+20 |
| | |||||
* | Relaod settings on local storage changed instead of message | Shin'ya Ueoka | 2019-04-14 | 1 | -4/+0 |
| | |||||
* | Add close tabs to the right command | Shin'ya Ueoka | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | Add start page to form settings | Shin'ya Ueoka | 2018-12-27 | 1 | -0/+2 |
| | |||||
* | Add mark fields to setting form | Shin'ya Ueoka | 2018-10-13 | 1 | -0/+3 |
| | |||||
* | Fix error on settings | Shin'ya Ueoka | 2018-08-02 | 2 | -5/+7 |
| | |||||
* | Clean setting | Shin'ya Ueoka | 2018-07-08 | 4 | -139/+106 |
| | |||||
* | Use official redux on settings | Shin'ya Ueoka | 2018-07-08 | 1 | -4/+8 |
| | |||||
* | fix but failed | Shin'ya Ueoka | 2018-06-28 | 4 | -13/+11 |
| | |||||
* | Use await/async on settings | Shin'ya Ueoka | 2018-06-17 | 1 | -11/+8 |
| | |||||
* | Add commands to settings form | Shin'ya Ueoka | 2018-05-16 | 1 | -0/+2 |
| | |||||
* | change "Plane" to "Plain" | Vibhor Kumar | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | Add page.source form | Shin'ya Ueoka | 2018-05-05 | 1 | -0/+1 |
| | |||||
* | fixed grammar for warning prompt | LeBronse | 2018-02-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #308 from ueokande/focus-input | Shin'ya Ueoka | 2018-01-18 | 1 | -0/+1 |
|\ | | | | | Focus input | ||||
| * | add focus input key map | Shin'ya Ueoka | 2018-01-13 | 1 | -0/+1 |
| | | |||||
* | | keymaps-form: fix a typo | Ben Boeckel | 2018-01-15 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #300 from usk/feature/open-clipboard's-url | Shin'ya Ueoka | 2018-01-13 | 1 | -0/+2 |
|\ | | | | | open clipboard's URL in current/new tab | ||||
| * | open clipboard's URL in current/new tab | usk | 2018-01-03 | 1 | -0/+2 |
| | |