Skip to content

Commit

Permalink
Fix/1952/UI elements should not change their size when clicked upon (#…
Browse files Browse the repository at this point in the history
…1982)

* Fixes alignments of panel component elements

Styles panel components individually

Makes panel components independent of the parent component

Removes the resizing of opened panel

Removes the shrinking of other panels when a different panel is opened

#1952

* Aligns panels to the right side of ribbon components

Adds animations for opening and closing panels

#1952

* Adjusts small alignment issues

Adds changelog entry

#1952

* Fixes search panel

#1952

* Hightlights selected metric

Removes unused scss lines

#1952

* Fixes tests

#1952

* Fixes tests

#1952

* Removes highlighting of selected panel for further inquiry

#1952

* Fixes sonar related bugs

#1952

* Changes review related topics

#1952

Co-authored-by: ChristianE <christian.eberhard@maibornwolff.de>
  • Loading branch information
Christian-Eberhard and ChristianE committed May 10, 2021
1 parent 0cf4df7 commit 839717e
Show file tree
Hide file tree
Showing 19 changed files with 799 additions and 234 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
- Excluding in delta mode is broken ([#1578](https://github.com/MaibornWolff/codecharta/issues/1578))
(Inclusion and exclusion of files using wildcard searches in the flatten and exclude operations)
- Fix labels and lines missing a connection in some cases([#1716](https://github.com/MaibornWolff/codecharta/issues/1716))
- Ribbons resizing when expanding ([#1952](https://github.com/MaibornWolff/codecharta/issues/1952))

### Chore 👨‍💻 👩‍💻

Expand Down

0 comments on commit 839717e

Please sign in to comment.