Commit 3bd1964
fix(web): align thread-row draft icon with upstream draft glyph (#69)
Upstream `pingdotgg#5777` introduced draft-session rows in the sidebar using an
amber `SquarePenIcon`, while our thread-row unsent-draft indicator (#23)
still used `PencilIcon` — two glyphs for the same "unsent composer
content" concept. This swaps the thread-row indicator to `SquarePenIcon`
so drafts read consistently, keeping the muted colour treatment (rather
than upstream's amber) since on a thread row it's a quiet status flag
alongside the terminal and PR badges, not a block asking for a decision.
Size (`size-3.5`) and hover behaviour are unchanged.
| Before | After |
| --- | --- |
|

|

|
Screenshots show the indicator on the "Fix flaky nightly changelog test"
row (a thread with unsent composer text) while another thread is open.1 parent 8a218e4 commit 3bd1964
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
1128 | 1127 | | |
1129 | 1128 | | |
1130 | 1129 | | |
1131 | | - | |
1132 | | - | |
1133 | | - | |
1134 | | - | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
1135 | 1137 | | |
1136 | 1138 | | |
1137 | 1139 | | |
1138 | 1140 | | |
1139 | | - | |
| 1141 | + | |
1140 | 1142 | | |
1141 | 1143 | | |
1142 | 1144 | | |
| |||
0 commit comments