This commit enhances the GitButler chat user interface by refining the layout, adding clearer chat messages, and improving the overall structure. The changes include a more organized display with chat history and new messages, better styling for chat messages, and the introduction of a chat container for easier navigation through the chat.
Changes:
- Wrap chat components in a GitBTLR-container for better organization
- Add chat-container with better styling and layout for chat history and messages
- Modify the appearance of chat messages with new styling, colors, and icons
- Use distinguishable message bubbles for user and GitButler messages for improved readability
To try this, there use secret code below.
Within the app, navigate to any project and press the following sequence
of characters `aip` (make sure a text field is not selected)
This commit enhances README.md readability with proper capitalization, clarifies Versioning and Releasing sections, and renames "Icon Preperation" to "Icon generation". Additionally, it introduces a dynamic height for the file list container in commit/+page.svelte based on the viewport height.
This commit enhances README.md readability with proper capitalization, clarifies Versioning and Releasing sections, and renames "Icon Preperation" to "Icon generation". Additionally, it introduces a dynamic height for the file list container in commit/+page.svelte based on the viewport height.
- Improved terminal experience by handling 'Close' messages and reloading the page
- Added logic to send a Close message to the websocket when EOF is reached
- Changed the `terminal` function to a reactive declaration and added a `setupTerminal` function call
This commit updates the linear gradient color in FileActivity and makes UI improvements in player and settings pages. The changes include modifying input elements and button layouts for better organization and accessibility.
Changes:
- Changed gradient color to #9565FF in FileActivity.svelte
- Added hunk-controller-container div for better input organization in player page
- Updated footer layout in settings page to align the button to the right
This commit improves the visualization of diffs in the CodeViewer and makes several adjustments to the interface, which enhances the user experience.
Changes:
- Add padding to code lines and update line colors for context, split, and diff classes.
- Modify background color values for addition and deletion markers.
- Add contrasting text color to addition inner diffs: white.
- Update lineClass assignment in DiffViewer.svelte to reflect new colors.
- Reorganize project overview page: move work-in-progress sidebar to the right.
- Rename class "work-in-progress-sidebar" to "side-panel" for clearer naming convention.