-
Notifications
You must be signed in to change notification settings - Fork 28
feat(layout): add noisy overlay controlled by layout service #3339
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
base: main
Are you sure you want to change the base?
Conversation
Test Results 1 files ±0 1 suites ±0 9m 48s ⏱️ +30s For more details on these errors, see this check. Results for commit 735a94f. ± Comparison against base commit 750f912. ♻️ This comment has been updated with latest results. |
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
Bundle ReportChanges will decrease total bundle size by 1.42kB (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: client-array-pushAssets Changed:
Files in
|
794987c to
ac592de
Compare
Introduce a conditional noisy overlay div in application template that renders when `shouldShowNoisyOverlay` is true. Add a corresponding getter in the layout service, currently mirroring `shouldShowHeader`. This sets up infrastructure for future UI enhancements requiring an overlay effect.
ac592de to
6473e52
Compare
Increase the background opacity from 0.035 to 0.04 to improve the visibility of the background pattern. This subtle change enhances the overall user interface without affecting interaction, as pointer events remain disabled.
Introduce a conditional noisy overlay div in application template that
renders when
shouldShowNoisyOverlayis true. Add a corresponding getterin the layout service, currently mirroring
shouldShowHeader. This setsup infrastructure for future UI enhancements requiring an overlay effect.
Note
Adds a conditional noisy overlay in the application template controlled by a new layout service getter, sets container to relative, and slightly increases overlay opacity.
app/templates/application.hbsusing{{#if this.layout.shouldShowNoisyOverlay}}that renders a full-viewportdivwithnoisy-overlay.#application-containerrelativeto position the overlay.LayoutService#get shouldShowNoisyOverlaymirroringshouldShowHeader.noisy-overlayopacity from0.035to0.04inapp/styles/app.css.Written by Cursor Bugbot for commit 735a94f. This will update automatically on new commits. Configure here.