Skip to content

IS-11382 Style HaapiErrorNotifier#208

Open
urre wants to merge 3 commits into
integration/IS-5161/login-web-appfrom
feat/IS-11382-style-haapierrornotifier
Open

IS-11382 Style HaapiErrorNotifier#208
urre wants to merge 3 commits into
integration/IS-5161/login-web-appfrom
feat/IS-11382-style-haapierrornotifier

Conversation

@urre
Copy link
Copy Markdown
Collaborator

@urre urre commented May 27, 2026

Summary

  • Move the .haapi-error-notifier-toast styles out of the per-component CSS
    module and into the shared global styles.css.
  • Reference the toast class directly (className="haapi-error-notifier-toast")
    instead of via the CSS-module import.
  • Styled it to be on top of the app, fixed
  • Delete the now-unused haapi-error-notifier.module.css.

Files

  • haapi-stepper/feature/stepper/HaapiStepperErrorNotifier.tsx — drop module import, use plain class
  • shared/util/css/styles.css — add .haapi-error-notifier-toast rule
  • haapi-stepper/feature/stepper/haapi-error-notifier.module.css — removed

Test plan

  • Trigger a HAAPI error in the LWA and confirm the toast still renders fixed at the top with the danger styling.

… shared global stylesheet and switches the component to a plain class name. Here's a concise commit message:

```
IS-11382 LWA: style HAAPI error notifier via shared stylesheet

Move haapi-error-notifier-toast styles from a CSS module into the
shared styles.css and reference the class directly, removing the
now-unused module.
```
@urre urre requested a review from aleixsuau May 27, 2026 13:23
@urre urre marked this pull request as ready for review May 27, 2026 13:23
@urre urre changed the title IS-11382 The change moves the toast styles from a CSS module into the… IS-11382 Style HaapiErrorNotifier May 27, 2026
@urre urre requested a review from luisgoncalves May 27, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants