mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-08 16:54:21 +01:00
Yellow pending status
This commit is contained in:
committed by
Paul Miller
parent
f5e693a221
commit
33d3a5ca3d
@@ -183,7 +183,12 @@ export function ActivityItem(props: {
|
||||
</Switch>
|
||||
<Switch>
|
||||
<Match when={props.date && props.date > 2147483647}>
|
||||
<time class="text-sm text-neutral-500">
|
||||
<time class="text-sm text-m-yellow">
|
||||
{i18n.t("common.pending")}
|
||||
</time>
|
||||
</Match>
|
||||
<Match when={timeAgo(props.date) === "Pending"}>
|
||||
<time class="text-sm text-m-yellow">
|
||||
{i18n.t("common.pending")}
|
||||
</time>
|
||||
</Match>
|
||||
|
||||
Reference in New Issue
Block a user