Draft
Re-enable and redesign LCARS animated center display with Star Trek console-style wave bands#24
Conversation
…le wave bands Co-authored-by: hutoczky <5453461+hutoczky@users.noreply.github.com>
Co-authored-by: hutoczky <5453461+hutoczky@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Re-enable and redesign LCARS animated center display
Re-enable and redesign LCARS animated center display with Star Trek console-style wave bands
Oct 20, 2025
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.
Overview
This PR re-enables the animated bridge screens overlay for the LCARS theme and redesigns the central HUD display to match the authentic Star Trek LCARS console aesthetic with animated wave bands, segmented grid overlays, and proper color theming.
Previously, the animated overlay was completely disabled for LCARS via CSS guards. This implementation removes those guards and introduces LCARS-specific console styling that transforms the central display into a Star Trek-style console with moving waveforms and grid segmentation.
Changes Made
CSS-Only Implementation
All changes are purely CSS-based with no HTML modifications required:
docs/bridge-screens.cssdisplay: none !important)docs/lcars-prime.cssdisplay: nonetodisplay: gridfor LCARS themeCentral HUD Console Transformation
The main-hud panel now features:
Side Panels Harmony
All overlay panels now use LCARS color palette:
Accessibility & Performance
@media (prefers-reduced-motion: reduce)will-changehintsNon-Regression
Technical Details
The wave animation uses an inline SVG with three quadratic bezier curves:
Grid overlay combines three gradient layers for depth:
Screenshots
LCARS Theme - Animated Console Display
The central HUD now displays animated wave bands scrolling horizontally across a segmented grid, matching the Star Trek LCARS console aesthetic.
Wave bands animate continuously with cyan, amber, and rose colored paths creating the authentic console look with proper grid segmentation overlay.
All panels harmonized with LCARS color palette - top strip shows colored segments, equalizer uses amber gradient, and list panel features cyan grid with amber dots.
Other Themes Unaffected
Cyberpunk 2077 and other themes remain completely unaffected, still showing their original radar animations and styling.
Testing
prefers-reduced-motion: reduceBrowser Compatibility
Works on all modern browsers with support for:
Tested and verified working correctly with theme switching and accessibility features.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.