Dev#2
Merged
Merged
Conversation
Add a new web frontend for the XDevice InfoCard demos. Creates index.html, Vue app scaffold (App.vue) with Quasar layout and demo cards (Ultrasonic, Nearby, Visual Handshake, Web3 SBT), a ReactNothingPanel that mounts React components from @dennislee928/nothingx-react-components, main.js to bootstrap the app, global styles, and vite.config.js with optimizeDeps including the React package.
Add built web assets under web/dist (fonts .woff/.woff2, compiled CSS/JS, and index.html). Update web/package.json and web/package-lock.json to reflect package metadata/dependency changes associated with the build. These are generated build artifacts for the web frontend.
Restructure App.vue to a polished dashboard: new shell header/toolbar, hero section, project cards, responsive grid layouts, refined controls (sliders, inputs, stepper/button), updated timeline copy, and additional ReactNothingPanel instances for secondary metrics. Make ReactNothingPanel reusable and reactive: add title/subtitle/value props, mount React root, extract render function, clamp value, watch props for updates, and add host styling. Overhaul style.css: import fonts, update color variables, global box-sizing, new utility and component classes (hero, projects, metrics, chips, responsive rules), and various visual tweaks to modernize the UI and improve responsiveness.
Update App.vue and style.css to introduce staggered "reveal" animation classes and wrap several header, hero and project elements to animate into view. Tidy up markup (compress demo rows), tweak copy for the hero blurb, and wrap ReactNothingPanel instances in reveal containers. CSS changes: add --line-strong, adjust header/bg gradients, spacing and padding, add .panel and .panel-hero styles, consolidate monospace selectors, refine typography sizes, add project-card hover elevation and transitions, responsive layout fixes, and a prefers-reduced-motion rule to disable animations for accessibility.
dennislee928
approved these changes
May 7, 2026
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.