restore landing page to March 31 state and add government/compliance …#17
Open
Adam Gurley (machine-squelch) wants to merge 6 commits intomainfrom
Open
restore landing page to March 31 state and add government/compliance …#17Adam Gurley (machine-squelch) wants to merge 6 commits intomainfrom
Adam Gurley (machine-squelch) wants to merge 6 commits intomainfrom
Conversation
…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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…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