Tom Hacohen
4047638e6f
Completely remove EteSync dependency.
2020-08-06 10:47:07 +03:00
Tom Hacohen
c69f5e27ad
Journals: remove unused journals components.
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
36e5f2ccff
Moved contact components under Contacts and remove from Pim.
2020-08-06 10:46:35 +03:00
Tom Hacohen
b796217cd1
Implement contacts editing.
2020-08-06 10:46:35 +03:00
Tom Hacohen
1817fbf87d
Etebase change to login.
2020-08-06 10:46:32 +03:00
Tom Hacohen
6e4689f697
JournalEntries: change to be a function component.
2020-08-05 22:14:28 +03:00
Tom Hacohen
2eaa9b503a
SearchableAddressBook: change to be a function component.
2020-08-05 12:35:29 +03:00
Tom Hacohen
9ec5d2a708
Change code to double-quotes.
2020-08-05 09:45:36 +03:00
Tom Hacohen
1327279816
Update dependencies and adjust code accordingly.
2020-08-05 09:40:03 +03:00
Tom Hacohen
0fc92b46a7
Edit pages: remove UNSAFE componentsWillReceiveProps.
2020-07-30 11:18:55 +03:00
Tom Hacohen
a1bdea6290
Contact notes: display notes as multiline text.
2020-07-23 11:39:48 +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
eb199c53c3
Contact edit: allow editing of name field rather than fn field.
...
Fixes #80 .
2020-07-17 08:44:07 +03:00
Tom Hacohen
ad6ac59c4f
Task list: support infinitely deep task hierarchies.
...
Another step towards fixing #124 .
2020-07-16 15:38:14 +03:00
Tom Hacohen
484825b1db
TaskList: cleanup a bit.
2020-07-16 13:22:28 +03:00
Tom Hacohen
6ea7bd79cf
Task list: implement 1-level task hierarchy.
...
This is the first step towards fixing #124
2020-07-16 13:22:09 +03:00
Tom Hacohen
2547fb9ae7
Contact: show a contact's photo if available.
2020-07-12 17:23:51 +03:00
Tom Hacohen
cf4513a05b
Log entries: show the entry uid.
2020-07-05 12:38:18 +03:00
Tom Hacohen
b394484f3c
Implement an undelete function to mass-undelete changes.
2020-07-03 16:35:19 +03:00
Tom Hacohen
fb8f3ff574
Task/Event: enable word wrapping for decsriptions.
...
Fixes #135 .
2020-07-01 09:40:35 +03:00
Tom Hacohen
f372f36005
Tag edit: make it possible to use non-existing tags.
...
This is a workaround until #133 is properly solved. The tag list still
only autocompletes from a pre-defined list, but at least now you can
just set new tags as you wish.
2020-06-21 14:43:44 +03:00
Tom Hacohen
2d778065c8
ContactEdit: make addresses multiline.
2020-05-13 13:18:26 +03:00
Andrew P Maney
04c4ae94cd
Tasks: fix Edit error Toast severity
2020-04-20 10:08:02 +03:00
Andrew P Maney
508d02a0ea
Tasks: batched uploads for recurring task completion
2020-04-20 10:08:02 +03:00
Andrew P Maney
de94a02025
Task: add recurrence features to list view
2020-04-20 10:08:02 +03:00
Andrew P Maney
aada3e6d36
Tasks: add recurrence to Edit
2020-04-20 10:08:02 +03:00
Andrew P Maney
aa9e85a520
Tasks: fix priority sorting
...
Priority sorting had some inconsistencies.
The Infinity was causing tasks to not be sorted (Infinity - Infinity = NaN).
Adding sortByDueDate also ensures better sorting when tasks have the same priority
2020-04-05 09:35:33 +03:00
Andrew P Maney
77f734a227
Tasks: fix alignment in Toolbar menu
2020-04-03 09:47:54 +03:00
Andrew P Maney
7a42ff04d8
UI: pretty error messages
...
Add Toast component for displaying error messages in a more prominent way
2020-03-31 23:09:15 +03:00
Andrew P Maney
ed4ed86880
Tasks: add show/hide hidden feature
2020-03-30 18:10:41 +03:00
Andrew P Maney
36d6308c88
Tasks: change due text to date instead of time to
2020-03-30 01:58:32 +03:00
Andrew P Maney
0b5274887f
Tasks: make overdue secondary text red
...
Also add some logic to display tasks due today as "Due today"
Tasks: fixes
2020-03-28 13:58:46 +03:00
Andrew P Maney
5eea4e89a5
Task edit: fix DateTime's not being properly stored
...
I messed up a boolean value with my previous pull request. It was causing DateTimes to be stored as Dates and vice-versa.
2020-03-28 10:25:26 +03:00
Andrew P Maney
b6b46d2b24
Task edit: change "All Day" to "Include Time"
2020-03-27 00:15:11 +02:00
Andrew P Maney
e39974105f
Task edit: reword Start Date to "Hide until"
2020-03-26 11:55:18 +02:00
Andrew P Maney
e06ccbd21c
Tasks edit: add full width styles to timing inputs
2020-03-26 11:55:18 +02:00
Andrew P Maney
39529e66c1
Tasks: add a11y title and aria labels for Toolbar
2020-03-25 13:57:34 +02:00
Andrew P Maney
212dfc7095
Tasks: add search functionality
2020-03-25 13:57:34 +02:00
Andrew P Maney
b90adaffb5
Tasks: improve positioning of Toolbar menus
...
Merges #105
2020-03-23 13:24:04 +02:00
Andrew P Maney
1de7a2ebdd
Tasks: implement sorting
...
Merge of #104
2020-03-22 13:55:48 +02:00
Andrew P Maney
b69b51f558
Tasks: move "Show Completed" to a toolbar menu
2020-03-20 13:33:13 +02:00
Andrew P Maney
74ed60a3fb
Tasks: hides Sidebar amount if value 0
...
Tasks: makes amount conditional more concise
2020-03-19 14:32:54 +02:00
Andrew P Maney
716240e266
Tasks: adds dueToday getter to TaskType
...
cleans up some code around filtering by due today
2020-03-18 22:08:13 +02:00
Andrew P Maney
9a7960556b
Tasks: adds memoization to Sidebar
2020-03-18 22:04:21 +02:00
Andrew P Maney
f3ba0b30ef
Tasks: removes unnecessary comments
2020-03-18 21:35:50 +02:00
Andrew P Maney
8ba7709653
Tasks: moves Sidebar specific logic into Sidebar component
...
also adds amount to Due Today filter
2020-03-18 21:35:50 +02:00
Andrew P Maney
2980305beb
Tasks: adds filter by Due Today
2020-03-18 21:35:50 +02:00