Commit Graph

19 Commits

Author SHA1 Message Date
Gabriel Horner
1c8586e2ac Wrap up carving 2022-01-27 14:14:57 -05:00
Gabriel Horner
40f327d77f Knock out a few lints in src/main/frontend 2022-01-12 00:22:37 +08:00
llcc
fef5bbf068 enhance(clock): support recording in repeated block // cleanup unused namespaces (#2777)
* enhance(clock): support recording in repeated block

* cleanup: unused namespaces

* cleanup: missing-else-branch if --> when

* enhance: wider search results window for mobile browser

* fix: namespace requirement
2021-09-08 10:23:16 +08:00
Weihua Lu
06afee23e6 refactor: move all shortcut data in one place
each shortcut install will has it's unique id now
this will be used to disable shortcut or re-enable
2021-05-10 20:31:01 +08:00
Weihua Lu
d04b688f5c fix: date picker prevent default 2021-04-30 22:34:06 +08:00
Weihua Lu
0ae0634d04 fix: move prevent default in before 2021-04-30 22:22:56 +08:00
Tienson Qin
45533ce77b Move to local bindings && events bus (#1686)
refactor: switch to global && local shortcuts

Also, use an events channel to decouple components and handlers
2021-04-25 09:43:18 +08:00
Weihua Lu
ba46cdf2f0 remove unused code 2021-04-09 21:47:31 +08:00
Weihua Lu
2675b556b7 date picker handler 2021-04-09 21:47:31 +08:00
Tienson Qin
c985bc6031 fix: cursor move in the editor box while in datatime picker 2020-12-22 18:17:27 +08:00
Tienson Qin
b8c5fbec32 fix(editor): events conflicts 2020-12-22 18:17:27 +08:00
Tienson Qin
2baa71baf8 fix(test): bump version of react and react-dom
also, fixed keyboards on datepicker
2020-12-21 19:27:44 +08:00
Tienson Qin
42967ea782 fix(editor): allow up/down arrows for repeater time selection 2020-12-17 19:37:06 +08:00
Tienson Qin
6c200cb9aa fix(editor): can't navigate inside the time input box using arrows
Resolved #938
2020-12-17 18:03:47 +08:00
shady2k
744469ef6f Add requirements 2020-12-14 09:22:48 +08:00
shady2k
c17d8f14c9 Add support for change start of week in calendar 2020-12-14 09:22:48 +08:00
Tienson Qin
8b165c89a5 refactor(editor): fix on-key-down mixin
Add both explicit options:
1. :not-match-handler
2. :all-handler
2020-12-02 11:08:50 +08:00
Tienson Qin
5d06704c2b fix: arrows to pick a date 2020-10-28 22:39:15 +08:00
Tienson Qin
2d1fa33204 refactor: remove web 2020-10-27 23:19:40 +08:00