-
Notifications
You must be signed in to change notification settings - Fork 29
🎨 Frontend: Credits indicator only visible in warning zone by default (🚨) #5897
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
🎨 Frontend: Credits indicator only visible in warning zone by default (🚨) #5897
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5897 +/- ##
=========================================
- Coverage 84.5% 81.4% -3.1%
=========================================
Files 10 561 +551
Lines 214 28228 +28014
Branches 25 205 +180
=========================================
+ Hits 181 23003 +22822
- Misses 23 5174 +5151
- Partials 10 51 +41
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
👍
services/web/server/src/simcore_service_webserver/users/_preferences_models.py
Show resolved
Hide resolved
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.
👍
|
What do these changes do?
This PR will only affect the new users.
🚨 If we want to change the default value of the existing users, we need to go through the DB, either deleting
WalletIndicatorVisibilityFrontendUserPreference
preference entries or changing their value (I believe there is a sql script somewhere).demo with user with no

WalletIndicatorVisibilityFrontendUserPreference
entry in the DB:Related issue/s
closes ITISFoundation/osparc-issues#1474
How to test
Dev-ops checklist