Add index.html: ROS desktop OS integrated with @material/web components#5984
Open
OlafVahchenburger wants to merge 2 commits into
Open
Add index.html: ROS desktop OS integrated with @material/web components#5984OlafVahchenburger wants to merge 2 commits into
OlafVahchenburger wants to merge 2 commits into
Conversation
- Imports @material/web/all.js and Material Symbols font via CDN - Maps MD system color tokens to existing design variables - Replaces lock screen button with <md-filled-button> - Replaces all settings toggle switches with <md-switch> - Replaces name/API-key inputs with <md-outlined-text-field> - Replaces danger/save buttons with <md-filled-button> - Replaces BOB chat input with <md-outlined-text-field> + <md-filled-icon-button> - Adds <md-ripple> to dock items for Material touch feedback - Updates mount() handlers to use md-switch .selected and change events - Syncs dark-mode MD color tokens on theme toggle https://claude.ai/code/session_01B1CRQRLekrnmy1tGGmN8ig
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
- Remove CSS conflicts between old button styles and md-filled-button - Fix .bob-bar layout for md-outlined-text-field - Fix dark mode: add --md-sys-color-* tokens to body.dark ruleset - Add MD components to custom cursor selector - Clean up setTheme() — persist to localStorage, remove duplicate code - Add restore-theme logic on desktop build - Fix applyLang() to support md-outlined-text-field placeholder - Polish boot screen: show logo + name + MD3 badge - Improve lock screen background with gradient - Simplify md component CSS overrides https://claude.ai/code/session_01B1CRQRLekrnmy1tGGmN8ig
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.
https://claude.ai/code/session_01B1CRQRLekrnmy1tGGmN8ig