|
1 | 1 | .grid-block.shrink.align-center.justify-right |
2 | 2 | svg.iconnables.icons-close( |
3 | 3 | ng-click = "$root.featureFlags.ahaSidebar = false" |
| 4 | + ng-if = "!$root.featureFlags.ahaOverview" |
4 | 5 | ) |
5 | 6 | use( |
6 | 7 | xlink:href = "#icons-close" |
7 | 8 | ) |
| 9 | +.grid-block.vertical.shrink.justify-center.text-center.aha-overview( |
| 10 | + ng-if = "$root.featureFlags.ahaOverview" |
| 11 | +) |
| 12 | + .grid-content.strong Welcome to your Sandbox! 👋 |
| 13 | + | It’ll take a few steps to get everything set up. But don’t worry — we’re here to help! |
| 14 | + button.grid-content.btn.btn-sm.green( |
| 15 | + ng-click = "\ |
| 16 | + $root.featureFlags.ahaOverview = false;\ |
| 17 | + $root.featureFlags.ahaSidebar = false;\ |
| 18 | + " |
| 19 | + ) Get Started |
8 | 20 | .grid-block.vertical |
9 | 21 | .grid-block.shrink.align-center.padding-sm.aha-guide( |
10 | | - ng-class = "{'complete': $root.featureFlags.aha1 || $root.featureFlags.aha2 || $root.featureFlags.aha3}" |
| 22 | + ng-class = "{'disabled': $root.featureFlags.aha1 || $root.featureFlags.aha2 || $root.featureFlags.aha3}" |
11 | 23 | ) |
12 | 24 | .grid-block.shrink.aha-meter( |
13 | 25 | ng-class = "{\ |
|
25 | 37 | p.small This is the first step to success. |
26 | 38 |
|
27 | 39 | .grid-block.shrink.align-center.padding-sm.aha-guide( |
28 | | - ng-class = "{\ |
29 | | - 'complete': $root.featureFlags.aha2 || $root.featureFlags.aha3,\ |
30 | | - 'disabled': $root.featureFlags.aha0\ |
31 | | - }" |
| 40 | + ng-class = "{'disabled': $root.featureFlags.aha0 || $root.featureFlags.aha2 || $root.featureFlags.aha3}" |
32 | 41 | ) |
33 | 42 | .grid-block.shrink.aha-meter( |
34 | 43 | ng-class = "{\ |
|
59 | 68 | p.small Configure your project and get it running! |
60 | 69 |
|
61 | 70 | .grid-block.shrink.align-center.padding-sm.aha-guide( |
62 | | - ng-class = "{\ |
63 | | - 'complete': $root.featureFlags.aha3,\ |
64 | | - 'disabled': $root.featureFlags.aha0 || $root.featureFlags.aha1\ |
65 | | - }" |
| 71 | + ng-class = "{'disabled': $root.featureFlags.aha0 || $root.featureFlags.aha1 || $root.featureFlags.aha3}" |
66 | 72 | ) |
67 | 73 | .grid-block.shrink.aha-meter( |
68 | 74 | ng-class = "{\ |
|
0 commit comments