diff --git a/apps/desktop/tailwind.config.js b/apps/desktop/tailwind.config.js index e67c0c38010..0c4ed8c5a7e 100644 --- a/apps/desktop/tailwind.config.js +++ b/apps/desktop/tailwind.config.js @@ -10,6 +10,7 @@ config.content = [ "../../libs/angular/src/**/*.{html,ts}", "../../libs/vault/src/**/*.{html,ts,mdx}", "../../libs/pricing/src/**/*.{html,ts}", + "../../libs/tools/send/send-ui/src/**/*.{html,ts}", ]; module.exports = config; diff --git a/apps/web/src/app/tools/send/send.component.html b/apps/web/src/app/tools/send/send.component.html index e593f5c1176..6418744a727 100644 --- a/apps/web/src/app/tools/send/send.component.html +++ b/apps/web/src/app/tools/send/send.component.html @@ -80,117 +80,17 @@ -
- - - - - {{ "name" | i18n }} - - {{ "deletionDate" | i18n }} - - {{ "options" | i18n }} - - - - - -
- - - - - {{ "disabled" | i18n }} - - - - {{ "password" | i18n }} - - - - {{ "maxAccessCountReached" | i18n }} - - - - {{ "expired" | i18n }} - - - - {{ "pendingDeletion" | i18n }} - -
- - - - {{ s.deletionDate | date: "medium" }} - - - - - - - - - - - -
-
+
+ +
- - - {{ "name" | i18n }} - {{ "deletionDate" | i18n }} - {{ "options" | i18n }} - - - - - -
- - - @if (s.disabled) { - - {{ "disabled" | i18n }} - } - @if (s.password) { - - {{ "password" | i18n }} - } - @if (s.maxAccessCountReached) { - - {{ "maxAccessCountReached" | i18n }} - } - @if (s.expired) { - - {{ "expired" | i18n }} - } - @if (s.pendingDelete) { - - {{ "pendingDeletion" | i18n }} - } -
- - - {{ s.deletionDate | date: "medium" }} - - - - - - @if (s.password && !disableSend()) { - - } - - - - -
- + + @if (s.disabled) { + + {{ "disabled" | i18n }} + } + @if (s.password) { + + {{ "password" | i18n }} + } + @if (s.maxAccessCountReached) { + + {{ "maxAccessCountReached" | i18n }} + } + @if (s.expired) { + + {{ "expired" | i18n }} + } + @if (s.pendingDelete) { + + {{ "pendingDeletion" | i18n }} + } +
+ + + + {{ s.deletionDate | date: "medium" }} + + + + + + + @if (s.password && !disableSend()) { + + } + + + + + + +