Skip to content

Commit

Permalink
Backport #441: Fix UI regressions from 0.10.0 (#441)
Browse files Browse the repository at this point in the history
Fix some UI styling regressions in e.g. color contrast and hover effects.

* Remove redundant col divs

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Add green hover effect to match red hover effect

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Improve contrast against secondary color

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Get rid of serifs in menu

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Improve contrast against secondary color

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Use secondary color for currently selected data table page

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Use secondary hover color on hover

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Split css lines to clarify

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Synchronize css of navigation components

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Synchronize css of creation/deletion buttons

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Synchronize css of other buttons

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Synchronize css ordering

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Better contrast in timezone warning

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Fix alt descriptions in header and footer

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Synchronize styling of page titles and user action buttons

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Headers 1, 2 and 3 get the same font size for now (we had been using them inconsistently across pages)

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Synchronize litepicker styling

Signed-off-by: F.N. Claessen <felix@seita.nl>

* Changelog entry under 0.10.1

Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Jun 16, 2022
1 parent 122b4f6 commit 3080889
Show file tree
Hide file tree
Showing 8 changed files with 156 additions and 111 deletions.
6 changes: 6 additions & 0 deletions documentation/changelog.rst
Expand Up @@ -2,6 +2,12 @@
FlexMeasures Changelog
**********************

v0.10.1 | June XX, 2022
===========================

Bugfixes
-----------
* Fix some UI styling regressions in e.g. color contrast and hover effects [see `PR #441 <http://www.github.com/FlexMeasures/flexmeasures/pull/441>`_]

v0.10.0 | May 08, 2022
===========================
Expand Down

0 comments on commit 3080889

Please sign in to comment.