keycloak-scim/js/apps/admin-ui/src/authentication
gregbaroni 8140c76147
Update flow diagram to support branching edges for conditionals (#28481)
- If there is a conditional subflow, instead of creating nodes
for the start and end of the subflow, there will now be branching edges
for the condition nodes, representing the false and true cases.
- Adds an optional label attribute to the edges to support having
true and false labels for condition node edges.
- Modifies auto layout to reduce the amount of overlap that
occurs with the branching condition edges and labels.
- Also removed the startSubFlow check in the createNode method
since the start and end subflow nodes are always created by the
renderSubFlowNodes method.

Closes #28453

Signed-off-by: Greg Baroni <greg.baroni@appfolio.com>
2024-04-09 14:37:10 +02:00
..
__tests__ Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
components Update flow diagram to support branching edges for conditionals (#28481) 2024-04-09 14:37:10 +02:00
form added better default value (#27594) 2024-03-07 10:04:38 +01:00
policies Upgrade admin and account console to PatternFly 5 (#28196) 2024-04-05 16:37:05 +02:00
routes Encode parameters for React Router links in URL-safe manner (#23667) 2023-10-17 07:36:26 +00:00
AuthenticationSection.tsx Upgrade admin and account console to PatternFly 5 (#28196) 2024-04-05 16:37:05 +02:00
BindFlowDialog.tsx Upgrade admin and account console to PatternFly 5 (#28196) 2024-04-05 16:37:05 +02:00
build-in-label.module.css remove styles and use css modules (#20018) 2023-05-24 12:11:06 +00:00
BuildInLabel.tsx merge all namespaces into one (#22949) 2023-09-08 15:17:17 +02:00
DuplicateFlowModal.tsx Removed namespaces from messages (#23205) 2023-09-14 11:01:15 +02:00
EditFlowModal.tsx Removed namespaces from messages (#23205) 2023-09-14 11:01:15 +02:00
empty-execution-state.css Upgrade admin and account console to PatternFly 5 (#28196) 2024-04-05 16:37:05 +02:00
EmptyExecutionState.tsx Remove leftover namespaces from translation keys (#24486) 2023-11-02 16:03:47 +00:00
execution-model.ts Upgrade admin and account console to PatternFly 5 (#28196) 2024-04-05 16:37:05 +02:00
FlowDetails.tsx Upgrade admin and account console to PatternFly 5 (#28196) 2024-04-05 16:37:05 +02:00
RequiredActions.tsx Removed namespaces from messages (#23205) 2023-09-14 11:01:15 +02:00
routes.ts Align route object type with React Router (#19357) 2023-03-27 16:10:48 +02:00