Skip to content

Conversation

@xIrusux
Copy link
Contributor

@xIrusux xIrusux commented Jan 28, 2026

Changes in this pull request

Resolves #2558

Additional info

Screencast.from.2026-01-28.13-06-43.webm

xIrusux and others added 30 commits January 26, 2026 10:22
…ore/studio-ui-bundle into 2558-branding-config-implementation
…ore/studio-ui-bundle into 2558-branding-config-implementation
@Corepex
Copy link
Contributor

Corepex commented Jan 28, 2026

LGTM until now - we can have another look if needed :)

@xIrusux xIrusux marked this pull request as ready for review January 29, 2026 09:37
@sonarqubecloud
Copy link

Copy link
Contributor

@Corepex Corepex left a 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
Copy link
Contributor

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.

Copy link
Contributor

@Corepex Corepex left a 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.

@xIrusux xIrusux merged commit b499dba into 1.x Jan 29, 2026
1 check passed
@xIrusux xIrusux deleted the 2558-brand-config-images branch January 29, 2026 13:57
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Studio UI Development - Appearance and Branding

3 participants