Dan
2b6b053671
TaskShow had a useEffect that depended on params, that dependency caused an infinite request cycle when an error occured.
...
The same issue was happening on the ProcessInstanceListTable, and there it was being managed by a "SafelySetErrorMessage" function in one case,
but would not be addressed in all possible cases.
Reworked error handling into a context provider (APIErrorProvider) and hook (UseApiError) and removed the "(useContext as any)(ErrorContext)[1];" that felt a little off but that never was an actual problem.
2023-01-25 10:46:56 -05:00
jasquat
1354e9731b
cleaned up some debug code w/ burnettk
2022-12-30 15:30:32 -05:00
jasquat
f93a64f126
moved error display to own component w/ burnettk
2022-12-30 15:05:22 -05:00
jasquat
0af82d137d
added all users to waiting for column on task list tables w/ burnettk
2022-12-30 12:30:23 -05:00
jasquat
fb20d89459
added better error message for failed tasks w/ burnettk
2022-12-28 16:29:17 -05:00
jasquat
daf85f0efa
make sure we are using the same notification component on all pages w/ burnettk
2022-12-28 15:03:02 -05:00
jasquat
2c19b30236
force login if not logged when navigating to frontend w/ burnettk
2022-12-14 12:23:49 -05:00
jasquat
5ff0dcff69
added development permission for test user w/ burnettk cullerton
2022-11-16 12:57:17 -05:00
jasquat
56c8c0c633
added some permissions to the process model show page w/ burnettk
2022-11-15 17:35:16 -05:00
jasquat
b62955deaa
added permission service to frontend to allow checking for permissions w/ burnettk
2022-11-15 14:40:35 -05:00
jasquat
140309cabe
added home page routes and some tab stuff w/ burnettk
2022-11-10 17:30:27 -05:00
burnettk
34c0b5d2a3
explicit themes
2022-11-07 10:10:47 -05:00
jasquat
d25ac51396
added search bar on process groups page w/ burnettk
2022-11-02 17:16:41 -04:00
jasquat
41ddef1071
process instance list page is mostly set up now w/ burnettk
2022-11-01 16:26:24 -04:00
jasquat
3f8559e837
some more changes... navigation bar is broken due to header container w/ burnettk
2022-10-31 16:03:14 -04:00
jasquat
32716b2980
many things have been switched to carbon and the home page loads w/ burnettk
2022-10-31 15:09:21 -04:00
jasquat
18c73a28c7
Merge commit '75729ba3df3a8e1eccbae237d96efa7f17f72b26'
2022-10-18 16:41:13 -04:00
Jon Herron
28379f43d6
Merge commit '2382c3f0ab9502dddb9a3f6a8b32981f92bedc18' as 'spiffworkflow-frontend'
2022-10-12 10:21:49 -04:00