Peer-pairing UI + fabric backend, and a dev-only build badge - #9
Merged
Conversation
AddPeerModal / PeersPanel UI, fabric_manager / api_server / peer_commands backend, a pair-error classifier test, and a publish:tauri:pro:alt build script.
Branch @ short-SHA + dirty flag + commit subject + build time, injected at build time via webpack DefinePlugin. Dev builds only (hidden in release); pointer-events:none so it never intercepts terminal mouse events.
6 tasks
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.
Bundles two independent pending changes.
1. Peer / pairing (
59d24b3)UI + backend updates for peer pairing:
AddPeerModal.tsx,PeersPanel.tsx,PeersPanel.css— pairing UI.fabric_manager.rs(+192),api_server.rs,peer_commands.rs— backend.classifyPairError.test.ts— pair-error classifier test.package.json—publish:tauri:pro:altbuild script.2. Dev-only build badge (
561f24c)A bottom-right badge showing the git tip (branch @ short-SHA + dirty flag + commit subject + build time), injected at build time via webpack
DefinePlugin. Dev builds only (hidden in release);pointer-events:noneso it never intercepts terminal mouse events. Files:webpack.renderer.config.js,BuildBadge.tsx,build-info.d.ts,index.tsx.Verification
tsc --noEmitclean.jest: 526 tests pass (incl.classifyPairError.test.ts,PeersPanel.test.tsx).dev:prorun; CI runs the full Rust suite here.Reviewers: use
git/Readfor code (branch is fetched); avoidgh api repos/.../contents.