Skip to content

Revert "style(ui): improve terminal output with colors and better formatting"#10

Merged
nolanneff merged 1 commit intomainfrom
revert-9-style/ui-terminal-formatting
Jan 25, 2026
Merged

Revert "style(ui): improve terminal output with colors and better formatting"#10
nolanneff merged 1 commit intomainfrom
revert-9-style/ui-terminal-formatting

Conversation

@nolanneff
Copy link
Copy Markdown
Owner

@nolanneff nolanneff commented Jan 25, 2026

Reverts #9

Summary by CodeRabbit

  • Style
    • Simplified terminal output to use plain text instead of styled messages, colored indicators, and decorative icons. All status messages, prompts, and progress indicators now display without color formatting or ANSI styling, providing a cleaner, more minimalist interface.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 25, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This PR removes styled console output, including colors and decorative icons, across four modules. Spinner templates and status messages are simplified to plain text with em-dash prefixes, and ANSI styling calls are removed throughout.

Changes

Cohort / File(s) Summary
Spinner and Status Message Styling
src/git.rs, src/main.rs, src/pr.rs
Replaced styled progress spinners (e.g., "{spinner:.cyan} ...") with plain templates. Removed colored checkmarks and success indicators, replacing them with em-dash-prefixed plain text messages. Removed console::style imports.
UI Prompt Restructuring
src/ui.rs
Reworked all prompts to use plain text without ANSI styling. Simplified prompt menus for uncommitted changes, branch actions, commits, and PR creation. Implemented dynamic prompt text and inline ANSI clear/refresh sequences for live preview updates during editing.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~18 minutes

Possibly related PRs

Poem

🐰 Styling stripped with careful care,
Plain text messages float through air,
No colors now, no icons bright,
Just simple text—crisp and light!

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nolanneff nolanneff merged commit f08fe6c into main Jan 25, 2026
1 check was pending
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