summaryrefslogtreecommitdiff
path: root/blocks/eda-frontend/src/components/SchematicEditor/SimulationScreen.js
AgeCommit message (Collapse)Author
12 daysorganize importsSunil Shetye
2025-06-24require braces for function callSunil Shetye
2025-06-19cleanupSunil Shetye
2025-06-19Changes done for close button to close simulationSuchita Lad
2025-06-05fix dependenciesSunil Shetye
2025-06-04fix defined but never used errorSunil Shetye
2025-05-23reduce first timeoutSunil Shetye
2025-05-23change message font sizeSunil Shetye
2025-05-22show backend error in frontendSunil Shetye
2025-05-19move the dispatch to before the looping functionSunil Shetye
2025-05-19separate out the close handlerSunil Shetye
2025-05-19add setSimulating in simulation sliceSunil Shetye
use isSimulating instead of isStatusDone()
2025-04-19kill the scilab process if it is runningSunil Shetye
add isStatusDone() to check if the simulation is already complete send back the task_id also
2025-04-07remove netlist action/reducerSunil Shetye
2025-04-07convert simulation action/reducer to sliceSunil Shetye
2025-03-25Updated redux toolkit filesSuchita Lad
2025-03-17add code for caseSunil Shetye
2025-03-12Updated Task status in SimulationScreen.js fileSuchita Lad
2025-02-13make return structure consistentSunil Shetye
replace repeated str calls fix formatting
2025-02-13Added logic to cancel simulation processSuchita Lad
2025-01-31replace substr with substringSunil Shetye
remove unused variables
2024-10-11remove unnecessary dependencies onSunil Shetye
- dispatch and other functions - elements initialised with createRef() Also, replace props.location with props.location.search
2024-10-11replace reducers with the appropriate propertiesSunil Shetye
2024-08-27ignoreSunil Shetye
2024-03-06converted duplicate code to a function callTejas Kharat
2023-02-15React import changesSunil Shetye
2022-11-18use symbolic names instead of idsSunil Shetye
2022-11-17further reduce code complexitySunil Shetye
2022-11-17reduce code complexitySunil Shetye
2022-11-16add statusClosedSunil Shetye
2022-11-16work on 3d graphsSunil Shetye
2022-11-15reorder import functionsSunil Shetye
2022-09-13fix js syntaxSunil Shetye
2022-07-06rename Grid property from justify to justifyContentSunil Shetye
2022-06-17Canvas Display FixTheThinker277
2022-06-17Error DisplayTheThinker277
2022-06-17FIXED parameter check and No log fileTheThinker277
2022-06-09Graph Layout fixesSunil Shetye
2022-06-09Graph LayoutTheThinker277
2022-05-31Automation of N graph DisplayTheThinker277
2022-01-17remove Simulator: unusedSunil Shetye
2021-12-15stream the data to the browserSunil Shetye
add events to React to receive the stream
2021-11-15fix one more code issueSunil Shetye
2021-10-01fixes using commandSunil Shetye
npx standard --fix
2021-10-01filter data with encodeURIComponent()Sunil Shetye
2021-10-01replace Schematic/Diagram and Component/Block with env variableSunil Shetye
2021-04-11cleaning unused propertiesSunil Shetye
2021-04-11adding frontend filesSunil Shetye