1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-11 10:10:25 +01:00
bitwarden-browser/apps/desktop/src
Daniel James Smith a613d9c268
[PM-8397] Make vault timeout input standalone (#9366)
* Move vault-timeout-input to @bitwarden/auth/angular

Move vault-timeout-input.component.ts to @bitwarden/auth/angular/vault-timeout-input
Expose via barrel file
Fix imports on clients

* Add dependencies to package.json

Not necessary right now, but good practice for once we move to building each package independently

* Make VaultTimeoutInputComponent a standalone component

* Update selector to present team ownership

* Use new standalone on web

Move vault-timeout-input.component.html to @bitwarden/auth/angular/vault-timeout-input/
Delete old vault-timeout-input.component on web
Register new component on loose-components-module
Update used selector in preferences.component

* Remove unneeded export of VaultTimeoutInputComponent

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-06-28 17:41:17 +02:00
..
app [PM-8397] Make vault timeout input standalone (#9366) 2024-06-28 17:41:17 +02:00
auth [PM-9170] generator library migrations (#9812) 2024-06-27 12:16:04 -04:00
autofill/services [PM-5571] Migrate enableDDG to state provider framework (#8384) 2024-03-22 13:32:03 -04:00
images
locales Autosync the updated translations (#9866) 2024-06-28 13:31:59 +00:00
main [PM-7541] Move Last Desktop Settings (#9310) 2024-06-06 14:26:17 -04:00
models Auth/PM-5501 - VaultTimeoutSettingsService State Provider Migration (#8604) 2024-05-13 15:56:04 -04:00
platform [PM-7541] Move Last Desktop Settings (#9310) 2024-06-06 14:26:17 -04:00
proxy
scss [PM-6825] Browser Refresh - Initial List Items (#9199) 2024-05-21 17:05:02 -04:00
services [PM-9170] generator library migrations (#9812) 2024-06-27 12:16:04 -04:00
types
vault/app [PM-7215] User with Can View permission can remove passkey or delete URIs from UI, though it isn't saved (#9607) 2024-06-20 10:59:11 -04:00
entry.ts
global.d.ts
index.html
main.ts [PM-8870] Fix argon2 in desktop (#9628) 2024-06-14 11:36:26 +02:00
package-lock.json Bumped client version(s) (#9826) 2024-06-25 16:00:31 +00:00
package.json Bumped client version(s) (#9826) 2024-06-25 16:00:31 +00:00
preload.ts
utils.spec.ts
utils.ts