bug(mobile): document detail viewer takes full height — no space for document title on mobile #101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Medium — context lost on mobile
On the document detail page at 375px, the document title ("E2E Hash Test — restore") is visible on desktop in the sub-header bar (
Back | [title] | Annotate | Edit | ↓). On mobile this sub-header bar exists but it contains only the back/overflow/action buttons — the document title is not shown anywhere in the visible viewport.The user has no way of confirming which document they are viewing without scrolling down to the Metadata tab and reading there.
Fix
On mobile, display the document title in the toolbar, between the back button and the action group. Truncate with
text-ellipsis overflow-hiddenif too long:The title truncates cleanly and at least the first ~25 characters are visible, which is enough for identification. The document title is the most important piece of context and should always be visible.