ui: Update website install section with tabbed DMG/Source options + mobile fixes - #47
Merged
Conversation
- Add tabbed install section: 'Download DMG' (default) and 'Build from Source' - DMG tab links to GitHub Releases with quarantine removal instructions - Source tab uses make install (builds + installs to /Applications) - Fix code-block overflow on mobile: word-break, pre-wrap, smaller font - Add responsive styles for install tabs (stack vertically on mobile) - Update requirements: Apple Silicon instead of Xcode toolchain for DMG path - Tab switching JS with re-triggered scroll animations
- Code blocks styled as Mac terminal windows with traffic light dots, title bar, and copy-to-clipboard button with 'Copied!' feedback - Dollar sign prompts in cyan (non-selectable, excluded from copy) - Hero headline split into three lines: Your Voice, / Your Mac, / Your Privacy. - Version badge updated to v0.1.1 - Added sudo to xattr quarantine removal command - Tab switching works reliably with simple show/hide - Mobile responsive: code blocks wrap, smaller font, title hidden
Version badge in hero section now fetches the latest release tag from GitHub API on page load. Falls back to hardcoded version if the fetch fails (e.g., rate limiting, offline).
Instead of hiding the 'View Source' CTA entirely on mobile, show just the GitHub icon as a compact button. Text is hidden via .navbar__cta-text span, icon remains visible and tappable.
Reduce gap between hero stat items at 1024px and default breakpoints so Apple Silicon Native stays on the same line as the other 3 items.
Move hamburger toggle inside the same flex container as theme toggle and GitHub icon. This eliminates the white space gap on mobile by keeping all right-side actions grouped together.
Deploy website workflow now also triggers on pushes to main that modify files in web/. Previously it only deployed on release publish.
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.
Changes
Install Section Overhaul
make installcommand that builds, installs to /Applications, and launchesMobile Responsiveness Fixes
word-break: break-all,white-space: pre-wrap, and propermax-width: 100%Content Updates