summaryrefslogtreecommitdiff
path: root/blocks/eda-frontend/src
AgeCommit message (Collapse)Author
2022-01-18adding propTypesSunil Shetye
2022-01-17remove Simulator: unusedSunil Shetye
2022-01-13remove semicolons in comments alsoSunil Shetye
2022-01-13remove semicolonsSunil Shetye
2022-01-13give name to exported anonymous functionsSunil Shetye
use useRef to remove dependencies
2022-01-13use @babel/eslint-parser instead of babel-eslintSunil Shetye
2022-01-12use @babel/eslint-parser instead of babel-eslintSunil Shetye
2022-01-12fix warnings and errorsSunil Shetye
2022-01-11throw object instead of literalSunil Shetye
2022-01-06highcharts: merge large heatmap with lineSunil Shetye
2022-01-05highcharts: merge heatmap with lineSunil Shetye
2022-01-04do not add datapoint to stateSunil Shetye
2021-12-30make ref as an arraySunil Shetye
clear task id at start of simulation
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-16use setTimeout() instead of setInterval()Sunil Shetye
return after setTimeout()
2021-12-15stream the data to the browserSunil Shetye
add events to React to receive the stream
2021-12-04update react code for streamingSunil Shetye
2021-11-19call mxRubberband only onceSunil Shetye
2021-11-17remove App.test.jsSunil Shetye
2021-11-17use camelCase in reactSunil Shetye
2021-11-16add back ParentComponentSunil Shetye
2021-11-15fix one more code issueSunil Shetye
2021-11-15fix some more code issuesSunil Shetye
2021-11-15fix some code issuesSunil Shetye
2021-10-27wrap call using es6 syntaxSunil Shetye
increase time interval from 1s to 10s
2021-10-25use es6 syntax for anonymous functionSunil Shetye
2021-10-25wrap call in anonymous functionSunil Shetye
increase time interval from 1s to 10s
2021-10-24add app_name to the parametersSunil 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-06code to restore parameter valuesSunil Shetye
2021-10-06specify value of attribute alsoSunil Shetye
2021-10-06use querySelector instead of always using first childSunil Shetye
2021-10-01post all keysSunil Shetye
2021-10-01fix some warnings from commandSunil Shetye
npx standard
2021-10-01fixes using commandSunil Shetye
npx standard --fix
2021-10-01give simulation optionsSunil Shetye
Closes #1
2021-10-01show block style as nameSunil Shetye
2021-10-01prefetch all images on the left panelSunil Shetye
Closes #3
2021-10-01filter data with encodeURIComponent()Sunil Shetye
2021-10-01save app name and description in modelSunil Shetye
2021-10-01adding variablesSunil Shetye
2021-10-01use RegExp instead of string comparisonSunil Shetye
get title from filename
2021-10-01update once when readingSunil Shetye
do not use mxMorphing
2021-10-01check if firstChild is null before assigning plistSunil Shetye
convert attributes to object
2021-10-01remove unwanted propertiesSunil Shetye
use blockprefix instead of symbol
2021-10-01use port_size as per envSunil Shetye
2021-10-01use ternary operator for xPos and yPosSunil Shetye
use enhanced for loop use local variable
2021-10-01replace Schematic/Diagram and Component/Block with env variableSunil Shetye