mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-11-04 05:10:07 +00:00 
			
		
		
		
	updated todo + minor changes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									9e4c3cdb1f
								
							
						
					
					
						commit
						9f3c18660a
					
				@ -110,6 +110,7 @@ Roadmap
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[_] 32% Gen 3 current todo
 | 
					[_] 32% Gen 3 current todo
 | 
				
			||||||
	[_] 64% High priority
 | 
						[_] 64% High priority
 | 
				
			||||||
 | 
							[_] BUG: panels: open/close events get triggered on panel drag/sort...
 | 
				
			||||||
		[_] buildcache: add option to control image sort...
 | 
							[_] buildcache: add option to control image sort...
 | 
				
			||||||
		[_] ASAP: Need visual indicators for long operations...
 | 
							[_] ASAP: Need visual indicators for long operations...
 | 
				
			||||||
		[_] 66% tags
 | 
							[_] 66% tags
 | 
				
			||||||
 | 
				
			|||||||
@ -461,11 +461,11 @@ function makePanelController(title, content_builder, panel_setup, content_resiza
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		// 2) if no panel exists, create it
 | 
							// 2) if no panel exists, create it
 | 
				
			||||||
		// 		- content_builder() must return panel content
 | 
							// 		- content_builder() must return panel content
 | 
				
			||||||
 | 
							// XXX need to get saved coordinates...
 | 
				
			||||||
		if(panel.length == 0){
 | 
							if(panel.length == 0){
 | 
				
			||||||
			panel = makeSubPanel(title, content_builder(), parent, open, content_resizable)
 | 
								panel = makeSubPanel(title, content_builder(), parent, open, content_resizable)
 | 
				
			||||||
				.attr('id', title)
 | 
									.attr('id', title)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// XXX should this be before or after the append???
 | 
					 | 
				
			||||||
			panel_setup(panel)
 | 
								panel_setup(panel)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// trigger the open event...
 | 
								// trigger the open event...
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user