summaryrefslogtreecommitdiff
path: root/blocks/eda-frontend/src/redux
AgeCommit message (Collapse)Author
2024-03-22final code for new apiTejas Kharat
2024-03-12fix errorFields updateSunil Shetye
2024-03-11ErrorField to be updatedTejas Kharat
2023-02-15add Loader when getting and setting component propertiesSunil Shetye
2023-02-13remove js extension from import lineSunil Shetye
2023-02-11set display_parameter properlySunil Shetye
treat as html
2023-01-28npm startSunil Shetye
2023-01-20redirect only for allowed urlsSunil Shetye
2022-09-28pass block name instead of idSunil Shetye
2022-09-13fix js syntaxSunil Shetye
2022-06-03disable new-cap eslint errorSunil Shetye
2022-01-13give name to exported anonymous functionsSunil Shetye
use useRef to remove dependencies
2022-01-04do not add datapoint to stateSunil Shetye
2021-12-23add redux for task idSunil Shetye
move code from SimulationProperties to SimulationScreen2
2021-12-20remove dispatcher code for adding a pointSunil Shetye
2021-12-15stream the data to the browserSunil Shetye
add events to React to receive the stream
2021-11-17use camelCase in reactSunil Shetye
2021-10-13use block instead of block_idSunil Shetye
2021-10-12use block_id instead of idSunil Shetye
send back blockport_set instead of number_of_blockports
2021-10-01fix some warnings from commandSunil Shetye
npx standard
2021-10-01fixes using commandSunil Shetye
npx standard --fix
2021-10-01show block style as nameSunil Shetye
2021-10-01prefetch all images on the left panelSunil Shetye
Closes #3
2021-10-01from esimblocks branchSunil Shetye
2021-04-11use functions instead of actionsSunil Shetye
remove unused actions
2021-04-11setting displayProperties via apiSunil Shetye
2021-04-11change from properties to parameter_valuesSunil Shetye
2021-04-11cleaning unused propertiesSunil Shetye
2021-04-11add parameter_values_changedSunil Shetye
2021-04-11not setting compPropertiesSunil Shetye
2021-04-11show the required keysSunil Shetye
2021-04-11fix svg parserSunil Shetye
2021-04-11adding frontend for testing apisSunil Shetye
2021-04-11adding frontend filesSunil Shetye