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">
|
||||
<BaseIcon
|
||||
:icon-name="note.type === 'query'
|
||||
? 'mdiStarOutline'
|
||||
? 'mdiHeartOutline'
|
||||
: note.type === 'todo'
|
||||
? note.isArchived
|
||||
? 'mdiCheckboxMarkedOutline'
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
>
|
||||
<BaseIcon
|
||||
class="mt-1 mr-1"
|
||||
icon-name="mdiCodeTags"
|
||||
:icon-name="element.filePath ? 'mdiFileCodeOutline' : 'mdiCodeTags'"
|
||||
:size="18"
|
||||
/>
|
||||
<span>
|
||||
|
|
Loading…
Reference in New Issue