-
-
Notifications
You must be signed in to change notification settings - Fork 804
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
[PUI] User settings panel updates #7944
[PUI] User settings panel updates #7944
Conversation
✅ Deploy Preview for inventree-web-pui-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
But why? |
return 50; | ||
} | ||
const [radius, setRadius] = useState(getDefaultRadius()); | ||
function changeRadius(value: number) { |
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.
Do I get this right, that this removes the ability to use a "rounder" radius than by default? I really liked to set it to a rounder radius than default, so this was really helpful. I once thought about defining default options on the via the config/env for these values here, because I always have to change this on a new client, and I know that pushing a rounder radius to core is not well liked by others.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7944 +/- ##
==========================================
- Coverage 84.48% 84.45% -0.04%
==========================================
Files 1144 1143 -1
Lines 51190 51218 +28
Branches 1792 1791 -1
==========================================
+ Hits 43247 43255 +8
- Misses 7732 7752 +20
Partials 211 211
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
- Prevent certain attributes from being adjusted
- Override the 'get_permission_model' attribute with None
- Required for extracting field information even if we only have 'read' permissions - e.g. getting table columns for users without write perms - use 'GET' action when reading table cols
…nTree into theme-simplificatio
TODO
/api/user/me/
API endpoint (permissions)Future Work