Feat/website homepage#1
Merged
Merged
Conversation
…e Tailwind with the standalone CLI (tool/styles.sh) over a CSS-variable light/dark palette, with draggable-cursor and native-drag base rules.
Route every drag controller through a shared DragBus into a live telemetry HUD. Add the grip handle affordance, a dark-class theme toggle persisted to localStorage, eyebrow/CTA/reveal helpers, and site content and link data.
Hero capability chips, a cross-column Kanban, reorderable feature cards, a free-form playground, the package-family diagram, and a Jaspr/Flutter code sample — each driven by dnd_kit_jaspr.
Compose the reorderable nav, footer, and page layout, and wire the server/client SSG entrypoints with document head, fonts, no-flash theme script, and favicon.
The hero capability card's fade-in lived inside the @client HeroStack, so hydration re-mounted the subtree and replayed the animation, flashing the "drag a capability" area twice on load. Wrap the island in a static animated div instead.
- Scope touch-action: none to drag handles so card bodies still scroll - Start handle drags on an 8px move instead of a long-press - Keep the kanban horizontal on mobile with a clipped scroller and per-axis auto-scroll - Add a hamburger menu for nav links on small screens - Render packages as an indented tree on mobile
Build website/ as a Jaspr release and publish it to the Pages root when a PR merges into main, rewriting the base href to /dnd_kit/ and adding .nojekyll. Replace the example-gallery deploy. Track the work as US-074.
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.
No description provided.