Add LynkedUp Pro dashboard (dark + light) from Figma

- Full dashboard at /dashboard matching the Figma Linkedup-Web frame
- Dark/light theme toggle (persisted to localStorage)
- Live animated charts: stat sparkbars, P&L grouped bars, donut, gauge,
  pipeline bars, progress, revenue-potential
- Sidebar, topbar, stat cards, weather, top sales reps
- 29 icons exported from Figma (currentColor) + lucide fallbacks
- Fix: bar charts had zero height (percentage in indefinite flex parent)
- Fix: removed content max-width that left a right-side gap

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-27 20:12:35 +05:30
parent 8c5df83d63
commit 5ff655d786
38 changed files with 1223 additions and 48 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9.56253 1.49997C8.63252 1.49997 7.87502 2.25747 7.87502 3.18747C7.87502 3.39372 8.04377 3.56247 8.25002 3.56247C8.45627 3.56247 8.62502 3.39372 8.62502 3.18747C8.62502 2.93883 8.7238 2.70038 8.89961 2.52456C9.07543 2.34874 9.31389 2.24997 9.56253 2.24997C9.81117 2.24997 10.0496 2.34874 10.2254 2.52456C10.4013 2.70038 10.5 2.93883 10.5 3.18747C10.5 3.43611 10.4013 3.67457 10.2254 3.85039C10.0496 4.0262 9.81117 4.12498 9.56253 4.12498H0.375001C0.16875 4.12498 0 4.29373 0 4.49998C0 4.70623 0.16875 4.87498 0.375001 4.87498H9.56253C10.4925 4.87498 11.25 4.11748 11.25 3.18747C11.25 2.25747 10.4925 1.49997 9.56253 1.49997Z" fill="white" fill-opacity="0.39"/>
<path d="M2.62517 3.37501H5.81268C6.74268 3.37501 7.50018 2.61751 7.50018 1.6875C7.50018 0.757502 6.74268 0 5.81268 0C4.88267 0 4.12517 0.757502 4.12517 1.6875C4.12517 1.89376 4.29392 2.06251 4.50017 2.06251C4.70642 2.06251 4.87517 1.89376 4.87517 1.6875C4.87517 1.43886 4.97395 1.20041 5.14976 1.02459C5.32558 0.848774 5.56403 0.750002 5.81268 0.750002C6.06132 0.750002 6.29977 0.848774 6.47559 1.02459C6.65141 1.20041 6.75018 1.43886 6.75018 1.6875C6.75018 1.93615 6.65141 2.1746 6.47559 2.35042C6.29977 2.52624 6.06132 2.62501 5.81268 2.62501H2.62517C2.41892 2.62501 2.25017 2.79376 2.25017 3.00001C2.25017 3.20626 2.41892 3.37501 2.62517 3.37501ZM7.68768 5.62502H1.50016C1.29391 5.62502 1.12516 5.79377 1.12516 6.00002C1.12516 6.20627 1.29391 6.37502 1.50016 6.37502H7.68768C7.93632 6.37502 8.17478 6.47379 8.35059 6.64961C8.52641 6.82542 8.62518 7.06388 8.62518 7.31252C8.62518 7.56116 8.52641 7.79962 8.35059 7.97544C8.17478 8.15125 7.93632 8.25002 7.68768 8.25002C7.43904 8.25002 7.20058 8.15125 7.02477 7.97544C6.84895 7.79962 6.75018 7.56116 6.75018 7.31252C6.75018 7.10627 6.58143 6.93752 6.37518 6.93752C6.16893 6.93752 6.00018 7.10627 6.00018 7.31252C6.00018 8.24252 6.75768 9.00003 7.68768 9.00003C8.61768 9.00003 9.37519 8.24252 9.37519 7.31252C9.37519 6.38252 8.61768 5.62502 7.68768 5.62502Z" fill="white" fill-opacity="0.39"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB