mirror of
				https://github.com/Fabio286/antares.git
				synced 2025-06-05 21:59:22 +02:00 
			
		
		
		
	refactor(UI): change to query tab icons to avoid ambiguity with new features
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user