Next
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped

adas
This commit is contained in:
2026-06-22 01:44:06 +02:00
parent f83a64b854
commit f9e41380b5
29 changed files with 3433 additions and 17 deletions

View File

@@ -55,4 +55,19 @@ 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' => false,
'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',
],
];