spiff-arena/spiffworkflow-frontend/src/routes
Dan f945b58756 Use the same markdown library for displaying as for editing - could enable a security plugin, but doing so would prevent BPMN developers from using the Sub and Sup markdown supported by GitHub. 2023-02-06 12:14:15 -05:00
..
AdminRoutes.tsx do not reset error state from the adminroutes component since this causes the error to be removed right away and then cannot be displayed w/ burnettk 2023-01-26 10:50:46 -05:00
AuthenticationList.tsx TaskShow had a useEffect that depended on params, that dependency caused an infinite request cycle when an error occured. 2023-01-25 10:46:56 -05:00
CompletedInstances.tsx fixed get tasks and process instances by group w/ burnettk 2022-12-20 16:02:27 -05:00
Configuration.tsx 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
CreateNewInstance.tsx allow disabling the permission check for the Create New Instance page to improve performance. 2022-11-25 15:23:08 -05:00
GroupedTasks.tsx heading for instances on model show page, move instances below files, add margins 2022-11-25 10:56:44 -05:00
HomePageRoutes.tsx 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
JsonSchemaFormBuilder.tsx added locking system for process instances so hopefully background jobs will not take instances currently being run by the user w/ burnettk 2023-01-23 16:45:07 -05:00
MessageInstanceList.tsx make the frontend uris match the api calls better w/ burnettk 2022-12-05 16:49:27 -05:00
MyTasks.tsx make sure we are using the same notification component on all pages w/ burnettk 2022-12-28 15:03:02 -05:00
ProcessGroupEdit.tsx updated breadcrumb to use display name w/ burnettk 2022-11-23 15:39:10 -05:00
ProcessGroupList.tsx remove several debug print statements 2023-01-12 10:48:42 -05:00
ProcessGroupNew.tsx updated breadcrumb to use display name w/ burnettk 2022-11-23 15:39:10 -05:00
ProcessGroupShow.tsx updated breadcrumb to use display name w/ burnettk 2022-11-23 15:39:10 -05:00
ProcessInstanceFindById.tsx added tabs to find by id page and install pre commit libraries if they fail to run help w/ burnettk 2023-01-13 11:29:45 -05:00
ProcessInstanceList.tsx added tabs to find by id page and install pre commit libraries if they fail to run help w/ burnettk 2023-01-13 11:29:45 -05:00
ProcessInstanceLogList.tsx show start events in logs as well and added bpmn process identifiers to log table w/ burnettk 2023-01-19 10:06:30 -05:00
ProcessInstanceReportEdit.tsx
ProcessInstanceReportList.tsx Revive report deletion (#85) 2022-12-28 11:29:47 -05:00
ProcessInstanceReportNew.tsx Frontend label changes (#54) 2022-11-20 14:53:27 -05:00
ProcessInstanceReportShow.tsx updated breadcrumb to use display name w/ burnettk 2022-11-23 15:39:10 -05:00
ProcessInstanceShow.tsx use the ProcessInstanceTask interface where we can and move some stuff around better for useEffect 2023-01-26 09:45:09 -05:00
ProcessModelEdit.tsx updated breadcrumb to use display name w/ burnettk 2022-11-23 15:39:10 -05:00
ProcessModelEditDiagram.tsx Merge remote-tracking branch 'origin/main' into feature/jinja_errors 2023-01-25 15:38:52 -05:00
ProcessModelNew.tsx updated breadcrumb to use display name w/ burnettk 2022-11-23 15:39:10 -05:00
ProcessModelNewExperimental.tsx added new page to create process models using english text w/ burnettk 2023-01-03 17:26:01 -05:00
ProcessModelShow.tsx TaskShow had a useEffect that depended on params, that dependency caused an infinite request cycle when an error occured. 2023-01-25 10:46:56 -05:00
ReactFormEditor.tsx TaskShow had a useEffect that depended on params, that dependency caused an infinite request cycle when an error occured. 2023-01-25 10:46:56 -05:00
SecretList.tsx consistency is key 2022-11-23 18:58:10 -05:00
SecretNew.tsx
SecretShow.tsx
TaskShow.tsx Use the same markdown library for displaying as for editing - could enable a security plugin, but doing so would prevent BPMN developers from using the Sub and Sup markdown supported by GitHub. 2023-02-06 12:14:15 -05:00