-
Notifications
You must be signed in to change notification settings - Fork 14
2558 brand config images #2851
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
2558 brand config images #2851
Conversation
…ore/studio-ui-bundle into 2558-branding-config-implementation
…ore/studio-ui-bundle into 2558-branding-config-implementation
…rand-config-images
…ui-bundle into 2558-brand-config-images
|
LGTM until now - we can have another look if needed :) |
Co-authored-by: Christian F. <christian.feldkirchner@pimcore.com>
Co-authored-by: Christian F. <christian.feldkirchner@pimcore.com>
Co-authored-by: Christian F. <christian.feldkirchner@pimcore.com>
…ui-bundle into 2558-brand-config-images
|
Corepex
left a comment
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.
LGTM
| export const useAdminThumbnails = (): AdminThumbnails => { | ||
| const thumbnailData = useSelector(getThumbnails) | ||
|
|
||
| const isLoadingOrFetching = isUndefined(thumbnailData) || Object.keys(thumbnailData).length === 0 |
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.
Please double-check whether this state is really needed.
Corepex
left a comment
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.
IMHO i would check if we can write the data on update directly into the store. That would save us a request and remove the extraReducer.



Changes in this pull request
Resolves #2558
Additional info
Screencast.from.2026-01-28.13-06-43.webm