Skip to content

Add CSS styles for VR client interface: Move inline styles from index.html to a new app.css file#47

Merged
skim0119 merged 1 commit intometa2quest-integrationfrom
style-update
Apr 15, 2026
Merged

Add CSS styles for VR client interface: Move inline styles from index.html to a new app.css file#47
skim0119 merged 1 commit intometa2quest-integrationfrom
style-update

Conversation

@skim0119
Copy link
Copy Markdown
Collaborator

@skim0119 skim0119 commented Apr 12, 2026

TL;DR

Extracted inline CSS styles from the HTML file into a separate stylesheet

What changed?

Moved all CSS styles from the <style> tag in index.html to a new external stylesheet app.css. The HTML file now references the external CSS file using a <link> tag instead of containing inline styles.

How to test?

  1. Open the VR client application in a browser
  2. Verify that all visual styling remains identical to before
  3. Confirm that the status panel, start button, join panel, and arm camera panel all display with the same positioning and appearance
  4. Check that the monospace font family is still applied to all UI elements

Why make this change?

Separating CSS into an external file improves code organization, makes styles more maintainable, and follows web development best practices by keeping presentation logic separate from markup.

Copy link
Copy Markdown
Collaborator Author

skim0119 commented Apr 15, 2026

Merge activity

  • Apr 15, 1:56 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Apr 15, 1:57 AM UTC: Graphite rebased this pull request as part of a merge.
  • Apr 15, 1:58 AM UTC: @skim0119 merged this pull request with Graphite.

@skim0119 skim0119 changed the base branch from app-setting to graphite-base/47 April 15, 2026 01:56
@skim0119 skim0119 changed the base branch from graphite-base/47 to meta2quest-integration April 15, 2026 01:56
@skim0119 skim0119 merged commit 6507cd1 into meta2quest-integration Apr 15, 2026
1 check passed
@skim0119 skim0119 deleted the style-update branch April 15, 2026 02:14
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.

1 participant