RiverLea 1.3.6 - Fixes GL#108, GL#109, #31994 & couple more - #32077
Merged
Conversation
…ation colour & responsive dashboard
|
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
Member
|
Thanks @vingle I agree this should all be merged into 6.0. |
Contributor
|
All looks good and safe to me. I think we should merge now to get the most testing-in-use on the RC branch |
Contributor
|
Test fail looks unrelated, like a flake |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This fixes four regressions: two major (breaks functionality), two minor (restores Greenwich functionality). It also makes two changes.
Regression 1 - code/pre formatting is wrapping on one line (#108) - before
Regression 1 - after
Regression 2 - HackneyBrook/DarkMode: Notification text colour illegible - before
Regression 2 - after
Regression (minor) 3 - Responsive: make dashlets stack on Civi Dashboard under 990px (same as Greenwich) - before
Regression 3 - after
Regression 4 (minor) - Show Add Address without hover on Contact Dashboard (#109) + Change 1 - Swapped edit icon for add icon on add address on Contact Dashboard (#109) & adjust appearance - before
Regression 4 + Change 1 - after
NB - doesn't work fully on Thames because of Thames custom CSS overrides - cc @artfulrobot
Change 2 - Select2 search box now fills width of Select, neatens padding. - before
Change 2 - after
Comments
Strictly speaking I'm assuming the four regressions should go against 6.0.RC and the two changes on 6.1.alpha. One of the changes is entangled with one regression, and the other change was identified while fixing another regression. Hopefully these can be merged together.