mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	update boxicons to 2.0.7
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										2
									
								
								libraries/boxicons/css/boxicons.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								libraries/boxicons/css/boxicons.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| Before Width: | Height: | Size: 912 KiB After Width: | Height: | Size: 952 KiB | 
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -60,7 +60,7 @@ class NoteShort { | ||||
|         /** @param {string} content-type, e.g. "application/json" */ | ||||
|         this.mime = row.mime; | ||||
|         /** @param {boolean} */ | ||||
|         this.isDeleted = row.isDeleted; | ||||
|         this.isDeleted = !!row.isDeleted; | ||||
|     } | ||||
|  | ||||
|     addParent(parentNoteId, branchId) { | ||||
|   | ||||
| @@ -687,7 +687,7 @@ function eraseDeletedNotes() { | ||||
|  | ||||
|     sql.executeMany(` | ||||
|         UPDATE notes  | ||||
|         SET title = '[deleted]', | ||||
|         SET title = '[erased]', | ||||
|             isProtected = 0, | ||||
|             isErased = 1 | ||||
|         WHERE noteId IN (???)`, noteIdsToErase); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user