Commit Graph

12 Commits

Author SHA1 Message Date
Scott Bishel
383723a128
Implement Date ranges (#660)
* initial commit

* update to work around state issue

* update comments

* temp commit

* add unit tests, cleanup

* language extract, lint fix

* update stored object to be same as state object

* fixing merge issues

* update dates to use locale

* linter fixes, test cleanup

* self review

* add unit test, fixes

* fix linter

* remove dateFormat from calls

* move DateRange to components

* update translations

* spacing fix

* update tests, fix some hour inconsistencies

* remove logging

* more updates

* more cleanup

* update to disply mm/dd/yyyy when editing

* update to disply mm/dd/yyyy when editing

* input date use locale

* update css to make selection round

* update css to make begin/end round
2021-08-06 10:44:01 -06:00
kamre
5e945b5c6f
Minor improvements for VSCode: (#675)
- chrome launch configuration for webapp added,
  - include `*.tsx` files in `tsconfig.json` so that jest tests inside `*.tsx` files don't show errors about not found jest functions
2021-07-08 12:08:00 +05:30
Chen-I Lim
f5047956e9 VSCode go.delveConfig settings 2021-03-19 09:41:03 -07:00
Chen-I Lim
a10beb52a2 Fix indentation 2021-02-10 10:13:04 -08:00
Chen-I Lim
89b8c0a18d Linux app: set single-user token 2021-02-09 15:46:49 -08:00
Chen-I Lim
93b9eac852 Win app: single user token 2021-02-09 15:24:50 -08:00
Chen-I Lim
aab2bb87bf Add recommended vscode settings and extensions 2021-02-03 14:10:14 -08:00
Chen-I Lim
593e077fb9 Fix Go integration tests 2021-01-05 19:47:18 -08:00
Chen-I Lim
b1b6d5b070 Unit test: grouped undo/redo 2020-11-16 17:00:10 -08:00
Chen-I Lim
82a398487b Unit test: UndoManager 2020-11-16 16:49:55 -08:00
Chen-I Lim
49a7ed2b5d Move package.json and webpack to under webapp 2020-10-20 11:48:22 -07:00
Chen-I Lim
b5b294a54c First commit! 2020-10-08 09:21:27 -07:00