ui: plan 01-27 done #1

Merged
developer merged 120 commits from ai/ui-client into main 2026-05-13 18:55:14 +00:00
Showing only changes of commit 46996ebf31 - Show all commits
+2 -1
View File
@@ -199,7 +199,8 @@ table LocalFleet {
// BattleSummary identifies one battle the report recipient // BattleSummary identifies one battle the report recipient
// participated in or could see on a planet. `planet` lets the map // participated in or could see on a planet. `planet` lets the map
// place a battle marker without fetching the full BattleReport; // place a battle marker without fetching the full BattleReport;
// `shots` lets the marker scale its stroke with the protocol length. // `shots` lets the marker scale its stroke with the protocol length
// (1 shot → thinnest cross, 100+ shots → maximum cross thickness).
table BattleSummary { table BattleSummary {
id:common.UUID (required); id:common.UUID (required);
planet:uint64; planet:uint64;