1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-05 09:10:53 +01:00
bitwarden-browser/apps/desktop/src
SmithThe4th 922de469f4
[PM-2169] Update Password Reprompt Modal to use Component Library (#5720)
* update password reprompt to use the dialog CL

* Override showPasswordPrompt and submit method on web child classes from base classes to allow dialog work on web and modal on other clients

* Override showPasswordPrompt and submit method on web child classes from base classes to allow dialog work on web and modal on other clients

* Fixed lint issues

* Corrected comments

* Refactored passwored reprompt to use dialog service after changes to make the dialog service work on the desktop and browser

* Changed access modifier from protected to protected

* Refactored passwprd reprompt component to a stand alone component and fixed all references

* fix merge changes

* fix import aliases in password-reprompt.component.ts

* fix alias typo in browser tsconfig

* import from root vault alias

* revert tsconfig changes

* remove service abstraction and update imports

* remove component from imports

* Removed unneccesary show password toggle

* renamed selector to use vault prefix

* removed unnecessary data dismiss

* merged and fixed conflicts

* remove reintroduced file

* Added appAutoFocus to reprompt dialog

* delayed validation until submit happens

---------

Co-authored-by: William Martin <contact@willmartian.com>
2023-10-04 22:56:27 -04:00
..
app [PM-2169] Update Password Reprompt Modal to use Component Library (#5720) 2023-10-04 22:56:27 -04:00
auth [PM-3577] Refactor Electron iframes (#6221) 2023-09-07 18:32:45 +02:00
images [PM-3804] Remove Server Flag Icons (#6207) 2023-09-07 14:44:55 -07:00
locales Autosync the updated translations (#6444) 2023-09-29 06:09:12 +00:00
main [PM-3334] Update desktop dark theme to match browser (#5890) 2023-08-19 09:50:36 -04:00
models Platform/pm 19/platform team file moves (#5460) 2023-06-06 15:34:53 -05:00
platform [BEEEP] [PM-565] Implement clipboard logic in rust (#4516) 2023-10-02 18:50:57 +02:00
proxy [PM-1674] let node-ipc use individual pipes on Windows (#4020) 2023-04-11 16:45:24 +02:00
scss fix typo in base.scss (#6399) 2023-09-25 18:49:59 +00:00
services Individual Vault Item Encryption Feature (#6241) 2023-09-28 08:44:57 -04:00
types Rework Desktop Biometrics (#5234) 2023-04-18 09:09:47 -04:00
vault/app [PM-2169] Update Password Reprompt Modal to use Component Library (#5720) 2023-10-04 22:56:27 -04:00
entry.ts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
global.d.ts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
index.html [PM-2643] Resolve DUO iframe not being clickable (#6219) 2023-09-08 18:38:46 +02:00
main.ts [BEEEP] [PM-565] Implement clipboard logic in rust (#4516) 2023-10-02 18:50:57 +02:00
package-lock.json Bumped desktop version to 2023.9.2 (#6464) 2023-09-29 14:20:12 -07:00
package.json Bumped desktop version to 2023.9.2 (#6464) 2023-09-29 14:20:12 -07:00
utils.spec.ts [SM-329] Merge libs/electron into desktop (#3989) 2022-12-02 12:45:09 +01:00
utils.ts [SM-329] Merge libs/electron into desktop (#3989) 2022-12-02 12:45:09 +01:00