UX: restore shared sidebar link for posts and drafts (#31159)

While introducing the new drafts dropdown menu component, we also made
some changes to how the sidebar link works for Drafts. However, after
following user feedback and internal discussions we decided to revert
back to the shared link approach that combines My Posts and My Drafts.
This commit is contained in:
David Battersby
2025-02-04 14:40:18 +04:00
committed by GitHub
parent acad83199e
commit 294ed87a6f
9 changed files with 143 additions and 60 deletions

View File

@@ -4979,9 +4979,11 @@ en:
users:
content: "Users"
title: "List of all users"
my_drafts:
content: "My Drafts"
title: "My unposted drafts"
my_posts:
content: "My Posts"
content_drafts: "My Drafts"
title: "My recent topic activity"
title_drafts: "My unposted drafts"
draft_count:
one: "%{count} draft"
other: "%{count} drafts"