Skip to content

Commit

Permalink
Squash commits
Browse files Browse the repository at this point in the history
Add timestamp tooltip
Signed-off-by: Christopher Ng <chrng8@gmail.com>

Add timestamp tooltip
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed May 21, 2021
1 parent ba23f9f commit 4c7892e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/AppSidebar/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,10 @@
</form>
</template>
<!-- secondary title -->
<p v-if="subtitle.trim() !== ''" class="app-sidebar-header__subtitle">
<p
v-if="subtitle.trim() !== ''"
v-tooltip.auto="subtitleTooltip"
class="app-sidebar-header__subtitle">
{{ subtitle }}
</p>
</div>
Expand Down Expand Up @@ -284,6 +287,10 @@ export default {
type: String,
default: '',
},
subtitleTooltip: {
type: String,
default: '',
},

/**
* Url to the top header background image
Expand Down

0 comments on commit 4c7892e

Please sign in to comment.