Commit 957bc96
fix: address review feedback — remove operator agentStatus writes and fix tooltip accessibility
- Change SessionStatusDot tooltip trigger from span to button for proper accessibility (fixes frontend lint error)
- Remove all agentStatus writes from operator (reconciler.go and sessions.go) — agentStatus is now derived at query time from event logs, not stored in CR
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 4eeb897 commit 957bc96
3 files changed
Lines changed: 3 additions & 9 deletions
File tree
- components
- frontend/src/components
- operator/internal/handlers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
133 | | - | |
134 | 132 | | |
135 | 133 | | |
136 | 134 | | |
| |||
241 | 239 | | |
242 | 240 | | |
243 | 241 | | |
244 | | - | |
245 | 242 | | |
246 | 243 | | |
247 | 244 | | |
| |||
258 | 255 | | |
259 | 256 | | |
260 | 257 | | |
261 | | - | |
262 | 258 | | |
263 | 259 | | |
264 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1908 | 1908 | | |
1909 | 1909 | | |
1910 | 1910 | | |
1911 | | - | |
1912 | 1911 | | |
1913 | 1912 | | |
1914 | 1913 | | |
| |||
1972 | 1971 | | |
1973 | 1972 | | |
1974 | 1973 | | |
1975 | | - | |
1976 | 1974 | | |
1977 | 1975 | | |
1978 | 1976 | | |
| |||
2013 | 2011 | | |
2014 | 2012 | | |
2015 | 2013 | | |
2016 | | - | |
2017 | 2014 | | |
2018 | 2015 | | |
2019 | 2016 | | |
| |||
0 commit comments