Skip to content

restore landing page to March 31 state and add government/compliance …#17

Open
Adam Gurley (machine-squelch) wants to merge 6 commits intomainfrom
claude/restore-landing-page-G1Ty3
Open

restore landing page to March 31 state and add government/compliance …#17
Adam Gurley (machine-squelch) wants to merge 6 commits intomainfrom
claude/restore-landing-page-G1Ty3

Conversation

@machine-squelch
Copy link
Copy Markdown
Collaborator

…section

Reverted the stub landing.html back to the full March 31 version (1169 lines), then added a new "Government & regulated industries" section (section 8) between "Who it's for" and "Why it matters" with the compliance-first positioning copy.

https://claude.ai/code/session_01XpWRnEu9wHuNCjqMupwEJV

…section

Reverted the stub landing.html back to the full March 31 version (1169 lines),
then added a new "Government & regulated industries" section (section 8) between
"Who it's for" and "Why it matters" with the compliance-first positioning copy.

https://claude.ai/code/session_01XpWRnEu9wHuNCjqMupwEJV
- dashboard_view.dart:194: use null-aware element syntax per use_null_aware_elements lint
- context_vault_view.dart:7: remove unused redaction_result.dart import

https://claude.ai/code/session_01XpWRnEu9wHuNCjqMupwEJV
Scale hero logo from 80px → 260px (160px mobile), apply 22% border-radius
for the Apple squircle look, and add layered cyan/blue box-shadow to match
the neon glow in the app icon.

https://claude.ai/code/session_01XpWRnEu9wHuNCjqMupwEJV
Removes the unused `import 'dart:math'` that was causing flutter analyze
--fatal-infos to fail with an unused_import info.

https://claude.ai/code/session_01XpWRnEu9wHuNCjqMupwEJV
Replace `if (trailing case final t?) t,` with the canonical Dart 3.8
null-aware element `?trailing,` as required by use_null_aware_elements lint.

https://claude.ai/code/session_01XpWRnEu9wHuNCjqMupwEJV
…rror

Removing the full dart:math import broke the max() call at line 388
used in _RedactionStatsCard. Using `show max` satisfies both the
unused_import lint (only the needed symbol is imported) and the
reference to max() in the .reduce() call.

https://claude.ai/code/session_01XpWRnEu9wHuNCjqMupwEJV
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