Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: TUI Config #161

Merged
merged 6 commits into from
Aug 21, 2024
Merged

Feature: TUI Config #161

merged 6 commits into from
Aug 21, 2024

Conversation

sambukowski
Copy link
Contributor

@sambukowski sambukowski commented Aug 16, 2024

Adds a config file for the TUI app within the cli. This config enables setting values for the following app settings:

  • Start with the AutoScroll setting enabled
  • Start with word wrap enabled
  • Have the fullscreen process panes start in borderless mode
  • Set the default instance name
  • Choose if the know services (cometbft, sequencer, composer, conductor) start minimized or not
  • Choose if all generic services start minimized or not
  • Allow override of the default highlight and border color of the process panes for color accessibility

closes #68

@sambukowski sambukowski marked this pull request as ready for review August 19, 2024 20:18
modules/cli/cmd/devrunner/config/tui.go Outdated Show resolved Hide resolved
modules/cli/cmd/devrunner/config/tui.go Outdated Show resolved Hide resolved
modules/cli/internal/ui/app.go Outdated Show resolved Hide resolved
modules/cli/internal/ui/statestore.go Outdated Show resolved Hide resolved
modules/cli/README.md Outdated Show resolved Hide resolved
modules/cli/README.md Outdated Show resolved Hide resolved
@sambukowski sambukowski merged commit 0932ce5 into main Aug 21, 2024
1 check passed
@sambukowski sambukowski deleted the feature/tui-config branch August 21, 2024 21:14
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.

Add config for TUI
2 participants