-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Communication
: Fix padding issues in channel search and post components
#9927
Communication
: Fix padding issues in channel search and post components
#9927
Conversation
WalkthroughThe pull request includes modifications to the HTML structure and styling of the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🧰 Additional context used🔇 Additional comments (5)src/main/webapp/app/overview/course-conversations/layout/conversation-messages/conversation-messages.component.html (1)
The change from src/main/webapp/app/shared/metis/post/post.component.html (4)
The introduction of
The padding adjustment
The margin classes ( Also applies to: 49-49
The span structure for post titles has been simplified while maintaining proper spacing with Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested locally, works as described
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checklist
General
Client
Motivation and Context
Currently, there are some padding issues when searching for announcement posts. This makes the search result look buggy:
This was accompanied by another issue that consecutive announcements that were saved did not color the title accordingly:
Lastly, also the channel internal search had some missing padding, making it look out-of-line with the other components:
Description
I added some padding to the search component and removed the padding at the announcement channel title and added the coloring to the background if saved.
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Code Review
Manual Tests
Screenshots
Announcement Title:
Search input:
Summary by CodeRabbit
New Features
Bug Fixes
Documentation