Refresh library and logs UI - #332
Merged
Merged
Conversation
aaf2tbz
force-pushed
the
agent/refresh-library-and-logs-ui
branch
6 times, most recently
from
July 22, 2026 20:42
6aaf424 to
2bd1b77
Compare
aaf2tbz
marked this pull request as ready for review
July 22, 2026 20:46
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2bd1b77580
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
aaf2tbz
force-pushed
the
agent/refresh-library-and-logs-ui
branch
from
July 22, 2026 21:04
2bd1b77 to
e30e2fd
Compare
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
Refresh the Library, Sharp/GOG Library, and Logs experience with consistent responsive glass headers, clearer game routing and install states, streamlined Sharp controls, and usable bounded diagnostics. The headers now share the sidebar's true window transparency and remain aligned at both wide and compact sizes.
Changes
Play | Bottle | Tools, add bottle-scoped asset import, and simplify the Tools panel.npm run previewto skip setup only for unpackaged UI development while using the real~/.metalsharpdata.PR Readiness (MANDATORY)
/Users/...paths introducedconfigs/mtsp-rules.tomlor DLL maps changedCMakeLists.txt,Cargo.toml,package.json,package-lock.json) in sync if version bumpedLocal toolchain (run before push)
cargo fmt --all -- --checkpasses (Rust)cargo clippy --all-targets -- -D warningspasses (Rust)cargo build --releasepasses (Rust backend)cargo testpasses (Rust — 641 tests)clang-format --dry-run --Werrorpasses on any changed C/C++/Obj-C file: not applicablectest --test-dir build-nativepasses if tests changed: not applicablecd app && npx tsc --noEmitcd app && npx @biomejs/biome ci src/ && npx prettier --check 'src/**/*.{ts,js,html,css,json}'tools/ci/validate-rules-toml.pypasses ifconfigs/mtsp-rules.tomlchanged: not applicablepython3 tools/ci/verify-dmg-workflow.pypasses if release/bundle tooling changed: not applicable/Users/...pathsapp/,tools/,tests/, etc.Test notes
npm run buildnpx tsc --noEmitnpx @biomejs/biome ci src/npx prettier --check 'src/**/*.{ts,js,html,css,json}'cargo fmt --all -- --checkcargo clippy --all-targets -- -D warningscargo test— 641 passedcargo build --release~/.metalsharp/gog/auth.jsonreturns HTTP 404 without reading the file.~/.metalsharpwith backend0.56.5on the external SSD checkout; Library, Sharp, and Logs views reviewed visually.cargo test --libstep reportsno library targets foundbecause the backend is a binary-only crate; the fullcargo testcommand passes.Risk
Low to moderate and localized to renderer layout plus bounded asset-copy and allowlisted crash-preview endpoints. Launch routing, bottle migration, runtime profiles, and game defaults are unchanged. Rollback is a revert of commit
e30e2fd; existing app/bottle data is not migrated by this change.