mirror of
https://github.com/directus/directus.git
synced 2026-01-28 07:48:04 -05:00
Update activity icon and info
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<private-view :title="$t('activity_log')">
|
||||
<template #title-outer:prepend>
|
||||
<v-button class="header-icon" rounded icon secondary disabled>
|
||||
<v-button class="header-icon" rounded disabled icon secondary>
|
||||
<v-icon name="notifications" />
|
||||
</v-button>
|
||||
</template>
|
||||
@@ -35,7 +35,7 @@
|
||||
<layout-drawer-detail @input="viewType = $event" :value="viewType" />
|
||||
<portal-target name="drawer" />
|
||||
<drawer-detail icon="help_outline" :title="$t('help_and_docs')">
|
||||
<div class="format-markdown" v-html="marked($t('page_help_collections_overview'))" />
|
||||
<div class="format-markdown" v-html="marked($t('page_help_activity_browse'))" />
|
||||
</drawer-detail>
|
||||
</template>
|
||||
</private-view>
|
||||
@@ -102,4 +102,8 @@ export default defineComponent({
|
||||
.content {
|
||||
padding: var(--content-padding);
|
||||
}
|
||||
|
||||
.header-icon {
|
||||
--v-button-color-disabled: var(--foreground-normal);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user