Commit 30bfafb
committed
Optimize app: Improve SEO, Accessibility, and Performance
**SEO:**
- Added meta description and updated page title in [index.html] to improve search engine visibility.
**Accessibility:**
- Improved color contrast across multiple components (`TechnicalIndicators`, `PriceDisplay`, `MarketIndicators`, `CandleChart`, `ATRIndicator`) to meet WCAG AA standards.
- Fixed missing form label in `ThemeToggle` by adding `aria-label` and wrapping the switch in a label element with screen-reader-only text.
**Performance:**
- Resized crypto icons in `public/crypto-icons` to 48x48px to reduce file size and improve load times.
**Maintenance:**
- Added PowerShell scripts (`resize_images.ps1`, `check_images.ps1`) for image optimization and verification.1 parent bf8f457 commit 30bfafb
14 files changed
Lines changed: 52 additions & 46 deletions
File tree
- public/crypto-icons
- src/components
- AppHeader
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Loading
Loading
Loading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments