feature: use an X to show offline status instead of orange circle
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/patches/xoffline.diff
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/patches/xoffline.diff
									
									
									
									
										vendored
									
									
								
							@@ -13,7 +13,7 @@ index 0a15eb45b..d776dd556 100644
 | 
				
			|||||||
+              : Icon(
 | 
					+              : Icon(
 | 
				
			||||||
+                  Icons.close, // Red X for offline (Material Icon)
 | 
					+                  Icons.close, // Red X for offline (Material Icon)
 | 
				
			||||||
+                  color: Colors.red,
 | 
					+                  color: Colors.red,
 | 
				
			||||||
+                  size: 15.0, // Adjust size as needed
 | 
					+                  size: 12.0, // Adjust size as needed
 | 
				
			||||||
+                )));
 | 
					+                )));
 | 
				
			||||||
 }
 | 
					 }
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user