mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	feat(popup_editor): add editable note title and icon
This commit is contained in:
		@@ -260,6 +260,14 @@ export default class DesktopLayout {
 | 
			
		||||
            .child(new PasswordNoteSetDialog())
 | 
			
		||||
            .child(new UploadAttachmentsDialog())
 | 
			
		||||
            .child(new PopupEditorDialog()
 | 
			
		||||
                .child(new FlexContainer("row")
 | 
			
		||||
                    .class("title-row")
 | 
			
		||||
                    .css("height", "50px")
 | 
			
		||||
                    .css("min-height", "50px")
 | 
			
		||||
                    .css("align-items", "center")
 | 
			
		||||
                    .cssBlock(".title-row > * { margin: 5px; }")
 | 
			
		||||
                    .child(new NoteIconWidget())
 | 
			
		||||
                    .child(new NoteTitleWidget()))
 | 
			
		||||
                .child(new NoteDetailWidget()));
 | 
			
		||||
 | 
			
		||||
        applyModals(rootContainer);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user