Update activity icon and info

This commit is contained in:
Ben Haynes
2020-08-12 12:48:34 -04:00
parent 49fe2fd03e
commit 09c8f1cc33

View File

@@ -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>