diff --git a/apps/rebreak-magic/app/components/DeviceHeroCard.vue b/apps/rebreak-magic/app/components/DeviceHeroCard.vue new file mode 100644 index 0000000..8007114 --- /dev/null +++ b/apps/rebreak-magic/app/components/DeviceHeroCard.vue @@ -0,0 +1,141 @@ + + + + + + + + + + + + {{ deviceName }} + + + {{ platformLabel }} + · {{ device.osVersion }} + + + + + + {{ statusLabel }} + + + + + + + + + Enrollment · Sideload · App + + + + + + Protect this device + + + + Details + + + + + + + + diff --git a/apps/rebreak-magic/app/components/DeviceListItem.vue b/apps/rebreak-magic/app/components/DeviceListItem.vue new file mode 100644 index 0000000..925b3ca --- /dev/null +++ b/apps/rebreak-magic/app/components/DeviceListItem.vue @@ -0,0 +1,94 @@ + + + + + + + + + + {{ deviceName }} + + + {{ statusLabel }} + + + + {{ platformLabel }} + · {{ device.osVersion }} + + + + + + + + + + +
+ {{ platformLabel }} + · {{ device.osVersion }} +