Skip to content

Add index.html: ROS desktop OS integrated with @material/web components#5984

Open
OlafVahchenburger wants to merge 2 commits into
material-components:mainfrom
OlafVahchenburger:claude/quirky-darwin-Eweas
Open

Add index.html: ROS desktop OS integrated with @material/web components#5984
OlafVahchenburger wants to merge 2 commits into
material-components:mainfrom
OlafVahchenburger:claude/quirky-darwin-Eweas

Conversation

@OlafVahchenburger
Copy link
Copy Markdown

  • 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
  • Replaces all settings toggle switches with
  • Replaces name/API-key inputs with
  • Replaces danger/save buttons with
  • Replaces BOB chat input with +
  • Adds 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

- 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
@google-cla
Copy link
Copy Markdown

google-cla Bot commented Jun 6, 2026

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants