-
Notifications
You must be signed in to change notification settings - Fork 0
chore(web-app): bump submodule to Scope B — verify.fivucsas.com refresh #31
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
Merged
Merged
Changes from all commits
Commits
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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,6 +2,67 @@ | |||||
|
|
||||||
| All notable changes to the FIVUCSAS platform. Dates are in ISO 8601 format. See each submodule's own `CHANGELOG.md` for granular per-repo changes. | ||||||
|
|
||||||
| ## [2026-04-22b] UI refresh — verify.fivucsas.com (Scope B) | ||||||
|
|
||||||
| Follow-up to Scope A. Polishes the hosted login surface | ||||||
| (`verify.fivucsas.com/login`) and the iframe widget | ||||||
| (`verify.fivucsas.com/?session_id=…`). | ||||||
|
|
||||||
| **Zero functional change.** Preserves every OAuth handler, | ||||||
| postMessage event shape, frame-bust effect, `assertSafeRedirectScheme` | ||||||
| guard, step component, SDK byte, CSP header, and Permissions-Policy | ||||||
| delegation. The `fivucsas-auth.js` SDK is **not rebuilt** — SHA-384 on | ||||||
| live matches the staged copy, so `bys-demo`'s SRI hash and every | ||||||
| external integrator's `integrity="sha384-…"` attribute remain valid. | ||||||
|
|
||||||
| ### Changed | ||||||
|
|
||||||
| - `web-app/` submodule bump: `a4c0053 → 70a4c06`. Pulls in | ||||||
| [Rollingcat-Software/web-app#25](https://github.com/Rollingcat-Software/web-app/pull/25): | ||||||
| - `src/verify-app/HostedLoginApp.tsx` — `HostedFrame` rebuilt: | ||||||
| ambient radial gradient canvas (light + dark aware), gradient | ||||||
| brand-mark above the card, "Secured by FIVUCSAS" pill with | ||||||
| `VerifiedUserOutlined` icon, Poppins display title, | ||||||
| `verify.fivucsas.com` microcopy footer. All `parseHostedParams`, | ||||||
| `resolveLocale`, frame-bust effect, tenant meta fetch with | ||||||
| AbortController + 10s timeout, `handleLoginComplete` | ||||||
| (`/oauth2/authorize/complete` call), and `handleCancel` preserved. | ||||||
| - `src/verify-app/VerifyApp.tsx` — iframe body wrapper tokens tuned; | ||||||
| transparent background preserved so parent page styling still | ||||||
| bleeds through the widget. Every postMessage emission | ||||||
| (`sendReady`, `sendStepChange`, `sendComplete`, `sendCancel`, | ||||||
| `sendError`, `onParentMessage`, `setParentOrigin`) and every | ||||||
| handler preserved. | ||||||
| - `src/verify-app/LoginMfaFlow.tsx` — Card chrome softened | ||||||
| (mode-aware elevation, 20 px radius), header uses Poppins display | ||||||
| font with tighter letter-spacing, cancel button with compact close | ||||||
| icon. Phase state machine + every one of the 10 step components | ||||||
|
||||||
| icon. Phase state machine + every one of the 10 step components | |
| icon. Phase state machine + every one of the 11 step components |
This file contains hidden or 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
Submodule web-app
updated
4 files
| +69 −0 | CHANGELOG.md | |
| +96 −22 | src/verify-app/HostedLoginApp.tsx | |
| +30 −7 | src/verify-app/LoginMfaFlow.tsx | |
| +12 −4 | src/verify-app/VerifyApp.tsx |
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.
The heading uses a non-ISO date tag (
2026-04-22b), but the changelog intro states that dates are in ISO 8601 format. Consider switching this header to an ISO 8601 date (and encode the "b"/Scope in the title text), or update the changelog’s stated date-format convention so it matches the tags used here.