Commit ab79081
dashboard: address issues with UX of log page output messages (#41956)
- Allows selecting text within LogListItem and DeploymentEventListItem so multiple logs can be copied at once
- If text is selected on the page, disable the copy override on the logs page so multiple logs can be copied
- Adds a vertical resizable panel between the log message and metadata tabs in LogDrilldown
- Various styling improvements
- Filters out an event type for deployment events that we no longer want to display (build_indexes which overlaps with push_config)
GitOrigin-RevId: c6bb33c235b2e17d68309e3b39325801bfe7a0371 parent e5bc3f7 commit ab79081
File tree
4 files changed
+261
-164
lines changed- npm-packages/dashboard-common/src
- features/logs/components
- lib
4 files changed
+261
-164
lines changedLines changed: 16 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 26 | | |
35 | 27 | | |
36 | 28 | | |
| |||
47 | 39 | | |
48 | 40 | | |
49 | 41 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
55 | 45 | | |
| 46 | + | |
56 | 47 | | |
57 | 48 | | |
58 | 49 | | |
59 | 50 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
63 | 60 | | |
64 | | - | |
| 61 | + | |
65 | 62 | | |
66 | 63 | | |
67 | 64 | | |
| |||
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
75 | | - | |
76 | | - | |
| 72 | + | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
| |||
0 commit comments