Homepage hero and support#2
Merged
Merged
Conversation
- New WebGL hero on the homepage (Three.js attractor) via a hero-only index.md template override; main content/footer suppressed on home. - Dark, translucent header with horizontal nav tabs; restyled search button and shortcut to match. Theme toggle kept site-wide but hidden on the homepage so it doesn't fight the custom hero. - Footer override centers the copyright in the prev/next nav row. - Primary buttons restyled to WSIO green for brand consistency. - Move Welcome/How-to/Report-an-issue content off the homepage into a new welcome.md; add a dedicated support.md (contact + report form). - path-item.html override fixes an upstream breadcrumb render bug. - Exclude vendored three.js and hero.js from codespell.
- Pruned Three.js core (three.module.js) plus the line, postprocessing and shader addons needed by the hero, with imports rewritten to relative paths (no importmap needed). - hero.js: lifecycle-managed attractor scene (IntersectionObserver pause/resume, teardown) loaded only on the homepage by hero-loader.js.
- Remove empty TBD/FAQ/Reference stubs from the watchlist and doji screener pages. - Demote the two "Delete a drawing" headings to subsections on the plot page.
- Remove the global keydown regime-switch hotkeys (a testing-phase affordance) that hijacked typing in the homepage search and swallowed keystrokes via preventDefault. - Skip building the WebGL hero when prefers-reduced-motion is set; the CSS gradient backdrop stands in. - Open external links (Open the app, Contact support) in a new tab.
…port # Conflicts: # docs/charts-app/toolbar/1-doji-screener.md # docs/index.md # zensical.toml
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.
Summary
Replaces the plain landing page with a full-screen cinematic WebGL hero and reworks the site chrome to match, plus a couple of content tidy-ups.
Implementation notes
docs/assets/vendor/three/with imports rewritten to relative paths (no importmap). Vendored files +hero.jsare excluded from codespell.hero-loader.jsloads the heavy bundle only on the homepage and ties build/teardown to Material'sdocument$so it survives instant navigation. Honorsprefers-reduced-motion(skips the animation, CSS gradient stands in).overrides/partials/path-item.htmlis a temporary override fixing an upstream Zensical breadcrumb bug that brokezensical build -son deep pages — remove once the theme ships the fix.