Commit 33a1af5
committed
fix: address Copilot review comments on PR keploy#795
- css: replace hashed .announcementBar_mb4j selector with
[class*=announcementBar] to survive Docusaurus rebuilds
- css: remove invalid empty @font-face block; a @font-face without
font-family/src has no effect in any browser
- ResponsivePlayer: add visible spinner + role=status to Suspense
fallback for better UX on slow connections
- netlify.toml: change /fonts/* from immutable to 1-week cache since
font files (Roboto-Bold.woff2 etc.) are not content-hashed
Signed-off-by: Aryan Parikh <aryan81006@gmail.com>1 parent 74252b3 commit 33a1af5
File tree
3 files changed
+15
-13
lines changed- src
- components/responsive-player
- css
3 files changed
+15
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2755 | 2755 | | |
2756 | 2756 | | |
2757 | 2757 | | |
| 2758 | + | |
| 2759 | + | |
2758 | 2760 | | |
2759 | | - | |
| 2761 | + | |
2760 | 2762 | | |
2761 | 2763 | | |
2762 | 2764 | | |
2763 | 2765 | | |
2764 | 2766 | | |
2765 | | - | |
2766 | | - | |
2767 | | - | |
2768 | | - | |
| 2767 | + | |
| 2768 | + | |
| 2769 | + | |
2769 | 2770 | | |
2770 | | - | |
2771 | | - | |
2772 | | - | |
2773 | | - | |
2774 | | - | |
0 commit comments