From 790b5e5c247204cc21e0ec8426e680117300e423 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Mon, 11 May 2026 15:06:12 +0200 Subject: [PATCH] feat(admin): surface Lyra-Posts page in nav + dashboard grid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pages/lyra.vue page (create community posts as Lyra/ReBreak, AI-generated or manual) existed but wasn't linked anywhere. Adds it to the sidebar + mobile bottom-tab (grid-cols-5→6) and the dashboard quick-links grid (lg:grid-cols-4→5). Admin app stays team-internal (stats / users / domain approval / social posts / moderation) — no relation to the RN app. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/admin/layouts/default.vue | 3 ++- apps/admin/pages/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/admin/layouts/default.vue b/apps/admin/layouts/default.vue index 7e2b39a..bdddd1f 100644 --- a/apps/admin/layouts/default.vue +++ b/apps/admin/layouts/default.vue @@ -62,7 +62,7 @@ class="lg:hidden fixed bottom-0 inset-x-0 z-40 border-t border-gray-800 bg-gray-950/95 backdrop-blur" :style="{ paddingBottom: 'env(safe-area-inset-bottom)' }" > -