Commit a02fbaa
fix(DagCalendarTab): improve background color retrieval and loading overlay handling (#64189)
* fix(DagCalendarTab): improve background color retrieval and loading overlay handling
* fix(DagCalendarTab): update loading overlay and calendar cell visibility checks
* fix(DagCalendarTab): improve background color retrieval and loading overlay handling
* fix(DagCalendarTab): update loading overlay and calendar cell visibility checks
* refactor: update visibility checks in DagCalendarTab
* remove redundant visibility checks in DagCalendarTab
* removed unrelated change and attempted to resolve merge conflict markers
* Update airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update airflow-core/src/airflow/ui/tests/e2e/pages/DagCalendarTab.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* updated getActiveCellColors to use getComputedStyle to properly return rendered color of an element
* simplify child element color retrieval and improve readability
* changed file mode
---------
Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent cacc2eb commit a02fbaa
1 file changed
Lines changed: 36 additions & 16 deletions
Lines changed: 36 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
56 | 82 | | |
57 | 83 | | |
58 | 84 | | |
| |||
88 | 114 | | |
89 | 115 | | |
90 | 116 | | |
91 | | - | |
| 117 | + | |
92 | 118 | | |
93 | 119 | | |
94 | 120 | | |
| |||
100 | 126 | | |
101 | 127 | | |
102 | 128 | | |
103 | | - | |
| 129 | + | |
104 | 130 | | |
105 | 131 | | |
106 | 132 | | |
| |||
112 | 138 | | |
113 | 139 | | |
114 | 140 | | |
115 | | - | |
| 141 | + | |
116 | 142 | | |
117 | | - | |
| 143 | + | |
| 144 | + | |
118 | 145 | | |
119 | 146 | | |
120 | 147 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 148 | + | |
| 149 | + | |
129 | 150 | | |
130 | | - | |
131 | | - | |
| 151 | + | |
132 | 152 | | |
133 | 153 | | |
0 commit comments