mirror of
https://github.com/nickzuber/meteorite.git
synced 2024-11-29 09:31:15 +03:00
Trash -> archive
This commit is contained in:
parent
a1ef5f63ab
commit
268804c8e3
@ -829,7 +829,7 @@ export default function Scene ({
|
|||||||
active={activeStatus === Status.CLOSED}
|
active={activeStatus === Status.CLOSED}
|
||||||
onClick={() => onSetActiveStatus(Status.CLOSED)}
|
onClick={() => onSetActiveStatus(Status.CLOSED)}
|
||||||
href="javascript:void(0);">
|
href="javascript:void(0);">
|
||||||
Discarded
|
Archived
|
||||||
</EnhancedNavTab>
|
</EnhancedNavTab>
|
||||||
</GeneralOptionsContainer>
|
</GeneralOptionsContainer>
|
||||||
<NotificationsContainer>
|
<NotificationsContainer>
|
||||||
@ -857,7 +857,7 @@ export default function Scene ({
|
|||||||
) : activeStatus === Status.STAGED ? (
|
) : activeStatus === Status.STAGED ? (
|
||||||
' read '
|
' read '
|
||||||
) : (
|
) : (
|
||||||
' discarded '
|
' archived '
|
||||||
)}
|
)}
|
||||||
notifications
|
notifications
|
||||||
</p>
|
</p>
|
||||||
@ -1002,7 +1002,7 @@ export default function Scene ({
|
|||||||
<span> </span>
|
<span> </span>
|
||||||
</EnhancedNotificationTab>
|
</EnhancedNotificationTab>
|
||||||
) : (
|
) : (
|
||||||
<EnhancedNotificationTab tooltip={!loading ? "Discard notification" : null}>
|
<EnhancedNotificationTab tooltip={!loading ? "Archive notification" : null}>
|
||||||
<Icon.X
|
<Icon.X
|
||||||
opacity={0.9}
|
opacity={0.9}
|
||||||
onClick={!loading ? (() => onMarkAsRead(n.id, n.repository)) : undefined}
|
onClick={!loading ? (() => onMarkAsRead(n.id, n.repository)) : undefined}
|
||||||
|
Loading…
Reference in New Issue
Block a user