Commit 93a226c
authored
feat(issues): GA streamlined issue actions, backport to old ui (#105863)
Replaces the old issue ui actions with the new issue actions UI which
lets us clean up a bunch of duplicate code we had to support both UIs.
Fixes a bug where they would overflow after a change in
#99177
<img width="374" height="204" alt="image"
src="https://github.com/user-attachments/assets/900f0d4b-b22a-4e28-b213-54139ae7f955"
/>
old issue ui before
<img width="369" height="273" alt="image"
src="https://github.com/user-attachments/assets/2467715e-1182-4ce8-989b-c093812caab6"
/>
old issue ui after
<img width="364" height="117" alt="image"
src="https://github.com/user-attachments/assets/474d93b9-83c0-4693-8cbd-0a848cc88e23"
/>
old issue ui empty state after
<img width="371" height="139" alt="image"
src="https://github.com/user-attachments/assets/f6a40220-fe37-4e52-aa76-f0abf367fdbf"
/>1 parent 86b417b commit 93a226c
File tree
21 files changed
+147
-1191
lines changed- static/app
- components
- externalIssues
- feedback/feedbackItem
- group
- externalIssuesList
- hooks
- types
- views/issueDetails/streamline/sidebar
21 files changed
+147
-1191
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 30 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
45 | 73 | | |
46 | 74 | | |
47 | 75 | | |
| |||
75 | 103 | | |
76 | 104 | | |
77 | 105 | | |
78 | | - | |
| 106 | + | |
79 | 107 | | |
80 | 108 | | |
81 | 109 | | |
| |||
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
Lines changed: 0 additions & 120 deletions
This file was deleted.
Lines changed: 0 additions & 184 deletions
This file was deleted.
0 commit comments