improve moderation UI

- add missing icons
- add links to fedi user and event
- clean resource creation date
This commit is contained in:
lesion
2022-02-24 10:20:40 +01:00
parent 5f7fb64de8
commit 9bd668df32
3 changed files with 18 additions and 6 deletions

View File

@@ -3,6 +3,8 @@ import dayjs from 'dayjs'
import relativeTime from 'dayjs/plugin/relativeTime'
import utc from 'dayjs/plugin/utc'
import timezone from 'dayjs/plugin/timezone'
import localizedFormat from 'dayjs/plugin/localizedFormat'
import 'dayjs/locale/it'
import 'dayjs/locale/es'
@@ -15,6 +17,7 @@ import 'dayjs/locale/fr'
dayjs.extend(relativeTime)
dayjs.extend(utc)
dayjs.extend(timezone)
dayjs.extend(localizedFormat)
export default ({ app, store }) => {
// set timezone to instance_timezone!!