- Notifications
You must be signed in to change notification settings - Fork 0
Privacy Live Signal: polish sticky obligation style#1628
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
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
30305fc
fix privacy back safe-area and add three redesign directions
cursoragent b3d927c
Polish Live Signal privacy direction with fused sticky craft
cursoragent 350b3e8
Merge branch 'main' into cursor/privacy-page-mockups-2ff6
BigSimmo a46b4c1
Merge branch 'main' into cursor/privacy-page-mockups-2ff6
cursoragent 72e3bb6
fix(privacy-mockups): unique accordion ids, a11y, and type-scale
cursoragent f88d402
fix(privacy-mockups): scroll after accordion layout commits
cursoragent ae3d828
fix(privacy-mockups): re-tap active jump chip still scrolls
cursoragent b779d74
Merge branch 'main' into cursor/privacy-page-mockups-2ff6
cursoragent 62ee0d4
merge origin/main: keep privacy and phone/pin mockup listings
cursoragent 51e15a7
Merge branch 'main' into cursor/privacy-page-mockups-2ff6
BigSimmo 488a69e
Merge branch 'main' into cursor/privacy-page-mockups-2ff6
BigSimmo 7c82f92
fix(mockups): resolve privacy page merge; local section jump scroll
cursoragent 1ff8bea
chore(ledger): record PR #1628 babysit
cursoragent 7b244cb
fix(mockups): clear sticky chrome using live measured height
cursoragent 96bbb87
Merge branch 'main' into cursor/privacy-page-mockups-2ff6
BigSimmo f1844a2
Merge remote-tracking branch 'origin/main' into cursor/privacy-page-m…
cursoragent 32c4406
fix(mockups): bind privacy desktop index to live sticky chrome height
cursoragent af0fd60
docs(ledger): supersede privacy mockups Run PR sweep with decisive ch…
cursoragent 7a8ce79
Merge branch 'main' into cursor/privacy-page-mockups-2ff6
BigSimmo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
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
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
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
Binary file added
BIN
+1.71 MB
...ic/mockups/privacy-page-redesign-2026-08/01-statement-theatre-desktop-phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.37 MB
public/mockups/privacy-page-redesign-2026-08/02-data-passport-desktop-phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.37 MB
public/mockups/privacy-page-redesign-2026-08/03-live-signal-desktop-phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.46 MB
...ockups/privacy-page-redesign-2026-08/03-live-signal-perfected-desktop-phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Privacy page redesign comps (2026-08) | ||
| ## Selected: Live Signal perfected | ||
| | File | Notes | | ||
| | -------------------------------------------- | ------------------------------------------------------------------------- | | ||
| | `03-live-signal-perfected-desktop-phone.png` | **Selected** — sticky fused obligation, gists, region ticker, index/chips | | ||
| Runnable: | ||
| - Perfected focus: `/mockups/privacy-live-signal-perfected` | ||
| - Full study (01–03): `/mockups/privacy-page-directions` | ||
| ## Earlier directions (context) | ||
| | File | Direction | | ||
| | ---------------------------------------- | --------------------------- | | ||
| | `01-statement-theatre-desktop-phone.png` | Statement theatre | | ||
| | `02-data-passport-desktop-phone.png` | Data passport | | ||
| | `03-live-signal-desktop-phone.png` | Live signal (pre-perfected) | | ||
| ## Contracts | ||
| - Back control below `safe-area-inset-top`, ≥48×48 | ||
| - Amber = Important obligation only | ||
| - Clinical Sky for active index / section marks / jump chips | ||
| - Governance section headings + bodies match production |
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
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 |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| import type { Metadata } from "next"; | ||
| import { PrivacyLiveSignalPerfectedMockups } from "@/components/privacy-live-signal-perfected-mockups"; | ||
| export const metadata: Metadata = { | ||
| title: "Privacy Live Signal perfected - Clinical KB", | ||
| description: | ||
| "Perfected Live Signal direction for /privacy — sticky obligation chrome, gists, region ticker, desktop+phone.", | ||
| }; | ||
| export default function PrivacyLiveSignalPerfectedMockupPage() { | ||
| return <PrivacyLiveSignalPerfectedMockups />; | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| import type { Metadata } from "next"; | ||
| import { PrivacyPageDirectionsMockups } from "@/components/privacy-page-directions-mockups"; | ||
| export const metadata: Metadata = { | ||
| title: "Privacy page directions - Clinical KB", | ||
| description: | ||
| "Three elevated redesign directions for /privacy with desktop and phone frames, grounded in Clinical White / Sky Graphite.", | ||
| }; | ||
| export default function PrivacyPageDirectionsMockupPage() { | ||
| return <PrivacyPageDirectionsMockups />; | ||
| } |
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
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.
Uh oh!
There was an error while loading. Please reload this page.