summaryrefslogtreecommitdiff
path: root/blocks/eda-frontend/src/components
AgeCommit message (Collapse)Author
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-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-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-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
2025-03-19Added show script functionalitySuchita Lad
2025-03-19replace scriptData with scriptDump for consistency with backendSunil Shetye
use saveToFile to replace Blob code change mime-type to application/x-scilab and application/x-scilab-xcos
2025-03-18Added Export Script functionalitySuchita Lad
2025-03-18use saveToFile()Sunil Shetye
2025-03-17add code for caseSunil Shetye
2025-03-12Updated Task status in SimulationScreen.js fileSuchita Lad
2025-03-06make a function to get first alphabetic character of usernameSunil Shetye
2025-03-03Revert "do not use Number with x, y, height, width"Suchita Lad
This reverts commit 30f14d20f0dc53d922add885ab499c70195e4814.
2025-02-27do not use Number with x, y, height, widthSunil Shetye
2025-02-27add mxGraphModel to the blockSunil Shetye
cleanup imports
2025-02-25cleanupSunil Shetye
2025-02-24Updated file for toolbar in mobile viewSuchita Lad
2025-02-20support for mobile viewSunil Shetye
2025-02-13make return structure consistentSunil Shetye
replace repeated str calls fix formatting
2025-02-13Added logic to cancel simulation processSuchita Lad
2025-01-31set the flags before setting intervalSunil Shetye
2025-01-31replace substr with substringSunil Shetye
remove unused variables
2025-01-30Updated parameters value in cscope and added formula in Yaxis for graphSuchita Lad