Update deps

This commit is contained in:
Moritz Utcke
2023-05-21 22:48:26 +04:00
parent 28b3ea983a
commit 3bc5d7ec66
2 changed files with 24 additions and 17 deletions

View File

@@ -17,6 +17,7 @@
import { AuditType, hidden } from "./audits/hidden";
import { auditBedarfsausweisBenoetigt } from "./audits/BedarfsausweisBenoetigt";
import { auditVerbrauchAbweichung } from "./audits/VerbrauchAbweichung";
import { Popup } from "@ibcornelsen/ui";
export let uid: string = "";
@@ -449,6 +450,12 @@
</fieldset>
</form>
<Popup hidden={false} heading={"Einen Kurzen Moment"}>
<p>Moin! Wir bitten sie um einen kurzen Augenblick, um ein paar Fragen zu stellen und unseren Service zu verbessern.</p>
<span>1. Sind sie zufrieden mit der Gestaltung unserer Webseite?</span>
<textarea placeholder="Kommentar..."></textarea>
</Popup>
<RawNotificationWrapper>
{#each Object.entries($notifications) as [uid, notification] (uid)}
<RawNotification notification={{ ...notification, uid }}>