michael-s-molina commented on PR #37298:
URL: https://github.com/apache/superset/pull/37298#issuecomment-3853883447

   @kasiazjc My concern with displaying global errors inline is that it 
introduces unnecessary complexity and can result in users seeing the same error 
message in multiple places. For instance, if there’s a lost connection or 
missing authentication credentials, showing inline errors would mean that every 
section relying on a connection or authentication—potentially 10+ 
locations—would display a "Connection error" or "Failed to authenticate" 
message. I believe this is exactly why Ant Design offers an error Notification 
component. In my view, inline errors make sense for non-global issues only.
   
   <img width="1912" height="852" alt="Screenshot 2026-02-05 at 11 02 43" 
src="https://github.com/user-attachments/assets/bf64ccd5-c7aa-456e-8200-2b5e9a5c009e";
 />
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to