Skip to content
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

chore: theme improvements and no handouts handling #294

Merged
merged 3 commits into from
Feb 28, 2024

Conversation

saeedbashir
Copy link
Contributor

This PR enhances theme capability by using custom color pellets, giving more breathing space to logo, logo aspect fit, and handles when there aren't any handouts for a course.

@volodymyr-chekyrta
Copy link
Contributor

@saeedbashir, Could you please add some screenshots for design review?

rnr
rnr previously approved these changes Feb 27, 2024
let handoutsView = handouts != nil && announcements == nil
let noHandouts = handouts == nil && announcements == nil

if handoutsView || noHandouts {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it appears than this condition can be replaced just with announcements == nil

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@saeedbashir
Copy link
Contributor Author

@saeedbashir, Could you please add some screenshots for design review?

@volodymyr-chekyrta There won't be any design changes for openedX, the changes will only reflect with different color values, for openedX the values are the same.

@volodymyr-chekyrta volodymyr-chekyrta merged commit 2b68d2e into openedx:develop Feb 28, 2024
3 checks passed
@saeedbashir saeedbashir deleted the saeed/fixes branch June 7, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants