From 5a6c3ae4263e289af0f241c9ca06df8eeb3a6a1d Mon Sep 17 00:00:00 2001 From: Matt Wilkie Date: Wed, 19 Feb 2025 08:33:03 -0700 Subject: [PATCH] use the standard classes per @pano9000 advice, https://github.com/TriliumNext/Notes/pull/1207#issuecomment-2667896424 --- .../options/other/share_settings.ts | 27 ++++++++----------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/public/app/widgets/type_widgets/options/other/share_settings.ts b/src/public/app/widgets/type_widgets/options/other/share_settings.ts index c4c9d9421..199605082 100644 --- a/src/public/app/widgets/type_widgets/options/other/share_settings.ts +++ b/src/public/app/widgets/type_widgets/options/other/share_settings.ts @@ -4,25 +4,20 @@ import { t } from "../../../../services/i18n.js"; import type { OptionMap, OptionNames } from "../../../../../../services/options_interface.js"; const TPL = ` -
+

${t("share.title")}

-
- -

${t("share.redirect_bare_domain_description")}

-
+ +

${t("share.redirect_bare_domain_description")}

-
- -

${t("share.show_login_link_description")}

-

 

-
+ +

${t("share.show_login_link_description")}

`; export default class ShareSettingsOptions extends OptionsWidget {