-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix(ClusterRules): Open rows memorization #251
fix(ClusterRules): Open rows memorization #251
Conversation
… it stays expanded
Codecov Report
@@ Coverage Diff @@
## master #251 +/- ##
==========================================
- Coverage 83.00% 80.73% -2.28%
==========================================
Files 24 24
Lines 924 929 +5
Branches 331 336 +5
==========================================
- Hits 767 750 -17
- Misses 157 179 +22
Continue to review full report at Codecov.
|
There is no "enh" commit type. Refer to https://github.com/angular/angular/blob/main/CONTRIBUTING.md#type and https://github.com/semantic-release/semantic-release#commit-message-format and fix this. |
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.
This does fixes the bug, however breaks other things, see the video:
vokoscreenNG-2022-05-03_14-53-51.mp4
There are some bugs still present
6d6c4f7
to
167df42
Compare
Rewrote the test
167df42
to
80b24ee
Compare
Implemented set
## [1.3.10](v1.3.9...v1.3.10) (2022-05-09) ### Bug Fixes * **ClusterRules:** Open rows memorization ([#251](#251)) ([83f754e](83f754e))
🎉 This PR is included in version 1.3.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes https://issues.redhat.com/browse/CCXDEV-7900.
Recording the opened rows for the single cluster page
Fixed the test
The expand collapse behavior:
1)When the user opens the page for the first time - the first row is expanded
2)If he clicks sort after that, only the rows that were expanded will stay that way
if he expands several different rows\all rows before that -> only these rows will stay expanded