summaryrefslogtreecommitdiff
path: root/blocks/eda-frontend/src
AgeCommit message (Collapse)Author
2025-05-19add setSimulating in simulation sliceSunil Shetye
use isSimulating instead of isStatusDone()
2025-05-16remove child edges alsoSunil Shetye
2025-05-15Removed id = 2Suchita Lad
2025-05-13reorder tagsSunil Shetye
2025-05-07updating gallery imagesSunil Shetye
2025-05-07add no to the block name to exclude that block nameSunil Shetye
2025-05-06add support for multiple wordsSunil Shetye
2025-05-06search by block name alsoSunil Shetye
2025-05-05use .num and .den membersSunil Shetye
numer() and denom() functions are replaced by the corresponding members in scilab code cleanup
2025-05-05Added context arraySuchita Lad
2025-05-05Added targetPoint logicSuchita Lad
2025-05-05Added xcosdiagram tagSuchita Lad
2025-05-05add commented code to save fileSunil Shetye
2025-05-01Added superblockdiagram to xmlSuchita Lad
2025-04-30removed extra onClick eventSuchita Lad
2025-04-30reduce debugSunil Shetye
2025-04-29set id also in componentPropertiesSunil Shetye
2025-04-29replace store.getState() with useSelectorSunil Shetye
2025-04-29getCompProperties.fulfilled should set only state.compPropertiesSunil Shetye
2025-04-25get variable typeSunil Shetye
2025-04-25make the Scilab Code TextField monospaceSunil Shetye
2025-04-25Added tooltip on hoverSuchita Lad
2025-04-25Added tooltip on hover on large variable valuesSuchita Lad
2025-04-25search for diagrams with scriptsSunil Shetye
2025-04-23replace ${window.location.protocol}\\${window.location.host} with ↵Sunil Shetye
${window.location.origin}
2025-04-23Updated blocks to run simulationSuchita Lad
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-11change REMOVEFILE to FalseSunil Shetye
2025-04-09Added auto execute script feature on loading diagramSuchita Lad
2025-04-08cleanupSunil Shetye
2025-04-08Merged scripts with xcosblocksSuchita Lad
2025-04-07Updated process task to use uploadscript and getscriptoutputSuchita Lad
2025-04-07remove netlist action/reducerSunil Shetye
2025-04-07convert schematicEditor action/reducer to sliceSunil Shetye
2025-04-07convert componentProperties action/reducer to sliceSunil Shetye
2025-04-07convert saveSchematic action/reducer to sliceSunil Shetye
2025-04-07convert dashboard action/reducer to sliceSunil Shetye
2025-04-07convert auth action/reducer to sliceSunil Shetye
2025-04-07convert simulation action/reducer to sliceSunil Shetye
2025-04-07ensure that only one request is made at one timeSunil Shetye
2025-04-07move Number(selectedBook) outside filter()Sunil Shetye
2025-04-07add async/awaitSunil Shetye
2025-04-04Added notify symbol to check script executionSuchita Lad
2025-04-02Updated ScriptScreen functionSuchita Lad
2025-04-02Updated files to store workspace file in task modelSuchita Lad
2025-03-28Updated style of execute script windowSuchita Lad
2025-03-25Updated redux toolkit filesSuchita Lad
2025-03-25ignoreSunil Shetye
2025-03-25Added Script file name and type in Task modelSuchita Lad
2025-03-19replace setCode with setSchScriptDumpSunil Shetye