From dcee16fed277a224c10e1b884904012bbc3086d7 Mon Sep 17 00:00:00 2001 From: "Leon.Schmidt" Date: Sat, 15 Aug 2026 03:57:49 +0200 Subject: [PATCH] ENH - rebuild Memos with SKYUI Root cause: the Memos app still owned its layout and dialogs through legacy Konsta primitives, which kept the header, empty state, and recording actions outside the shared SKYUI patterns. Replace the list, player, footer composer, empty state, and centered recording dialogs with SKYUI components. Move search and recording controls into the bottom composer and keep the recording actions inside the popup. --- frontend/src/views/apps/MemosApp.vue | 1094 ++++++++++++-------------- 1 file changed, 500 insertions(+), 594 deletions(-) diff --git a/frontend/src/views/apps/MemosApp.vue b/frontend/src/views/apps/MemosApp.vue index 1c97f09..2cdd1ca 100644 --- a/frontend/src/views/apps/MemosApp.vue +++ b/frontend/src/views/apps/MemosApp.vue @@ -1,38 +1,12 @@