Commit graph

48 commits

Author SHA1 Message Date
Jackson Harper
395b3d7ac7 Allow setting labels on highlights 2022-11-28 21:32:42 +08:00
Jackson Harper
c523010427 Prefetch content and update share extension info after saving items 2022-11-21 22:39:10 +08:00
Jackson Harper
5845b736de Increase label padding 2022-11-15 08:43:37 +08:00
Jackson Harper
a0f17185d8 Update the share extension view to newer design 2022-11-11 15:55:28 +08:00
Satindar Dhillon
c287eb4a59 add os conditionals so the mac app compiles 2022-10-12 10:11:09 -07:00
Jackson Harper
8e5fb98432 Add missing MarqueTextView file 2022-09-28 11:22:23 +08:00
Satindar Dhillon
06481d21d3 fetch labels from network if none are found in core data 2022-08-05 06:59:19 -07:00
Satindar Dhillon
a4811104d6 load share ext labels from core data 2022-07-21 21:04:46 -07:00
Satindar Dhillon
6a3e7d9d4e create labels view specific for share ext 2022-07-19 21:28:15 -07:00
Satindar Dhillon
776e35079b fix edit title modal for macos 2022-06-27 21:34:14 -07:00
Satindar Dhillon
1ea4b63f54 fix apply labels view for macos app 2022-06-27 21:27:05 -07:00
Satindar Dhillon
ed70ceb2c4 apply delete label alert on macOS 2022-06-27 16:06:56 -07:00
Satindar Dhillon
ae4f82ac5c move sheet modifier to main body of labels view 2022-06-27 16:04:20 -07:00
Satindar Dhillon
e2cb7a70a8 rename showCreateLabelModal from showCreateEmailModal 2022-06-27 15:41:09 -07:00
Satindar Dhillon
5cfcb5ebb0 use toolbarGroup for create label modal on macOS 2022-06-27 15:26:55 -07:00
Satindar Dhillon
5b228d9c1b update labels view to checkmark style cells 2022-06-02 14:07:34 -07:00
Jackson Harper
e19711b0a4 Simplify the label filter modal, add negation 2022-05-17 14:31:30 -07:00
Satindar Dhillon
b45120706b fix linkeditem and labels data relationships. reset coredata on new app installs 2022-05-11 16:23:22 -07:00
Satindar Dhillon
2f4f24dd6b add a sortedLabels computed property on LinkedItem 2022-05-05 20:32:50 -07:00
Satindar Dhillon
55553317f3 set isLoading to false after create label request completes 2022-05-05 11:18:57 -07:00
Satindar Dhillon
1a4c0ab76e add back onSave handler for applied labels 2022-04-28 20:26:12 -07:00
Satindar Dhillon
ffe1eed6b6 remove extra combine imports 2022-04-28 12:49:06 -07:00
Satindar Dhillon
fb4312e52a update delete labels function to work from core data 2022-04-27 20:11:50 -07:00
Satindar Dhillon
acb1ae6c53 use credata for updating item labels 2022-04-27 18:06:57 -07:00
Satindar Dhillon
d7bc70fcd1 pass in correct value for label.name when deleting it 2022-04-27 17:22:02 -07:00
Satindar Dhillon
824c889ec6 update label creator to generate a temp id on the client 2022-04-27 15:39:20 -07:00
Satindar Dhillon
915bec37d2 fix label view models 2022-04-23 20:29:59 -07:00
Satindar Dhillon
dc733c3ac2 fix loading of labels in labels modal 2022-04-23 19:49:55 -07:00
Satindar Dhillon
46da1cd150 fetch linked items from coredata when network call fails 2022-04-23 09:06:03 -07:00
Satindar Dhillon
a63bf7928e remove deprecated data models 2022-04-22 19:58:13 -07:00
Satindar Dhillon
43dbcfe27c create NSSet extension 2022-04-21 10:07:46 -07:00
Satindar Dhillon
0fc7ff0a43 rename FeedItem to FeedItemDep 2022-04-21 09:09:26 -07:00
Satindar Dhillon
a60a5e3991 mark some models as deprecated 2022-04-21 09:09:26 -07:00
Satindar Dhillon
6af0452d14 remove ios14 specific code 2022-04-14 12:45:45 -07:00
Satindar Dhillon
a7e01275ae fix labels view for mac compilation 2022-04-13 17:31:01 -07:00
Satindar Dhillon
f8ba24bc79 add web label color selections and choose a random color as the initial selection 2022-04-13 15:28:09 -07:00
Satindar Dhillon
567f3dedad use fixed list of colors for label creation 2022-04-13 08:49:45 -07:00
Satindar Dhillon
751095b983 add padding below text chip preview 2022-04-12 15:33:52 -07:00
Satindar Dhillon
060313ab31 use hgrid to display label color selections 2022-04-12 15:33:52 -07:00
Satindar Dhillon
6c96b256d1 move create label submit button into navbar 2022-04-12 15:33:52 -07:00
Satindar Dhillon
be68971a03 use xmark for remove label button 2022-04-12 15:33:52 -07:00
Satindar Dhillon
c8ad2f47a2 adapt assign labels view to work on a list 2022-04-12 15:33:51 -07:00
Satindar Dhillon
bd652dc3ed rename selectedLabelsForItemInContext to selectedLabels 2022-04-12 15:33:51 -07:00
Satindar Dhillon
1bdd79e873 update macos app 2022-04-08 08:45:30 -07:00
Satindar Dhillon
287da3d939 use searchable to filter labels 2022-04-06 21:30:49 -07:00
Satindar Dhillon
8329cc166c fix filter application 2022-04-06 21:30:49 -07:00
Satindar Dhillon
e9589fd7f3 apply correct tint colors to label modal buttons 2022-04-06 21:30:49 -07:00
Satindar Dhillon
5cbfca1fa9 add create label option to label assignment modal 2022-04-06 21:30:49 -07:00