You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(FR-2817): unclip folder-status invitation badge and add /data invitation entry point
Resolves#7251(FR-2817)
Two regressions surfaced after the storage-status widget moved to the dashboard:
(1) the red `+N` badge over `초대된 폴더` was placed with a negative Y-offset that
pushed it above the dashboard card body and got clipped, and (2) the `/data` page
offered no in-page entry point to view, accept, or reject pending invitations —
the user could only reach the invitation modal via the (clipped) badge.
- StorageStatusPanelCard: drop the negative Y offset on the invitation Badge
(`offset={[-token.sizeXS, 0]}`) so it overlays the title's top-right corner
inside the card body bounds.
- VFolderNodeListPage: add a `Pending invitations` button with a count badge
next to `Create Folder` whenever `useVFolderInvitations()` reports any pending
invitation. Clicking it sets `?invitation=true`, which the existing global
`FolderInvitationResponseModalOpener` already binds to to open the
accept/reject modal.
- i18n: add `data.invitation.PendingInvitations` to all 21 locales.
Verification:
- Relay: PASS
- Lint: PASS
- Format: PASS
- TypeScript: pre-existing failures only (unrelated)
"SharingError": "Die Freigabe ist fehlgeschlagen. Der Benutzer ist möglicherweise bereits freigegeben oder gehört nicht zu dem entsprechenden Projekt.",
0 commit comments