leehaut opened a new pull request, #8182: URL: https://github.com/apache/hop/pull/8182
Fix https://github.com/apache/hop/issues/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. <img width="640" height="340" alt="be82aeb3d7755cd183e4ba103d3d5d9" src="https://github.com/user-attachments/assets/80647ca2-6381-4f89-94eb-f943b8464952" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
