From bb06d2e0beb1f06e3c1c2d620d70c1b68597bc7a Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Sun, 13 Jul 2025 20:58:53 +0200 Subject: [PATCH] feat: start working on device list --- components/Settings/UserSettings/Devices.vue | 63 +++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/components/Settings/UserSettings/Devices.vue b/components/Settings/UserSettings/Devices.vue index 7006a12..ee471ba 100644 --- a/components/Settings/UserSettings/Devices.vue +++ b/components/Settings/UserSettings/Devices.vue @@ -1,12 +1,73 @@ - Devices (TBA) + Devices + + + + + + {{ device.device_name }} + + + Generated at + {{ device.created_at_date.toLocaleDateString(undefined) }} + {{ device.created_at_date.toLocaleTimeString(undefined, {hour12: timeFormat == "12", timeStyle: "short" }) }} + + + + \ No newline at end of file