1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 14:43:31 +00:00

[PM-29448] Consume the new send table in web (#17923)

2nd part of PM-29448. Consumes the new send table in the web vault. Also updates the send table to contain the responsive behaviour.
This commit is contained in:
Oscar Hinton
2025-12-19 16:00:37 +01:00
committed by GitHub
parent 6ed60823cc
commit 44b31fdade
5 changed files with 133 additions and 213 deletions

View File

@@ -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;