Commit 8372798
[dev] [Marfuen] mariano/onboarding-tracker (#1747)
* feat(onboarding): add real-time tracking with floating card UI
- Implement real-time onboarding progress tracking using Trigger.dev metadata
- Track individual policy completion status dynamically
- Replace top banner with floating card (bottom-right, 600px height, 400px min width)
- Add expandable policies section showing individual policy statuses
- Replace LogoSpinner with Loader2 for loading states
- Auto-minimize on completion with dismiss functionality
- Remove redundant current step message below title
* feat(onboarding): add localhost prefill button and enhance card shadow
- Add Complete button on localhost to pre-fill organization creation form
- Enhance onboarding tracker card shadow for better visibility
- Auto-fetch frameworks and pre-fill with first 2 visible frameworks
* feat(ui): add responsive padding and improve mobile layouts
- Add responsive padding (px-4 sm:px-6 lg:px-8) to all pages for mobile
- Exclude padding from automation pages, automation overview, and task detail pages
- Make integrations search and category filters mobile-friendly with horizontal scroll
- Fix search input component styling for better mobile experience
- Update cloud-tests and integrations pages to use consistent padding approach
* fix(setup): add handlePrefillAll to useOnboardingForm destructuring
---------
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>1 parent cb1b5fb commit 8372798
16 files changed
Lines changed: 588 additions & 152 deletions
File tree
- apps/app/src
- app/(app)
- [orgId]
- cloud-tests/components
- components
- integrations
- components
- tasks
- setup
- components
- hooks
- jobs/tasks/onboarding
- packages/docs
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments