Commit ac5436f
feat(issues): Prefetch supergroup data and add stats columns to rows (#111719)
Eagerly fetches supergroup assignments in the issue list overview to
block the stream from rendering until grouping data is available,
preventing pop-in. Supergroup rows now show aggregated stats (last seen,
age, trend chart, events, users) from member groups and align to the
same column grid as regular issue rows.
Removes the previous experiment.
---------
Co-authored-by: Charlie Luo <cvxluo@gmail.com>1 parent 08cf431 commit ac5436f
File tree
11 files changed
+488
-201
lines changed- .github
- static/app
- components
- group
- stream
- utils/supergroup
- views/issueList
- supergroups
11 files changed
+488
-201
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
| 681 | + | |
681 | 682 | | |
682 | 683 | | |
683 | 684 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
78 | | - | |
79 | 76 | | |
80 | 77 | | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
85 | 82 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 83 | | |
91 | 84 | | |
92 | 85 | | |
| |||
126 | 119 | | |
127 | 120 | | |
128 | 121 | | |
129 | | - | |
130 | 122 | | |
131 | 123 | | |
132 | 124 | | |
| |||
0 commit comments