Commit Graph

39 Commits

Author SHA1 Message Date
e63b4f9b2c Abstract out fetching from view model so we can better handle multiple fetch folders
Rename LinkedItem to LibraryItem

More on following

Add new fetcher

Tab bar
2023-12-07 17:15:52 +08:00
d270bd685f Improve loading of labels view 2023-11-15 11:09:16 +08:00
de636748c1 Fix empty labels view bug 2023-11-01 22:50:21 +08:00
5db74f5fe9 Labels editor view and offline sync of label changes using CreateLabelInput instead of IDs 2023-11-01 19:38:44 +08:00
1b85fb0c15 Add feeds, better delete handling 2023-11-01 14:29:15 +08:00
3be2db1113 Improvements to label editor 2023-11-01 12:41:30 +08:00
fa82917f55 Update view models 2023-10-30 10:34:02 +08:00
453000286c iOS: Add length indicator to new label textfield 2023-10-10 09:40:19 +02:00
fcd5bedd25 Trim new labels when they are being created on iOS 2023-08-11 10:28:13 +08:00
3b6d720b2b Use the same code for loading labels from highlights as library items 2023-01-23 19:51:34 +08:00
d6acb69a1c Use sets for selected/unselected labels to eliminate duplicate IDs in selection 2023-01-23 15:43:56 +08:00
461087513b Fix hit testing on labels, fix initially selected labels in edit labels view 2023-01-23 14:03:46 +08:00
57289cb0c4 Improve label search in the apply views 2023-01-23 12:43:27 +08:00
8f6b2663c4 Proper case-insensitive compare on the labels in the share extension 2023-01-20 15:00:40 +08:00
4298183a24 First load labels from cache then make call
Also sorts them alphabetically.
2022-12-28 16:30:35 +08:00
9e35fee17c Always sort labels when presenting them 2022-12-28 16:30:35 +08:00
395b3d7ac7 Allow setting labels on highlights 2022-11-28 21:32:42 +08:00
06481d21d3 fetch labels from network if none are found in core data 2022-08-05 06:59:19 -07:00
a4811104d6 load share ext labels from core data 2022-07-21 21:04:46 -07:00
e2cb7a70a8 rename showCreateLabelModal from showCreateEmailModal 2022-06-27 15:41:09 -07:00
b45120706b fix linkeditem and labels data relationships. reset coredata on new app installs 2022-05-11 16:23:22 -07:00
2f4f24dd6b add a sortedLabels computed property on LinkedItem 2022-05-05 20:32:50 -07:00
55553317f3 set isLoading to false after create label request completes 2022-05-05 11:18:57 -07:00
fb4312e52a update delete labels function to work from core data 2022-04-27 20:11:50 -07:00
acb1ae6c53 use credata for updating item labels 2022-04-27 18:06:57 -07:00
d7bc70fcd1 pass in correct value for label.name when deleting it 2022-04-27 17:22:02 -07:00
824c889ec6 update label creator to generate a temp id on the client 2022-04-27 15:39:20 -07:00
915bec37d2 fix label view models 2022-04-23 20:29:59 -07:00
dc733c3ac2 fix loading of labels in labels modal 2022-04-23 19:49:55 -07:00
46da1cd150 fetch linked items from coredata when network call fails 2022-04-23 09:06:03 -07:00
a63bf7928e remove deprecated data models 2022-04-22 19:58:13 -07:00
43dbcfe27c create NSSet extension 2022-04-21 10:07:46 -07:00
0fc7ff0a43 rename FeedItem to FeedItemDep 2022-04-21 09:09:26 -07:00
a60a5e3991 mark some models as deprecated 2022-04-21 09:09:26 -07:00
c8ad2f47a2 adapt assign labels view to work on a list 2022-04-12 15:33:51 -07:00
bd652dc3ed rename selectedLabelsForItemInContext to selectedLabels 2022-04-12 15:33:51 -07:00
8329cc166c fix filter application 2022-04-06 21:30:49 -07:00
e9589fd7f3 apply correct tint colors to label modal buttons 2022-04-06 21:30:49 -07:00
5cbfca1fa9 add create label option to label assignment modal 2022-04-06 21:30:49 -07:00