chore(ci): fix two stale release.yml comments (Item 38) - #47
Merged
Conversation
- Pre-seed step comment listed `adb, scrcpy, sqlite3, go2rtc`; scrcpy was dropped in #37, so the seeded set is `adb, sqlite3, go2rtc`. - "No .sln in this repo" is stale (ControlMenu.sln exists since Velopack Phase 1). The per-project restore is deliberate, so the comment now says so instead of claiming the sln is absent. Comment-only, no workflow behavior change.
bilbospocketses
enabled auto-merge (squash)
June 11, 2026 19:32
bilbospocketses
added a commit
that referenced
this pull request
Jun 24, 2026
… vendored icons (#76) * docs(plan): audit MINOR mop-up + follow-ups (5-PR batch) * fix(frontend): audit MINOR cleanup #42-#47 + #57 - #43 define semantic --*-bg / --*-text theme tokens (light + dark); dark mode now resolves real values instead of silently using the light-mode fallback - #44 dedup byte-identical .dialog/.modal CSS; theme-aware pill :hover via color-mix - #45 re-key scrcpy settings modal to app theme tokens (was unset Bootstrap --bs-*); the modal now follows light/dark instead of always-dark fallbacks - #46 fix stale "conic" comment (the code is four linear gradients) - #47 home-tiles.js batches reads then writes (no per-card layout thrash); remove dead .home-module-* CSS from the reverted tile experiment - #42 subnets.html Close-tab link no longer traps a non-script-opened tab - #57 vendor bootstrap-icons 1.11.3 (CSS + woff2/woff) under wwwroot/lib; drop the jsDelivr CDN dependency (works offline, closes the no-SRI gap)
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.
Closes the
release.ymlhalf of the Item 38 todo — two stale comments, no workflow behavior change.adb, scrcpy, sqlite3, go2rtc, butscrcpywas dropped from the seed set in chore(deps): remove orphaned scrcpy dependency #37. Now readsadb, sqlite3, go2rtc.ControlMenu.slnhas existed since Velopack Phase 1. The per-project restore is deliberate (mirrorslocal-pack.ps1), so the comment now says that rather than claiming the sln is missing.Surfaced while touching
release.ymlfor the v1.1.1 vpk lockstep fix (#46); the todo said to fix these opportunistically next time the file was touched.