keep-starknet-strange / madara-tsukuyomi

Madara Desktop Application
MIT License
20 stars 17 forks source link

Feat: Disable app running if node is closed #24

Closed apoorvsadana closed 1 year ago

apoorvsadana commented 1 year ago

Right now, users can run the app regardless of whether the node is running or not. We need to add a configuration parameter to the apps called requiresRunningNode. If this is set to true, an error message should be displayed if the user tried to run the app and node is stopped.

Also, if the node is closed, then all the apps which have requiresRunningNode enabled, should also be terminated.

TedZy829 commented 1 year ago

hi, im interested in taking this task

apoorvsadana commented 1 year ago

Awesome! Assigned to you @TedZy829

apoorvsadana commented 1 year ago

fixed #36