-
Notifications
You must be signed in to change notification settings - Fork 301
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
Development
: Move rotate icon css to global style
#8646
Development
: Move rotate icon css to global style
#8646
Conversation
WalkthroughThe recent update primarily focuses on refining the styling and HTML structure of various components within the application. Key modifications include the removal of the Changes
Recent Review DetailsConfiguration used: CodeRabbit UI Files selected for processing (13)
Files skipped from review due to trivial changes (12)
Additional Context UsedAdditional comments not posted (2)
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
|
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.
code lgtm
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.
Thanks for reducing the code duplication 👍
Approving the code
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.
Code LGTM 👍
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.
Works as intended!
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 on TS3. Works as expected.
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.
Maintainer approved
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.
Code LGTM
Ideally test on ts3 so you can check the css still works for standardized competencies
Checklist
General
Client
Motivation and Context
There are a few styles used for rotating arrows (
rotate-icon
,rotate
andchevron-position
) that are repeated in many style files.Description
This PR moves these styles to the global scss file. It also fixes an UI bug for the communication card (see screenshot below)
Steps for Testing
Verify Exams:
1.Log in to Artemis
2. On ts3: View Summary
3. See that the collapsible arrows in the UI work
(alternatively conduct a test run of an exam yourself and verify the summary afterwards)
Verify Sidebar:
6. Go to Course (Student View) -> Exercises
7. See that the collapsible arrows in the sidebar for exercises still work
Verify Standardized Competencies
8. Go to Server Administration -> Feature Toggles -> Enable StandardizedCompetencies
9. Go to Server Administration -> StandardizedCompetencies
10. See that the collapsible arrows still work (left side)
11. Go to Course Management -> Competencies -> Import -> Import Standardized Competencies
12. See that the collapsible arrows still work (left side)
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Performance Review
Code Review
Manual Tests
Test Coverage
unchanged