Commit 8f64eb7
authored
feat: implement PWA features and interactive components (#472)
- Added PWA support with the @docusaurus/plugin-pwa, including a
manifest file and service worker registration.
- Introduced new interactive components: FeatureShowcase,
InteractiveCard, and StepByStep for enhanced user engagement.
- Removed outdated build notes and technical debt analysis documents to
streamline project documentation.
- Updated docusaurus.config.js for improved theme configuration and
search functionality.
- Enhanced CSS styles for new components and improved overall UI
consistency.1 parent 953694f commit 8f64eb7
15 files changed
Lines changed: 1861 additions & 320 deletions
File tree
- .github/workflows
- src
- components/interactive
- css
- static
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
162 | 222 | | |
163 | 223 | | |
164 | 224 | | |
| |||
168 | 228 | | |
169 | 229 | | |
170 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
171 | 236 | | |
172 | 237 | | |
173 | | - | |
| 238 | + | |
174 | 239 | | |
175 | | - | |
| 240 | + | |
176 | 241 | | |
177 | 242 | | |
178 | 243 | | |
| |||
242 | 307 | | |
243 | 308 | | |
244 | 309 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | 310 | | |
253 | 311 | | |
254 | 312 | | |
| |||
0 commit comments