-
-
Notifications
You must be signed in to change notification settings - Fork 766
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
Merged
SchrodingersGat
merged 32 commits into
inventree:master
from
SchrodingersGat:theme-simplificatio
Sep 14, 2024
Merged
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d5431f5
Simplify user theme settings
SchrodingersGat dd1d5dc
Cleanup
SchrodingersGat c83feb1
Fix permission on user list endpoint
SchrodingersGat cae3c50
Update AccountDetailPanel to use modal form
SchrodingersGat 0d06ffd
Update components
SchrodingersGat 4e27371
Merge branch 'master' of github.com:inventree/InvenTree into theme-si…
SchrodingersGat b9f8604
UI updates
SchrodingersGat a8ff676
Implement default colors
SchrodingersGat 19f25f8
Display more user details (read only)
SchrodingersGat 16f56ea
Add specific "MeUserSerializer"
SchrodingersGat fc36f0b
Add <YesNoUndefinedButton>
SchrodingersGat 682dbc8
Allow role checks to be bypassed for a given view
SchrodingersGat 1657595
Enable 'GET' metadata
SchrodingersGat f3acd22
Add info on new user account
SchrodingersGat d02b702
Merge branch 'master' into theme-simplificatio
SchrodingersGat aa24235
Merge branch 'master' into theme-simplificatio
SchrodingersGat 937f797
Merge branch 'master' into theme-simplificatio
SchrodingersGat 14487ad
Fix boolean expression wrapper
SchrodingersGat 8d4b2d0
Merge branch 'master' into theme-simplificatio
SchrodingersGat 792dcaa
Ruff fixes
SchrodingersGat 2c8ef50
Adjust icon
SchrodingersGat fe18d78
Merge branch 'master' into theme-simplificatio
SchrodingersGat 8071ded
Update unit test
SchrodingersGat 19dd6ee
Merge branch 'master' into theme-simplificatio
SchrodingersGat 55a2d02
Bummp API version
SchrodingersGat 698ca9f
Merge branch 'master' into theme-simplificatio
SchrodingersGat 467c9c1
Merge remote-tracking branch 'origin/master' into theme-simplificatio
SchrodingersGat fb97e2d
Merge branch 'theme-simplificatio' of github.com:SchrodingersGat/Inve…
SchrodingersGat e23f4d1
Merge remote-tracking branch 'origin/master' into theme-simplificatio
SchrodingersGat 61a0acf
Merge branch 'master' into theme-simplificatio
SchrodingersGat a2f7dc3
Merge branch 'master' into theme-simplificatio
SchrodingersGat bbcd6b4
Table layout fix
SchrodingersGat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
51 changes: 0 additions & 51 deletions
51
src/frontend/src/pages/Index/Settings/AccountSettings/DisplaySettingsPanel.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.