huge refactor on web-api and web-app

This commit is contained in:
Boki 2025-06-18 10:20:05 -04:00
parent 1d299e52d4
commit 265e10a658
23 changed files with 1545 additions and 1233 deletions

View file

@ -29,7 +29,7 @@ export function DeleteExchangeDialog({
onClose();
}
} catch (error) {
console.error('Error deleting exchange:', error);
// Error deleting exchange - could add toast notification here
} finally {
setLoading(false);
}