From da5066e43ebaea02c6b3bc6d69d59cd7f7c292ec Mon Sep 17 00:00:00 2001 From: Paulo Castellano Date: Sat, 18 Jul 2026 09:20:51 -0300 Subject: [PATCH] fix(posts): merge the editor status into the mobile switcher bar On mobile the header was a whole bar showing only the Draft/Saving/Saved status. Move that status into the switcher bar (right side) and hide the header on mobile (the scheduled banner still shows), reclaiming a row. The switcher clears the floating hamburger when it's the top bar. --- .../posts/editor/PostEditorMobileNav.vue | 67 +++++++++++++++---- resources/js/pages/posts/Edit.vue | 38 +++++++---- 2 files changed, 78 insertions(+), 27 deletions(-) diff --git a/resources/js/components/posts/editor/PostEditorMobileNav.vue b/resources/js/components/posts/editor/PostEditorMobileNav.vue index 2ed5df43..e4469647 100644 --- a/resources/js/components/posts/editor/PostEditorMobileNav.vue +++ b/resources/js/components/posts/editor/PostEditorMobileNav.vue @@ -1,6 +1,17 @@ diff --git a/resources/js/pages/posts/Edit.vue b/resources/js/pages/posts/Edit.vue index fdd2b06f..03c211bc 100644 --- a/resources/js/pages/posts/Edit.vue +++ b/resources/js/pages/posts/Edit.vue @@ -376,24 +376,34 @@ usePostEcho(post.value.id, '.post.comment.created', (e: any) => {
- +
+ +
+ + - -