tolgayayci / dfx-dashboard

DFX Dashboard is a cross platform, electron based application designed to streamline the use of the dfx CLI.
https://dfx-dashboard-docs.netlify.app/
MIT License
7 stars 0 forks source link

[FEAT] start+stop dfx from the app #4

Closed dfx-json closed 1 month ago

dfx-json commented 4 months ago

A user should be able to start and stop dfx from within the app UI. There should also be an indicator (e.g. a green status indicator) that is lit when dfx/replica is running on the machine.

tolgayayci commented 1 month ago

Users have ability to start or stop dfx with a few click and this always visible with left sidebar. Also it is easy to understand if a replica or dfx running by looking lsof -i tcp:4943 processes if there is dfx related process.

Running State Start Modal Not Running State
Screenshot 2024-07-23 at 16 40 50 Screenshot 2024-07-23 at 16 40 36 Screenshot 2024-07-23 at 16 40 31