fix(ui): improving web dashboard layout and elements#267
Open
nerometa wants to merge 5 commits intoRightNow-AI:mainfrom
Open
fix(ui): improving web dashboard layout and elements#267nerometa wants to merge 5 commits intoRightNow-AI:mainfrom
nerometa wants to merge 5 commits intoRightNow-AI:mainfrom
Conversation
…her, filter pills, card actions, badge width
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.
This pull request makes several improvements to the UI layout and styling for cards, badges, category chips, and sidebar elements in the application. The changes focus on enhancing the visual structure, consistency, and responsiveness of various components, especially cards and category chips, as well as refining sidebar sizing and spacing.
Card and Layout Improvements

Refactored the
.cardcomponent to use a flex column layout with full height, and introduced a.card-bodyclass for better content organization inside cards. Updated the HTML to wrap card content in.card-bodyfor improved structure. [1] [2] [3]Category Chips

Added a
.category-chipsclass to improve the layout and scrolling behavior of category quick-search chips, and updated the HTML to use this class. [1] [2]Indents for List in Messages

Add
paddingindent within.message-bubbleelements for better readability of lists in messages.Badges

Updated
.badgeelements to havewidth: max-contentfor better sizing.Sidebar and Layout Adjustments:
