Commit 754f82b
authored
feat(preprod): Add second row with build number, version info and date to comparison screen (EME-520) (#104117)
## Summary
Adds a second line of information showing version build number and date.
I also adjust the logic to only show the buildId if the build number is
missing since it was confusing the difference between the buildId and
buildNumber when presented visually.
Before:
<img width="1321" height="318" alt="image"
src="https://github.com/user-attachments/assets/363a41d6-ab9a-42b9-ac69-3c4bc659da7d"
/>
After:
<img width="1323" height="338" alt="image"
src="https://github.com/user-attachments/assets/4869c401-88ce-4254-b5c9-71f616aa0bcd"
/>
Also on comparison selection screen:
<img width="1320" height="269" alt="image"
src="https://github.com/user-attachments/assets/b58ee1f0-dd28-47a9-b50d-127a7f810082"
/>
Also light mode:
<img width="907" height="88" alt="image"
src="https://github.com/user-attachments/assets/e73344f3-5278-4bfc-a148-82d2751fbecf"
/>
## Changes
- Added two-line layout showing version, build number, and date
- Increased text size from small to medium for better readability
- Metadata line (version, build number, date) aligned with build info
Fixes EME-5201 parent a547c4f commit 754f82b
File tree
1 file changed
+65
-30
lines changed- static/app/views/preprod/buildComparison/main
1 file changed
+65
-30
lines changedLines changed: 65 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
42 | 65 | | |
43 | | - | |
| 66 | + | |
44 | 67 | | |
45 | 68 | | |
46 | 69 | | |
| |||
53 | 76 | | |
54 | 77 | | |
55 | 78 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
62 | 82 | | |
63 | | - | |
| 83 | + | |
64 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
65 | 90 | | |
66 | 91 | | |
67 | 92 | | |
| |||
70 | 95 | | |
71 | 96 | | |
72 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
73 | 124 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 125 | | |
96 | | - | |
| 126 | + | |
97 | 127 | | |
98 | 128 | | |
99 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
100 | 135 | | |
101 | 136 | | |
102 | 137 | | |
| |||
0 commit comments