-
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
General
: Fix more button in the course menu
#9583
Conversation
General:
Fix compression function issue on navbarGeneral
: Fix compression function issue on navbar
…overview-sidebar # Conflicts: # src/main/webapp/app/overview/course-overview.component.html
WalkthroughThe changes in this pull request involve modifications to the conditional rendering logic of sidebar components in two Angular template files: Changes
Possibly related PRs
Suggested labels
Suggested reviewers
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.
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.
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 TS5, works fine.
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 and it works as expected & described 👍
General
: Fix compression function issue on navbarGeneral
: Fix more button in the course menu
Checklist
General
Client
Motivation and Context
The "more..." feature when compressing the navbar was not working anymore after a PR that changed the syntax of the course-overview-component
Description
An if else block in the course-overview-component made the definition of "ngbDropdown" inaccessible for some calls, so instead of using an if else block to completely omit the section, we use "d-none" so the ngbDropdown implementation is still accessible.
Steps for Testing
Prerequisites:
Before:
After:
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
Test Coverage
Screenshots
Summary by CodeRabbit
New Features
isLti
condition.Bug Fixes
Style