Main update
All checks were successful
Deploy / deploy-staging (push) Successful in 25s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-24 02:24:39 +02:00
parent 5ff4c3fb2b
commit d121f74bd0
34 changed files with 2548 additions and 67 deletions

View File

@@ -55,19 +55,4 @@ return [
'summary' => 'Platz fuer persoenliche Hinweise und Notizen je Workspace.',
'content' => 'Dieser Bereich ist vorbereitet, aber standardmaessig noch nicht eingeblendet.',
],
[
'widget_id' => 'fx-rates-refresh',
'title' => 'Waehrungskurse',
'icon' => 'FX',
'zone' => 'sidebar',
'default_enabled' => true,
'supports_public_home' => false,
'summary' => 'Aktuelle FX-Kurse pruefen und bei Bedarf manuell aktualisieren.',
'content' => 'Ein API-Abruf wird nur ausgefuehrt, wenn der letzte Snapshot alt genug ist, ausser bei explizitem Force.',
'launch_app_id' => 'fx-rates',
'action_label' => 'App oeffnen',
'widget_type' => 'fx-rates-refresh',
'status_api' => '/api/fx-rates/index.php?path=v1/status',
'refresh_api' => '/api/fx-rates/index.php?path=v1/refresh',
],
];