Skip to content

feat: add compose stop action#27

Open
thespacersm wants to merge 2 commits into
vnknowledge2014:mainfrom
thespacersm:feature/compose-stop
Open

feat: add compose stop action#27
thespacersm wants to merge 2 commits into
vnknowledge2014:mainfrom
thespacersm:feature/compose-stop

Conversation

@thespacersm

Copy link
Copy Markdown

Summary

  • Add Stop button for compose projects (stops containers without removing them, keeps project visible in list)
  • Replace Down icon with TrashIcon to clarify destructive action
  • Buttons ordered: Stop → Restart → Down for logical grouping

Changes

  • Backend: new compose_stop Tauri command + API server route POST /api/compose/stop
  • Frontend: composeApi.stop(), new Stop button in Compose page, TrashIcon for Down

Add a Stop button alongside Restart and Down for compose projects.
Unlike 'down', 'stop' keeps the project visible in the list with a
stopped status, allowing users to restart containers later.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants