restyle chat ui - #622
Draft
Loosand wants to merge 17 commits into
Draft
Conversation
- Introduced macOS DMG settings in tauri.conf.json, including custom background image and window/app positioning. - Added a new background image for the DMG installer.
…tion scripts - Added macOS DMG settings to the Makefile, including background image and volume icon configurations. - Introduced a new Python script for deterministic DMG layout, ensuring stable Finder metadata. - Created a verification script to check the integrity of the generated DMG, ensuring required files and symlinks are present. - Updated GitHub Actions workflow to install the necessary dmgbuild tool for building DMGs.
…ffTable, FilterTable, FineTuneCard, Flowchat, and LoadingState
…unctionality - Updated CSS for chat gallery to enhance overflow handling and layout consistency. - Modified `ComposerGallery` to support additional props and improve state management. - Introduced new `LIVEAGENT_OVERVIEW_MESSAGES` for project overview in fixtures. - Added scenario for `liveagent-overview` to enhance conversation context. - Integrated `GalleryComposerHarness` into `TranscriptGallery` for better composer handling. - Improved Markdown styling for better readability and consistency across components.
- Introduced a new TaskRows component to display task progress with animated status indicators. - Implemented SpinnerRing and Badge components for visual feedback on task states. - Enhanced task detail display with expandable rows and dynamic status updates. - Updated tests to validate the new task progress semantics and UI behavior. - Adjusted existing test cases to accommodate the new structure and ensure consistency.
…tus tests - Changed the opacity class assertion in AskUserQuestionCard test from "opacity-55" to "opacity-50". - Refactored AssistantStatus test to simplify the rendering check, ensuring it validates the text-only label without the Loader2 component. - Adjusted imports and removed unused components in AssistantStatus for cleaner code.
StackCairn
marked this pull request as draft
August 25, 2026 15:35
Contributor
|
PR governance checks failed — this PR has been converted to draft.
Fix the items above, then click Ready for review to re-run the checks. |
…ompact chip design - Added a `compactChip` prop to `ToolCallItem` for a more streamlined display option. - Updated the layout and styling of `ToolCallItem` to support compact chip rendering, improving visual consistency. - Refactored `ToolTraceGroup` to utilize the new `compactChip` feature, enhancing the overall user interface. - Adjusted component structure for better responsiveness and usability in chat interactions.
- Introduced a new `resultContent` variable to streamline the rendering of tool results based on various conditions. - Enhanced error handling and readability for tool results, ensuring errors are displayed prominently. - Adjusted layout and styling for better integration with the `compactChip` design, improving overall user experience. - Simplified conditional rendering to improve code clarity and maintainability.
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.
wait