reworked scheduling

This commit is contained in:
2025-10-18 01:55:04 +02:00
parent b86040dc04
commit f705a83cd4
26 changed files with 3222 additions and 3193 deletions

View File

@@ -282,12 +282,7 @@ const Dashboard: React.FC = () => {
percentage
};
};
// Add refresh functionality
const handleRefresh = () => {
loadDashboardData();
};
if (loading) {
return (
<div style={{ textAlign: 'center', padding: '40px' }}>
@@ -370,8 +365,6 @@ const Dashboard: React.FC = () => {
</div>
</div>
<PlanDebugInfo />
{/* Quick Actions - Nur für Admins/Instandhalter */}
{hasRole(['admin', 'instandhalter']) && (
<div style={{ marginBottom: '30px' }}>