mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Show toast when picking month for account statuses
This commit is contained in:
parent
33b989fffc
commit
c67192bb81
1 changed files with 9 additions and 0 deletions
|
@ -345,6 +345,15 @@ function AccountStatuses() {
|
||||||
}
|
}
|
||||||
: {},
|
: {},
|
||||||
);
|
);
|
||||||
|
showToast(
|
||||||
|
`Showing posts in ${new Date(value).toLocaleString(
|
||||||
|
'default',
|
||||||
|
{
|
||||||
|
month: 'long',
|
||||||
|
year: 'numeric',
|
||||||
|
},
|
||||||
|
)}`,
|
||||||
|
);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in a new issue