15 Commits

Author SHA1 Message Date
jasquat
fd25bb64d7 updated text on home page w/ burnettk 2023-04-13 16:36:46 -04:00
jasquat
a5fa3f8cde some initial work for home page refactor w/ burnettk 2023-04-12 14:32:34 -04:00
Dan
b2fb0dd79f run_pyl had various recommendations that I find a bit of a pain in the butt, but that I did anyway. 2023-01-25 16:43:28 -05:00
Dan
40682d0592 Added useMemo to error context
No longer clear errors in the task bar, as that will constantly remove them as soon as they are shown.
2023-01-25 15:09:05 -05:00
Dan
c35ba85605 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
3a7a80ded1 added better error message for failed tasks w/ burnettk 2022-12-28 16:29:17 -05:00
jasquat
851be377ff some ui changes w/ burnettk 2022-11-23 18:44:51 -05:00
jasquat
0eeebc497b some updates to ui homepage to align more with notion doc 2022-11-23 10:23:26 -05:00
jasquat
d51db5cf99 removed tabs from taskshow page w/ burnettk cullerton 2022-11-18 17:10:34 -05:00
jasquat
7b21ff4eec added create new instance page and moved model run to a component w/ burnettk cullerton 2022-11-18 16:40:49 -05:00
jasquat
e6db091ba1 refactored pagination table to allow prefixing page options w/ burnettk 2022-11-14 16:29:04 -05:00
jasquat
43cbcf7924 added more task tables w/ burnettk 2022-11-11 16:31:48 -05:00
jasquat
2d21bd50d2 added tasks for my open processes page w/ burnettk 2022-11-11 11:07:21 -05:00
jasquat
57ec4a31fc some more task tab play 2022-11-11 10:28:08 -05:00
jasquat
0f5d2855d4 added home page routes and some tab stuff w/ burnettk 2022-11-10 17:30:27 -05:00