-
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
Development
: Improve course overview component
#8971
Conversation
WalkthroughThe updates enhance the dropdown functionality in the Changes
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 Configuration 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.
Actionable comments posted: 4
src/test/javascript/spec/component/course/course-overview.component.spec.ts
Outdated
Show resolved
Hide resolved
src/test/javascript/spec/helpers/mocks/directive/ngbDropdownMocks.module.ts
Show resolved
Hide resolved
src/test/javascript/spec/helpers/mocks/directive/ngbDropdownMocks.module.ts
Outdated
Show resolved
Hide resolved
src/test/javascript/spec/helpers/mocks/directive/ngbDropdownMocks.module.ts
Outdated
Show resolved
Hide resolved
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.
Actionable comments posted: 2
src/test/javascript/spec/helpers/mocks/directive/ngbDropdownMocks.module.ts
Outdated
Show resolved
Hide resolved
src/test/javascript/spec/helpers/mocks/directive/ngbDropdownMocks.module.ts
Outdated
Show resolved
Hide resolved
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 👍 (nice refactoring)
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.
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, didn't face any problems in more option and course switching. Code also lgtm
src/test/javascript/spec/helpers/mocks/directive/ngbDropdownMocks.module.ts
Outdated
Show resolved
Hide resolved
src/test/javascript/spec/helpers/mocks/directive/ngbDropdownMocks.module.ts
Outdated
Show resolved
Hide resolved
65e58ae
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.
Reapprove after latest changes
9c34ae5
to
4658bd3
Compare
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.
Reapprove
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 ts1, I think that the more tab should close on selection (would have expected the more section to close on selection and it appears to be the behaviour on production right now)
moreDoesNotCloseOnSelection.mp4
Please deploy the current version again. This should be fixed already. 👯 |
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 ts1, course switching and more button worked fine for me
The mentioned flickering is out of scope for this PR #8971 (review)
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 reapprove 👍
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.
Reapprove, looks good on TS1
Checklist
General
Client
authorities
to all new routes and checked the course groups for displaying navigation elements (links, buttons).Motivation and Context
Enhance the Menu Sidebar Code to facilitate the creation of a reusable generic component for the course management view.
Description
More
Item, which appears on small screens)ng-template
for reusable code.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
Performance Review
Code Review
Manual Tests
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Tests