Spaces:
Sleeping
Sleeping
Aryanshh commited on
Commit ·
d76cba4
1
Parent(s): a8e4596
style: Move Target Quotas to a dedicated step deeply set inside the UI tour timeline
Browse files- dashboard/app.js +6 -1
dashboard/app.js
CHANGED
|
@@ -11,7 +11,7 @@ const SPECS = {
|
|
| 11 |
const TUTORIAL_STEPS = [
|
| 12 |
{
|
| 13 |
title: "Mission: NetZero-Nav",
|
| 14 |
-
text: "Your goal is to sustain a profitable electronics business while hitting zero-carbon targets. Use the <strong>Command Console</strong> to manage your supply chain.
|
| 15 |
target: "header"
|
| 16 |
},
|
| 17 |
{
|
|
@@ -34,6 +34,11 @@ const TUTORIAL_STEPS = [
|
|
| 34 |
text: "Track your pending shipments here! See exactly what's coming, how much, and the exact <strong>Estimated Arrival Day</strong>.",
|
| 35 |
target: ".shipment-cart-section"
|
| 36 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
{
|
| 38 |
title: "Time Management",
|
| 39 |
text: "Use <strong>'Advance to Next Day'</strong> to process shipments and grow your empire. Good luck!",
|
|
|
|
| 11 |
const TUTORIAL_STEPS = [
|
| 12 |
{
|
| 13 |
title: "Mission: NetZero-Nav",
|
| 14 |
+
text: "Your goal is to sustain a profitable electronics business while hitting zero-carbon targets. Use the <strong>Command Console</strong> to manage your supply chain.",
|
| 15 |
target: "header"
|
| 16 |
},
|
| 17 |
{
|
|
|
|
| 34 |
text: "Track your pending shipments here! See exactly what's coming, how much, and the exact <strong>Estimated Arrival Day</strong>.",
|
| 35 |
target: ".shipment-cart-section"
|
| 36 |
},
|
| 37 |
+
{
|
| 38 |
+
title: "Target Quotas",
|
| 39 |
+
text: "<div style='background: #fff; padding: 10px; border-radius: 6px; border: 1px solid #ddd; color: #333;'><strong>Current Requirements:</strong><br><br><strong>EcoPhone</strong><br>Pending<br>Required: 5 units remaining<br>Deadline: Day 15<br><br><strong>GreenTab</strong><br>Pending<br>Required: 3 units remaining<br>Deadline: Day 25</div>",
|
| 40 |
+
target: "#shipments-container"
|
| 41 |
+
},
|
| 42 |
{
|
| 43 |
title: "Time Management",
|
| 44 |
text: "Use <strong>'Advance to Next Day'</strong> to process shipments and grow your empire. Good luck!",
|