From 3704973d95c8b16cdbf7eb28bbe02c86a8b46e88 Mon Sep 17 00:00:00 2001 From: Yusuf Sallam <68395788+yusufsallam64@users.noreply.github.com> Date: Thu, 17 Aug 2023 11:17:45 -0400 Subject: [PATCH] Formatting --- src/elements/pages/settings.ts | 56 ++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/src/elements/pages/settings.ts b/src/elements/pages/settings.ts index b8a38fb1..ee69aede 100644 --- a/src/elements/pages/settings.ts +++ b/src/elements/pages/settings.ts @@ -292,25 +292,30 @@ export default class SettingsPage extends LitElement {

Link Email

${isRegistered - ? html` Registered` + ? html` Registered` : html` -

Link your email to Rivet for full account access.

- UIRoot.shared.openRegisterPanel()} - >${isRegistered ? 'View registration' : 'Link email'} - `} +

Link your email to Rivet for full account access.

+ UIRoot.shared.openRegisterPanel()} + >${isRegistered ? 'View registration' : 'Link email'} + `}

Push notifications

-

Allow Rivet to send your device push notifications for messages while you are away.

+

+ Allow Rivet to send your device push notifications for messages while you are away. +

this.settingChanged('push-notifications', e.value)} + @toggle=${(e: ToggleSwitchEvent) => + this.settingChanged('push-notifications', e.value)} >