Skip to content

Fix#8112 Hop Web: a small loading splash while Hop is waking up - #8182

Merged
hansva merged 1 commit into
apache:mainfrom
leehaut:hotfix/lance-common-18
Aug 31, 2026
Merged

Fix#8112 Hop Web: a small loading splash while Hop is waking up#8182
hansva merged 1 commit into
apache:mainfrom
leehaut:hotfix/lance-common-18

Conversation

@leehaut

@leehaut leehaut commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Fix #8112

Summary

  • Show a full-screen Hop Web splash on /ui and /ui-dark while RAP bootstraps and HopGui.open() builds the workspace, so a cold start no longer looks like a blank/stuck page.

RAP only paints SWT widgets after the first UI request returns, so a server-side splash cannot cover startup. This uses WebClient.BODY_HTML (the RAP-documented splash hook) plus client JS.

Light and dark entry points get matching splash backgrounds. Login (/login) is unchanged: BASIC/OAUTH2 still redirect to /ui, where the splash then appears.

be82aeb3d7755cd183e4ba103d3d5d9

Signed-off-by: lance <leehaut@gmail.com>
@hansva

hansva commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

nice!

@hansva
hansva merged commit 7880530 into apache:main Aug 31, 2026
3 checks passed
@leehaut
leehaut deleted the hotfix/lance-common-18 branch September 1, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: Hop Web: a small loading splash while Hop is waking up

2 participants