A-BetterGui: resizable window, avatars, theming - #10
Merged
Merged
Conversation
The GUI window was locked to a fixed 400x600 size, avatars were square thumbnails using placeholder art (one still named after Duke), chat bubbles had no internal padding so short replies looked like a cramped rectangle, and the Send button/scrollbar used bright stock demo colors (mediumspringgreen/cyan/orange/pink) that clashed with everything else. Raise MainWindow's max size so the window can grow (anchors already handle reflow correctly once the cap is lifted). Swap in the new forest-spirit/companion avatar art, clip both to a circle via FXML, and crop Echo's avatar tighter so the character reads clearly at 99x99. Add padding to dialog bubbles, unify font family/size across chat text and UI chrome, retint the add/mark/delete bubble colors and the Send button/scrollbar thumb to a muted Monet-style palette matching the new art and background, and swap in a simpler gradient background image. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
# Conflicts: # src/main/java/echo/gui/MainWindow.java # src/main/resources/css/dialog-box.css # src/main/resources/css/main.css # src/main/resources/images/EchoAvatar.png
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resizable window, custom avatar art with circular crop, bubble
padding, unified typography, and a Monet-style muted color theme.
Resolves conflicts with branch-A-Personality's CSS/avatar changes
by keeping A-BetterGui's palette and the new custom avatar art
(echo.jpeg/user.jpeg), per explicit direction, while keeping
A-Personality's wording/voice changes intact.
See commit message for details.