summaryrefslogtreecommitdiff
path: root/blocks/eda-frontend/src
AgeCommit message (Collapse)Author
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-12Reject requests if session refresh failsSunil Shetye
2025-03-12avoid infinite loop while refreshingSunil Shetye
2025-03-11moving session refresh code to Api.jsSunil Shetye
2025-03-11add cleanup functionSunil Shetye
2025-03-07cleanupSunil Shetye
2025-03-07Deleted sesion_id from cookieSuchita Lad
2025-03-06make a function to get first alphabetic character of usernameSunil Shetye
2025-03-06update xpath for the save buttonSunil Shetye
add more elements to the try block
2025-03-04save app name alsoSunil Shetye
add session count and return expire_at time store expire_at also
2025-03-03Store session details in tableSuchita Lad
2025-03-03use session_key from backendSunil Shetye
2025-03-03adding session key apiSunil Shetye
write function to set session
2025-03-03Pass session id to axiosSuchita Lad
2025-03-03Revert "do not use Number with x, y, height, width"Suchita Lad
This reverts commit 30f14d20f0dc53d922add885ab499c70195e4814.
2025-02-28Updated files for sessionSuchita Lad
2025-02-28use gevent poolSunil Shetye
2025-02-27do not use Number with x, y, height, widthSunil Shetye
2025-02-27add mxGraphModel to the blockSunil Shetye
cleanup imports
2025-02-26add saveFile in utilsSunil Shetye
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-02-07update all gallery imagesSunil Shetye
2025-02-07update mediaSunil Shetye
2025-02-06make variable names consistentSunil Shetye
2025-02-06use api.get instead of fetchSunil Shetye
2025-02-06add lowercase versions of name and description to modelSunil Shetye
2025-02-06remove unused variables from SearchComponentSunil Shetye
2025-02-05create migrations for saveAPI also and load its dataSunil Shetye
2025-02-04also show count of how many diagrams are thereSunil Shetye
2025-02-04fix message when book has already been selectedSunil Shetye
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
2025-01-30Made Launch in editor of gallery workingSuchita Lad
2025-01-30Deleted unwanted filesSuchita Lad
2025-01-30Added Search logic and gallery data is updated from backendSuchita Lad
2025-01-30use useCallback for fetchBooksSunil Shetye
2025-01-30replace createRef with useRefSunil Shetye
2025-01-24Added Books dropdown in gallerySuchita Lad
2025-01-24Added book_id in js fileSuchita Lad
2025-01-23replace absolute database path with a relative pathSunil Shetye
replace subprocess with shutil