Commit 975239d
committed
feat(web): integrate QR code generation and vertical story download feature
- Added `qrcode` package to generate QR codes for user profiles.
- Implemented a new API route for generating story images, including QR code integration.
- Enhanced `ProfileShareSection` and `ShareActions` components to support story downloads.
- Updated `AnalysisClient` to utilize the new story endpoint for sharing user insights.
- Refactored components to include user ID for personalized story generation.
This update enriches the sharing experience by allowing users to download their profile stories with QR codes, enhancing engagement and usability.1 parent b6a6179 commit 975239d
12 files changed
Lines changed: 739 additions & 48 deletions
File tree
- apps/web
- src
- app
- analysis/[jobId]
- api
- analysis/[id]
- components
- vcp/unified
- lib/vcp
- docs/implementation-trackers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 6 | + | |
13 | 7 | | |
14 | 8 | | |
| 9 | + | |
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
| |||
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
190 | 186 | | |
191 | 187 | | |
192 | 188 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | 189 | | |
214 | 190 | | |
215 | 191 | | |
| |||
512 | 488 | | |
513 | 489 | | |
514 | 490 | | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
515 | 495 | | |
516 | 496 | | |
517 | 497 | | |
| |||
842 | 822 | | |
843 | 823 | | |
844 | 824 | | |
| 825 | + | |
845 | 826 | | |
846 | 827 | | |
847 | 828 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
417 | 418 | | |
418 | 419 | | |
419 | 420 | | |
| |||
425 | 426 | | |
426 | 427 | | |
427 | 428 | | |
| 429 | + | |
428 | 430 | | |
429 | 431 | | |
430 | 432 | | |
0 commit comments