This repository was archived by the owner on May 29, 2026. It is now read-only.
Commit 4382393
Fix UI bugs and update dependencies (ink 6.8.0, protobufs 2.7.18)
Dependencies:
- ink 6.6.0 β 6.8.0 (fixes keypress drops, MaxListenersExceeded,
nested Text wrapping, synchronized output for less flickering)
- @meshtastic/protobufs 2.7.8 β 2.7.18
- @types/bun 1.3.4 β 1.3.10
- @types/react 19.2.10 β 19.2.14
Bug fixes:
- ChatPanel: Fix crash when replyTo.text is null/undefined
- ChatPanel: Fix text wrapping breakPoint check (<=0 should be <1)
so a space at position 0 doesn't skip to textWidth
- App: Fix showNotification setTimeout memory leak - previous timeout
wasn't cleared when new notification arrived, stacking timeouts
- App: Fix channel role cycling hardcoded to % 3, now dynamically
reads enum size from Channel.Channel_Role
- ResponseModal: Fix duplicate React keys in traceroute route.map
when same node appears multiple times in route
- LogPanel: Fix React.memo ignoring nodeStore prop changes
- MeshViewPanel: Standardize coordinate precision to toFixed(6)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
(cherry picked from commit 3d19a55)1 parent 1f4d658 commit 4382393
7 files changed
Lines changed: 50 additions & 29 deletions
File tree
- src/ui
- components
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1101 | 1101 | | |
1102 | 1102 | | |
1103 | 1103 | | |
| 1104 | + | |
1104 | 1105 | | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
1105 | 1109 | | |
1106 | | - | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
1107 | 1114 | | |
1108 | 1115 | | |
1109 | 1116 | | |
| |||
2937 | 2944 | | |
2938 | 2945 | | |
2939 | 2946 | | |
2940 | | - | |
| 2947 | + | |
| 2948 | + | |
2941 | 2949 | | |
2942 | 2950 | | |
2943 | 2951 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments