Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 457485dc authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'main' of...

Merge branch 'main' of gitlab.e.foundation:e/infra/ecloud/nextcloud-apps/ecloud-theme-helper into dev/email-template-update
parents 579cbb52 5e3c8ae9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    <name>/e/ Cloud Theme Helper</name>
    <summary>/e/ Theme Helper App</summary>
    <description><![CDATA[Theme Helper App]]></description>
    <version>1.3.2</version>
    <version>1.3.3</version>
    <licence>ECORP SAS</licence>
	<author mail="dev@e.email" >ECORP SAS</author>
    <namespace>EcloudThemeHelper</namespace>
+6 −1
Original line number Diff line number Diff line
@@ -108,6 +108,8 @@ function replaceActivityIcons() {
    calendar_todo: getSvgLinkCore("actions", "checkmark", ""),
    comments: getSvgLinkCore("actions", "comment", ""),
    deck: getSvgLinkApp("deck", "deck-dark", ""),
    contacts: getSvgLinkCore("places", "contacts", ""),
    user_settings: getSvgLinkApp("e-user-support-center", "app", "")
  };

  let currentActive = "";
@@ -261,6 +263,9 @@ $(document).ready(function () {
    if (settings.length) {
      replaceSettingsNavigationIcons();
      replaceSettingsSectionIcons();
      $('#two-factor-auth > a.icon-info').attr('href','https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager');
      let content_ = '<p class="margin-top-10">' + t('settings', '2FA-Note') + '</p>';
      $('#two-factor-auth').append(content_);
	}
  }
  $('#app-navigation [data-id="trashbin"]').removeClass('pinned first-pinned');