UI: dark terminal theme#3
Open
Tomeriko96 wants to merge 7 commits into
Open
Conversation
Replace the light, minimal design with a dark monospace theme: - Deep navy/black background (#080c14) with teal accent (#00d4a8) - Monospace font stack throughout (JetBrains Mono / Fira Code fallback) - Uppercase typography with wide letter-spacing - Corner-bracket decorations on the upload zone - Glowing neon effects on buttons, header underline, and spinner - Sharp 2px border-radius replacing rounded corners Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Adds "Invert selection" button to the toolbar - Playwright test mocks /api/file and takes an annotated screenshot of the new button (red circle + label injected into the DOM before screenshotting — no image-processing library needed) - CI gains an e2e job that uploads screenshots as a downloadable artifact - make e2e runs the suite locally Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- scripts/record-demo.mjs records the app flow (upload → invert → restore) using Playwright video recording and converts to GIF with ffmpeg-static (no system ffmpeg or root access required) - make demo-gif runs the script locally - e2e/screenshots/demo.gif committed for use in PR / README Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vitest was picking up app/e2e/annotated.spec.ts and failing because @playwright/test's test() is incompatible with the vitest runner. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
These were intermediate artifacts from debugging the Playwright setup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- scripts/record-demo.mjs records the app flow (upload → invert → restore) using Playwright video recording and converts to GIF with ffmpeg-static (no system ffmpeg or root access required) - make demo-gif runs the script locally - e2e/screenshots/demo.gif committed for use in PR / README Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
index.css+App.css) — zero logic or markup touched#00d4a8) on a deep navy background (#080c14)Before / After
Demo
Annotated screenshot (Playwright e2e)
Test plan
make test)make e2e)make demo-gif, requiresmake frontendrunning)