Skip to content

refactor(ui): move run command and backup helpers to internal/ui (#18)#26

Open
D3vanshC wants to merge 1 commit intomainfrom
choco/RelocateRunAndBackupIntegration
Open

refactor(ui): move run command and backup helpers to internal/ui (#18)#26
D3vanshC wants to merge 1 commit intomainfrom
choco/RelocateRunAndBackupIntegration

Conversation

@D3vanshC
Copy link
Contributor

What this PR does

Moves the run command logic and backup integration helpers into the internal/ui namespace to better reflect their responsibility now that run depends on the TUI layer.

Changes

  • Moved run.gointernal/ui/run.go (renamed where appropriate)
  • Moved backup_integration.gointernal/ui/backup_integration.go
  • Updated package declarations to ui
  • Updated imports across the project to reference internal/ui
  • Ensured go.mod / go.sum remain tidy

Result

  • Clearer separation of UI-related logic
  • Project structure better aligned with current architecture
  • No change in runtime behavior

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.

1 participant