Skip to content

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

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

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

google-cla Bot commented Jun 6, 2026

Copy link
Copy Markdown

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
@asyncliz

asyncliz commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

This PR does not seem related to the project

@asyncliz asyncliz closed this Jun 8, 2026
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.

3 participants