From 0258c818f337877bdaa7562ea3d05d76e8b3e1b7 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Tue, 16 Jun 2026 20:45:43 +0200 Subject: [PATCH] feat(magic): add DeviceHeroCard and DeviceListItem components --- .../app/components/DeviceHeroCard.vue | 141 ++++++++++++++++++ .../app/components/DeviceListItem.vue | 94 ++++++++++++ 2 files changed, 235 insertions(+) create mode 100644 apps/rebreak-magic/app/components/DeviceHeroCard.vue create mode 100644 apps/rebreak-magic/app/components/DeviceListItem.vue 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 @@ + + + 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 @@ + + +