mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
change icons
This commit is contained in:
parent
8715f65602
commit
ed7aace6ff
@ -17,7 +17,7 @@
|
|||||||
<!--<button class="toolbar-item" v-b-modal.settings-modal>-->
|
<!--<button class="toolbar-item" v-b-modal.settings-modal>-->
|
||||||
<b-dropdown right no-caret lazy="true" variant="link" class="settings-dropdown" toggle-class="toolbar-item px-2">
|
<b-dropdown right no-caret lazy="true" variant="link" class="settings-dropdown" toggle-class="toolbar-item px-2">
|
||||||
<template v-slot:button-content class="toolbar-item">
|
<template v-slot:button-content class="toolbar-item">
|
||||||
<span class="icon">{% inline "more-vertical.svg" %}</span>
|
<span class="icon">{% inline "more-horizontal.svg" %}</span>
|
||||||
</template>
|
</template>
|
||||||
<b-dropdown-item-button @click="showSettings('create')">
|
<b-dropdown-item-button @click="showSettings('create')">
|
||||||
<span class="icon mr-1">{% inline "plus.svg" %}</span>
|
<span class="icon mr-1">{% inline "plus.svg" %}</span>
|
||||||
@ -50,7 +50,7 @@
|
|||||||
<label class="selectgroup">
|
<label class="selectgroup">
|
||||||
<input type="radio" name="filter" value="unread" v-model="filterSelected">
|
<input type="radio" name="filter" value="unread" v-model="filterSelected">
|
||||||
<div class="selectgroup-label d-flex align-items-center w-100">
|
<div class="selectgroup-label d-flex align-items-center w-100">
|
||||||
<span class="icon mr-2">{% inline "circle.svg" %}</span>
|
<span class="icon mr-2">{% inline "circle-full.svg" %}</span>
|
||||||
<span class="flex-fill text-left text-truncate">Unread</span>
|
<span class="flex-fill text-left text-truncate">Unread</span>
|
||||||
<span class="counter text-right">{{totalStats.unread || ''}}</span>
|
<span class="counter text-right">{{totalStats.unread || ''}}</span>
|
||||||
</div>
|
</div>
|
||||||
@ -66,7 +66,7 @@
|
|||||||
<label class="selectgroup">
|
<label class="selectgroup">
|
||||||
<input type="radio" name="filter" value="" v-model="filterSelected">
|
<input type="radio" name="filter" value="" v-model="filterSelected">
|
||||||
<div class="selectgroup-label d-flex align-items-center w-100">
|
<div class="selectgroup-label d-flex align-items-center w-100">
|
||||||
<span class="icon mr-2">{% inline "circle-full.svg" %}</span>
|
<span class="icon mr-2">{% inline "assorted.svg" %}</span>
|
||||||
<span class="flex-fill text-left text-truncate">All</span>
|
<span class="flex-fill text-left text-truncate">All</span>
|
||||||
<span class="counter text-right"></span>
|
<span class="counter text-right"></span>
|
||||||
</div>
|
</div>
|
||||||
|
1
template/static/images/assorted.svg
Normal file
1
template/static/images/assorted.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bar-chart-2"><line x1="4" y1="4" x2="14" y2="4"></line><line x1="4" y1="12" x2="20" y2="12"></line><line x1="4" y1="20" x2="8" y2="20"></line></svg>
|
After Width: | Height: | Size: 353 B |
1
template/static/images/more-horizontal.svg
Normal file
1
template/static/images/more-horizontal.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-horizontal"><circle cx="12" cy="12" r="1"></circle><circle cx="19" cy="12" r="1"></circle><circle cx="5" cy="12" r="1"></circle></svg>
|
After Width: | Height: | Size: 343 B |
Loading…
x
Reference in New Issue
Block a user