Commit Graph

79 Commits (896182ba68a4da303d47a4db260b1d5326363e60)

Author SHA1 Message Date
Tom Hacohen 990f693da8 Update etebase dep and adjust according to the async changes. 2020-11-03 18:28:00 +02:00
Tom Hacohen 6ea3b880f9 Fix being able to access the changelog of deleted items. 2020-10-18 12:45:42 +03:00
Tom Hacohen f142b6081a Update etebase dep and adjust code accordingly. 2020-10-15 18:41:43 +03:00
Tom Hacohen dc98cd6010 Workaround typescript issue with list responses being any. 2020-09-06 18:51:24 +03:00
Tom Hacohen 485b65cb69 Implment item and collection change history. 2020-09-04 15:11:26 +03:00
Tom Hacohen da95830d9f CacheItems: don't delete when deleted, just mark as such.
This is needed for the change history to work properly.
2020-09-04 12:12:47 +03:00
Tom Hacohen 82a3233a43 Update according to etebase-js changes. 2020-09-01 16:10:39 +03:00
Tom Hacohen 02c4b264f2 Preserve content on deletion. 2020-09-01 12:59:42 +03:00
Tom Hacohen b8442532e8 Improve error handling: failing to parse items/collections + syncmanager 2020-08-08 11:55:32 +03:00
Tom Hacohen 6e3bb42f96 Item batch: clean up reducers and update store on upload 2020-08-07 18:17:47 +03:00
Tom Hacohen 460c2e2b4a Pim: move all of the item save/delete functions to one place. 2020-08-06 18:37:12 +03:00
Tom Hacohen 8fb50df017 Remove more redundant code. 2020-08-06 10:46:35 +03:00
Tom Hacohen 96ae079145 Add a collections section. 2020-08-06 10:46:35 +03:00
Tom Hacohen b804a8945d Add back the tab navigation buttons. 2020-08-06 10:46:35 +03:00
Tom Hacohen b39f100bdb Create tasks route. 2020-08-06 10:46:35 +03:00
Tom Hacohen 32426b2460 Create the calendar route. 2020-08-06 10:46:35 +03:00
Tom Hacohen b29f19639a Contacts: implement FAB for adding contacts. 2020-08-06 10:46:35 +03:00
Tom Hacohen 36e5f2ccff Moved contact components under Contacts and remove from Pim. 2020-08-06 10:46:35 +03:00
Tom Hacohen 460c712411 Remove PimMain. 2020-08-06 10:46:35 +03:00
Tom Hacohen b796217cd1 Implement contacts editing. 2020-08-06 10:46:35 +03:00
Tom Hacohen 9ec5d2a708 Change code to double-quotes. 2020-08-05 09:45:36 +03:00
Tom Hacohen 0fc92b46a7 Edit pages: remove UNSAFE componentsWillReceiveProps. 2020-07-30 11:18:55 +03:00
ramzan 384e12e1ba
Change 'copy' to 'duplicate' and switch to more appropriate icon (#149) 2020-07-20 20:02:51 +03:00
Ramzan 2b43463fb0 Implement Event copying.
Fixes #51.
2020-07-19 10:17:09 +03:00
ramzan 96029a0f0c
Check if the item exists before rendering the page
Redirect to 404 page if the item doesn't exist.

Fixes #3.
2020-07-17 08:41:49 +03:00
Tom Hacohen 484825b1db TaskList: cleanup a bit. 2020-07-16 13:22:28 +03:00
Tom Hacohen db2f75ae1f Fix item UIDs with illegal url characters in them by urlescaping them.
Fixes #47.
2020-06-01 11:48:58 +03:00
Tom Hacohen bf7590dd91 Fix linting errors. 2020-05-13 13:32:52 +03:00
Andrew P Maney 508d02a0ea Tasks: batched uploads for recurring task completion 2020-04-20 10:08:02 +03:00
Andrew P Maney 9a7960556b Tasks: adds memoization to Sidebar 2020-03-18 22:04:21 +02:00
Andrew P Maney 632ec9cacf Pim: changes how onItemSave handles post-save action
onItemSave used to automatically "go back" after saving. New behavior is
onItemSave returns a promise that resolves to the history object. This object
can then be used to go back if needed. This allows for more granular control
over post-save actions.
2020-03-11 11:27:51 +02:00
Andrew P Maney b4ef6e641d Tasks: Quick Add feature
This is a merge of #84
2020-03-11 11:26:25 +02:00
Tom Hacohen c9aefdec4c Revert "Tasks: Quick Add feature"
Completely broken, had to revert it.

This reverts commit f5eb1932e8.
2020-03-09 19:57:59 +02:00
Andrew P Maney f5eb1932e8 Tasks: Quick Add feature 2020-03-09 19:30:55 +02:00
Andrew P Maney 5d54ab4563 Tasks: reorganizes Tasks components into their own subfolder 2020-03-09 19:27:55 +02:00
Tom Hacohen 0b18cac914 Licensing: add license headers to source files. 2020-03-06 21:10:40 +02:00
Andrew P Maney 41029c1da9 MUI: removes deprecated theme.spacing.unit 2020-02-29 09:46:34 +02:00
Andrew P Maney 059abe4807 Tasks: change clicking on task to go directly to edit page 2020-02-29 00:55:55 +02:00
Tom Hacohen fcf8f1af58 Upgrade material-ui. 2019-11-18 16:38:14 +02:00
Tom Hacohen c7d4a15f5f Move the etesync-js API to its own repo. 2019-11-12 09:55:35 +02:00
Tom Hacohen f3de2a641a eslint: changed unused-args to always warn. 2019-11-07 12:02:51 +02:00
Tom Hacohen 566261b91a lint: fix all remaining warnings! 2019-11-07 07:55:51 +02:00
Tom Hacohen ab5495e221 Eslint: update rules and adjust code accordingly. 2019-11-06 23:00:32 +02:00
Tom Hacohen 11dd883f5f lint: replace tslint with eslint and fix new warnings and errors. 2019-11-06 00:18:17 +02:00
Tom Hacohen 25afd02ba5 Remove recompose dep and use React.memo instead. 2019-10-24 11:20:43 +03:00
Tom Hacohen c0c5af0cab Fix issue with different items across collections sharing the same uid
The existing code falsely (and accidentally) assumed that all items
(even across different collections) will have unique uids. This is a
false assumption, especially when importing one collection into the
other.
2019-08-01 14:43:23 +01:00
Tom Hacohen 941b47b59a API helpers: rename createJournalEntry -> addJournalEntry.
Following the change from the previous commit.
2019-03-15 18:43:22 +00:00
Tom Hacohen ad45ad3f83 Update tslint and fix warnings. 2019-02-22 16:27:35 +00:00
Tom Hacohen 7da0a6009b More tslint fixes. 2019-02-22 09:43:05 +00:00
Tom Hacohen 47c259d803 Improve task viewing. 2019-02-14 21:47:32 +00:00