Skip to content

design: reduce visual noise, drop dead CSS, align Terminal with design system#1

Merged
rdtect merged 2 commits intomonorepofrom
copilot/review-monorepo-structure
Mar 14, 2026
Merged

design: reduce visual noise, drop dead CSS, align Terminal with design system#1
rdtect merged 2 commits intomonorepofrom
copilot/review-monorepo-structure

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 12, 2026

The desktop background rendered 4+ compositing layers with over-saturated aurora glows, and the Terminal plugin used #33ff33 Matrix-green that clashed with the indigo/slate design tokens used everywhere else. ~100 lines of boot-screen animation CSS remained in app.css unreferenced after the boot screen was simplified.

Changes

Desktop.svelte

  • Removed bg-desktop-overlay and bg-desktop-noise divs — redundant layers with negligible visual contribution

app.css

  • Deleted .bg-desktop-overlay and .bg-desktop-noise class definitions
  • Reduced aurora opacity (before: 0.18/0.120.10/0.06; after: 0.12/0.080.06/0.04)
  • Removed ~100 lines of dead boot-screen CSS: animate-shimmer, animate-spin-slow/reverse/slower, animate-logo-pulse, animate-text-glow, animate-progress-shimmer, @keyframes pulse-glow-bg, duration-600

Terminal.svelte

  • Default text color: #33ff33#f8fafc
  • Prompt + caret: #33ff33#6366f1 (desktop-accent — already used by .line.command)
/* before */
.terminal  { color: #33ff33; }
.prompt    { color: #33ff33; }
.input     { caret-color: #33ff33; }

/* after */
.terminal  { color: #f8fafc; }
.prompt    { color: #6366f1; }
.input     { caret-color: #6366f1; }
Original prompt

Review the monirepo and tell me changes and direction and let's talk up how much of this application is setup. And can we enhance it and review it?


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rdtect
Copy link
Copy Markdown
Owner

rdtect commented Mar 12, 2026

@claude and @jules can you work on this repo as well?

… with design system

Co-authored-by: rdtect <31343717+rdtect@users.noreply.github.com>
Copilot AI changed the title [WIP] Review monorepo structure and application setup design: reduce visual noise, drop dead CSS, align Terminal with design system Mar 12, 2026
Copilot AI requested a review from rdtect March 12, 2026 20:43
@rdtect rdtect requested review from Copilot and removed request for rdtect March 12, 2026 21:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rdtect rdtect marked this pull request as ready for review March 14, 2026 00:36
@rdtect rdtect merged commit 549dfa7 into monorepo Mar 14, 2026
4 checks passed
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