mirror of https://github.com/Fabio286/antares.git
refactor(UI): change to query tab icons to avoid ambiguity with new features
This commit is contained in:
parent
c1e58eb695
commit
e7efb9c616
|
@ -14,7 +14,7 @@
|
||||||
<div class="tile-icon">
|
<div class="tile-icon">
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
:icon-name="note.type === 'query'
|
:icon-name="note.type === 'query'
|
||||||
? 'mdiStarOutline'
|
? 'mdiHeartOutline'
|
||||||
: note.type === 'todo'
|
: note.type === 'todo'
|
||||||
? note.isArchived
|
? note.isArchived
|
||||||
? 'mdiCheckboxMarkedOutline'
|
? 'mdiCheckboxMarkedOutline'
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
>
|
>
|
||||||
<BaseIcon
|
<BaseIcon
|
||||||
class="mt-1 mr-1"
|
class="mt-1 mr-1"
|
||||||
icon-name="mdiCodeTags"
|
:icon-name="element.filePath ? 'mdiFileCodeOutline' : 'mdiCodeTags'"
|
||||||
:size="18"
|
:size="18"
|
||||||
/>
|
/>
|
||||||
<span>
|
<span>
|
||||||
|
|
Loading…
Reference in New Issue