Commit c6cebdc
feat: optimize core web vitals and fix Playwright tests (#473)
- Add webpack source maps plugin for production debugging
- Fix React hydration errors by adding client-side checks
- Wrap homepage components with ErrorBoundary for better error handling
- Update Playwright tests to use specific selectors avoiding strict mode
violations
- Add proper wait states and loading checks in tests
- Install missing Playwright browsers for full test coverage
- Format code with Prettier for consistency
- Remove unused files and scripts
🤖 Generated with [Claude Code](https://claude.ai/code)
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent e1e2f25 commit c6cebdc
26 files changed
Lines changed: 609 additions & 1622 deletions
File tree
- playwright-report
- scripts
- src
- components
- homepage
- interactive
- video-page
- css
- pages
- test-results
- tests
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
112 | 174 | | |
113 | 175 | | |
114 | 176 | | |
| |||
243 | 305 | | |
244 | 306 | | |
245 | 307 | | |
| 308 | + | |
| 309 | + | |
246 | 310 | | |
247 | 311 | | |
248 | 312 | | |
| |||
Large diffs are not rendered by default.
0 commit comments