From e94f2cfe96ba9f1ff18911733b41a63b17f43d5a Mon Sep 17 00:00:00 2001 From: Paulo Castellano Date: Sat, 18 Jul 2026 09:35:50 -0300 Subject: [PATCH] fix(posts): hide the autosave status in the mobile switcher It's only the autosave indicator (Draft/Saving/Saved) and it crowded the tabs. Drop it from the mobile switcher (the desktop header still shows it) so the tabs get the full bar. --- .../posts/editor/PostEditorMobileNav.vue | 62 +++++-------------- resources/js/pages/posts/Edit.vue | 2 - 2 files changed, 17 insertions(+), 47 deletions(-) diff --git a/resources/js/components/posts/editor/PostEditorMobileNav.vue b/resources/js/components/posts/editor/PostEditorMobileNav.vue index 37414b7a..96b8a29b 100644 --- a/resources/js/components/posts/editor/PostEditorMobileNav.vue +++ b/resources/js/components/posts/editor/PostEditorMobileNav.vue @@ -1,5 +1,4 @@ diff --git a/resources/js/pages/posts/Edit.vue b/resources/js/pages/posts/Edit.vue index 03c211bc..2b6e2f3c 100644 --- a/resources/js/pages/posts/Edit.vue +++ b/resources/js/pages/posts/Edit.vue @@ -399,8 +399,6 @@ usePostEcho(post.value.id, '.post.comment.created', (e: any) => {