Add foreground Pi bridge panel

This commit is contained in:
slhx agent
2026-06-21 05:08:23 +02:00
parent 7170b7d14c
commit 73c65a9b6f
3 changed files with 203 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ const leader = @import("leader.zig");
const lsp = @import("lsp.zig");
const mobile_acceptance = @import("mobile_acceptance.zig");
const panel = @import("panel.zig");
const pi_bridge = @import("pi_bridge.zig");
const protocol = @import("protocol.zig");
const replay = @import("replay.zig");
const repo = @import("repo.zig");
@@ -191,6 +192,7 @@ test {
_ = lsp;
_ = mobile_acceptance;
_ = panel;
_ = pi_bridge;
_ = protocol;
_ = replay;
_ = repo;