@samitouri / QOSami-HFS / commits / e55af604

admin/custom: animated save button

Massimo Melina committed Apr 25, 2026 at 18:38 UTC e55af604741fd865c658e8ed50f99e3d5f35b39b
1 file changed +1
admin/src/CustomHtmlPage.ts
+1
@@ -63,6 +63,7 @@ export default function CustomHtmlPage({ setTitleSide }: PageProps) {
63 icon: Save,
64 title: "Save\n(ctrl+enter)",
65 modified: anyChange,
66 + doneAnimation: true,
67 onClick: save,
68 }),
69 hTooltip("Enable all sections", undefined, switchBtn(enabled, async v => {