- added FLOW_ID env variable;

- implemented two types of evaluation flow;
- refactored component related to communication messages;
- fixed displaying elements based on evaluation status;
- fixed some styles;
This commit is contained in:
Vitalii Kiiko
2024-11-22 16:37:59 +01:00
parent 9465cbd55a
commit fdda72b617
10 changed files with 294 additions and 363 deletions

View File

@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
import { __, sprintf } from '@wordpress/i18n';
import { __ } from '@wordpress/i18n';
import { Link, useNavigate } from 'react-router-dom';
import { head, isEmpty, pathOr } from 'ramda';
import NumberFlow from '@number-flow/react';