mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Improve loading UX in the asset library
The asset library will now fade when loading pages instead of displaying a progress bar, which is a more common design pattern when browsing an online resource's pages. A "Loading..." text will be displayed before the first page loads.
This commit is contained in:
		
							parent
							
								
									791d7f78b5
								
							
						
					
					
						commit
						f524dc5da6
					
				
					 2 changed files with 15 additions and 31 deletions
				
			
		|  | @ -186,13 +186,13 @@ class EditorAssetLibrary : public PanelContainer { | |||
| 	PanelContainer *library_scroll_bg; | ||||
| 	ScrollContainer *library_scroll; | ||||
| 	VBoxContainer *library_vb; | ||||
| 	Label *library_loading; | ||||
| 	LineEdit *filter; | ||||
| 	OptionButton *categories; | ||||
| 	OptionButton *repository; | ||||
| 	OptionButton *sort; | ||||
| 	ToolButton *reverse; | ||||
| 	Button *search; | ||||
| 	ProgressBar *load_status; | ||||
| 	HBoxContainer *error_hb; | ||||
| 	TextureRect *error_tr; | ||||
| 	Label *error_label; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hugo Locurcio
						Hugo Locurcio