summaryrefslogtreecommitdiff
path: root/blocks/eda-frontend/src/components/SchematicEditor/Helper
AgeCommit message (Collapse)Author
2022-11-17reduce code complexitySunil Shetye
2022-11-15remove blockportSet from xmlSunil Shetye
2022-09-28pass block name instead of idSunil Shetye
2022-07-06remove !importantSunil Shetye
2022-07-06Fixes the component displayTheThinker277
2022-06-17Canvas Display FixTheThinker277
2022-06-03disable new-cap eslint errorSunil Shetye
2022-01-13remove semicolons in comments alsoSunil Shetye
2022-01-12fix warnings and errorsSunil Shetye
2021-12-15stream the data to the browserSunil Shetye
add events to React to receive the stream
2021-11-19call mxRubberband only onceSunil Shetye
2021-11-17use camelCase in reactSunil Shetye
2021-11-16add back ParentComponentSunil Shetye
2021-11-15fix some code issuesSunil Shetye
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-01fix some warnings from commandSunil Shetye
npx standard
2021-10-01fixes using commandSunil Shetye
npx standard --fix
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-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
2021-10-01import the cssSunil Shetye
2021-10-01adding block_name to modelSunil Shetye
2021-10-01cleanupSunil Shetye
2021-10-01code cleanupSunil Shetye
2021-10-01from esimblocks branchSunil Shetye
2021-04-11do not show block labelsSunil Shetye
2021-04-11use functions instead of actionsSunil Shetye
remove unused actions
2021-04-11trim earlySunil Shetye
set to empty before every search set width and height of dragged element from image
2021-04-11setting displayProperties via apiSunil Shetye
2021-04-11change from properties to parameter_valuesSunil Shetye
2021-04-11code to post diagramSunil Shetye
2021-04-11put id in ParentComponentSunil Shetye
2021-04-11cleaning unused propertiesSunil Shetye
2021-04-11add parameter_values_changedSunil Shetye
2021-04-11show the required keysSunil Shetye
2021-04-11setting block_idSunil Shetye
2021-04-11remove eslintSunil Shetye
2021-04-11fix svg parserSunil Shetye
2021-04-11adding width and height to blocksSunil Shetye
2021-04-11order blocks by nameSunil Shetye
2021-04-11adding palettesSunil Shetye
2021-04-11adding frontend for testing apisSunil Shetye