feat: 🎸 Add clear button for error notifications

This commit is contained in:
Cloudkkk
2025-04-09 11:32:49 +08:00
parent da4e2fa844
commit a15df913fe
2 changed files with 20 additions and 3 deletions

View File

@@ -467,6 +467,10 @@ const App = () => {
setLogLevel(level);
};
const clearStdErrNotifications = () => {
setStdErrNotifications([]);
};
if (window.location.pathname === "/oauth/callback") {
const OAuthCallback = React.lazy(
() => import("./components/OAuthCallback"),
@@ -502,6 +506,7 @@ const App = () => {
logLevel={logLevel}
sendLogLevelRequest={sendLogLevelRequest}
loggingSupported={!!serverCapabilities?.logging || false}
clearStdErrNotifications={clearStdErrNotifications}
/>
<div className="flex-1 flex flex-col overflow-hidden">
<div className="flex-1 overflow-auto">