This commit is contained in:
Dobromir Popov
2025-07-23 13:39:41 +03:00
parent 944a7b79e6
commit df17a99247
13 changed files with 663 additions and 695 deletions

View File

@ -1052,6 +1052,8 @@ class CleanTradingDashboard:
"""Handle clear session button"""
if n_clicks:
self._clear_session()
# Return a visual confirmation that the session was cleared
return [html.I(className="fas fa-check me-1 text-success"), "Cleared"]
return [html.I(className="fas fa-trash me-1"), "Clear Session"]
@self.app.callback(