mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	Merge branch 'develop' into Icon_improvements
This commit is contained in:
		
							parent
							
								
									d66c07717c
								
							
						
					
					
						commit
						7186222393
					
				@ -42,7 +42,7 @@ const NOTE_TYPE_ICONS = {
 | 
			
		||||
    "code": "bx bx-code",
 | 
			
		||||
    "render": "bx bx-extension",
 | 
			
		||||
    "search": "bx bx-file-find",
 | 
			
		||||
    "relationMap": "bx bxl-graphql",
 | 
			
		||||
    "relationMap": "bx bx-map-alt",
 | 
			
		||||
    "book": "bx bx-book",
 | 
			
		||||
    "noteMap": "bx bxl-graphql",
 | 
			
		||||
    "mermaid": "bx bx-selection",
 | 
			
		||||
@ -570,7 +570,7 @@ class FNote {
 | 
			
		||||
            return workspaceIconClass;
 | 
			
		||||
        }
 | 
			
		||||
        else if (this.noteId === 'root') {
 | 
			
		||||
            return "bx bx-chevrons-right";
 | 
			
		||||
            return "bx bx-home-alt-2";
 | 
			
		||||
        }
 | 
			
		||||
        if (this.noteId === '_share') {
 | 
			
		||||
            return "bx bx-share-alt";
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,7 @@ const NOTE_TYPE_ICONS = {
 | 
			
		||||
    "code": "bx bx-code",
 | 
			
		||||
    "render": "bx bx-extension",
 | 
			
		||||
    "search": "bx bx-file-find",
 | 
			
		||||
    "relationMap": "bx bxl-graphql",
 | 
			
		||||
    "relationMap": "bx bx-map-alt",
 | 
			
		||||
    "book": "bx bx-book",
 | 
			
		||||
    "noteMap": "bx bxl-graphql",
 | 
			
		||||
    "mermaid": "bx bx-selection",
 | 
			
		||||
@ -543,7 +543,7 @@ class FNote {
 | 
			
		||||
            return workspaceIconClass;
 | 
			
		||||
        }
 | 
			
		||||
        else if (this.noteId === 'root') {
 | 
			
		||||
            return "bx bx-chevrons-right";
 | 
			
		||||
            return "bx bx-home-alt-2";
 | 
			
		||||
        }
 | 
			
		||||
        if (this.noteId === '_share') {
 | 
			
		||||
            return "bx bx-share-alt";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user