67 Commits (346dc95ceef1ac90ec2d6496cfd402d32940c104)

Author SHA1 Message Date
Tom Hacohen a7cae3203b Update etebase dep 4 years ago
Tom Hacohen 8f5af8f63b Update etebase dependency. 4 years ago
Tom Hacohen 4047638e6f Completely remove EteSync dependency. 4 years ago
Tom Hacohen 1817fbf87d Etebase change to login. 4 years ago
Tom Hacohen 1327279816 Update dependencies and adjust code accordingly. 4 years ago
Tom Hacohen 728ac6124f Enable eslint for type definitions and fix issues. 4 years ago
Tom Hacohen 592bb17ff7 Update react and react-scripts. 4 years ago
Andrew P Maney 248fdc5838 MUI: updates core
required for lab@4.0.0-alpha.47
5 years ago
Andrew P Maney 7f898d62f6 MUI: upgrade Lab to latest release 5 years ago
Andrew P Maney 212dfc7095 Tasks: add search functionality 5 years ago
Tom Hacohen 2397cfbe6d AddressBook: use a virtualized list for the contacts. 5 years ago
Tom Hacohen 649a7cd281 Event view: change the text colour based on background.
This is needed to ensure a good enough contrast.

Fixes #85.
5 years ago
Andrew P Maney 399724f7e4 DateTimePicker: change to a more usable date and time picker
Note by @tasn: I actually wrote this from scratch, but slightly based it
on work by @AbleLincoln in #74 which is why I set him as the author.

Fixes #9
5 years ago
Tom Hacohen 7fbac2c401 Bump version. 5 years ago
Tom Hacohen 5ae627b5bb Upgrade etesync dep. 5 years ago
Tom Hacohen 3ef5c0c5e2 Upgrade create-react-app. 5 years ago
Tom Hacohen bc4cc87bbb Update EteSync dependency. 5 years ago
Tom Hacohen 7f19a95bb9 Update @material-ui/icons
It was out of sync with @material-ui/core.
5 years ago
Tom Hacohen 76bbb78404 Update etesync. 5 years ago
Tom Hacohen bfc54018ce Widgets: add TimezonePicker widget. 5 years ago
Tom Hacohen d4126e263f Update to react-scripts 3.3.0-next. 5 years ago
Tom Hacohen 34165035e8 Update typescript. 5 years ago
Tom Hacohen c3dffcb5ee Update etesync dep. 5 years ago
Tom Hacohen 8656d1076f Update react-big-calendar. 5 years ago
Tom Hacohen fcf8f1af58 Upgrade material-ui. 5 years ago
Tom Hacohen c9d9802a3b Update react-redux. 5 years ago
Tom Hacohen c7d4a15f5f Move the etesync-js API to its own repo. 5 years ago
Tom Hacohen 416ba70b51 yarn: add lint command. 5 years ago
Tom Hacohen 11dd883f5f lint: replace tslint with eslint and fix new warnings and errors. 5 years ago
Tom Hacohen 25afd02ba5 Remove recompose dep and use React.memo instead. 5 years ago
Tom Hacohen abf01836bf Update react, react-redux, react-scripts and redux. 5 years ago
Tom Hacohen 1ddfc5fc0f Update react and create-react-app. 5 years ago
Tom Hacohen d1293b08c3 Journal: implement importing entries from file
It still needs a bit of polished, such as proper error handling,
progress indication, chunked pushing and etc, though it does work!

Fixes #17
6 years ago
Tom Hacohen 9913adc756 Update tslint config and update code to conform. 6 years ago
Tom Hacohen e4c2cece16 Remove the unneeded isomorphic fetch. 6 years ago
Tom Hacohen 5f60119c91 Update node-rsa. 6 years ago
Tom Hacohen 8b81d79c5b Upgrade many of the deps. 6 years ago
Tom Hacohen 8e8397eef1 Bump material ui versions. 6 years ago
Tom Hacohen 3c05beef0b Move to react-scripts now that it supports typescript. 6 years ago
Tom Hacohen 699f40d465 Update redux-actions. 6 years ago
Tom Hacohen 1ad1cb932d Bump version. 6 years ago
Tom Hacohen 3c06fe00be Update react-datetime. 6 years ago
Tom Hacohen b09d04dc5c Remove old material-ui. 6 years ago
Tom Hacohen 5cdf5d5563 Contact: upgrade material-ui. 6 years ago
Tom Hacohen f828e3d290 Upgrade material-ui and start migrating to it. 6 years ago
Tom Hacohen ae26e34eb4 Update react, typescript recompose and etc. 6 years ago
Tom Hacohen e2a418a914 Upgrade react-scripts-ts and typescript. 7 years ago
Tom Hacohen 56c12012fe Types: update react-big-calendar types. 7 years ago
Tom Hacohen 1fd4ee307d Fix all-days events not showing correctly (Update react-big-calendar)
This fixes #6.

Reference ticket in upstream:
https://github.com/intljusticemission/react-big-calendar/issues/680
7 years ago
Tom Hacohen ed64bff3da Switch to react-datetime for the date time picker
The reason for that is because not all browsers support input
type=date/time
7 years ago