Commit Graph

15 Commits

Author SHA1 Message Date
9f53a81fa1 Add useTransaction hook 2023-06-23 14:12:12 -05:00
3d7cccd984 EntityStore: allow customizing import position 2023-04-11 10:04:31 -05:00
402daec9c3 Add useIncrementEntity hook 2023-03-22 19:45:34 -05:00
c4d0dd568e EntityStore: let totalCount be undefined, don't try to set it from the local count 2023-03-22 19:11:11 -05:00
cb8363d179 EntityStore: make fetching the first page override the old list 2023-03-22 18:47:10 -05:00
e2510489c5 EntityStore: support query invalidation 2023-03-22 18:17:28 -05:00
a256665aad EntityStore: add support for X-Total-Count from the API 2023-03-22 17:39:58 -05:00
3d72e6305f EntityStory: add dismissEntities action for deleting ids from a list 2023-03-22 14:34:10 -05:00
1ab9b1d75c EntityStore: optimistic deletion 2023-03-15 16:52:09 -05:00
8f8807eb76 EntityStore: allow deleting entities 2023-03-14 14:14:48 -05:00
9df2bb4a86 EntityStore: add tests for reducer, improve types, ensure error gets added to state 2023-03-13 18:42:46 -05:00
27500193d8 EntityStore: incorporate Notifications, go back to using POJOs instead of Maps 2022-12-04 18:54:54 -06:00
f7bfc40b70 EntityStore: proper pagination support 2022-12-04 17:53:56 -06:00
52059f6f37 EntityStore: add request/success/fail actions 2022-12-04 17:26:28 -06:00
3b067c6fab Scaffold entity store library 2022-12-04 17:05:01 -06:00