1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-08 05:47:50 +02:00
bitwarden-browser/apps/desktop
Daniel James Smith 935ae9d238
[PM-13172] Create desktop-specifc full credential-generator component (#11407)
* Create desktop-specifc full credential-generator component

* Add missing entries in en/messages.json

* Import and use conditional routing for new credential generator component

app.component: The original if, didn't make any sense as it meant that it would behave differently on the Send page vs Vault, which it doesn't, in addition to a duplicate message receiver was added in vault.component which I also removed.

Old generator for cipher add/edit is still in place and will be replaced by the vault team

* Update comment to include FIXME which is more easily searchable

* Add fixme comment for future extension

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-04 12:53:14 -04:00
..
.vscode
config [PM-11619] Replace client-side feature flag with server-side flag (#10709) 2024-09-06 09:25:15 -04:00
desktop_native [deps]: Update @napi-rs/cli to v2.18.4 (#10584) 2024-10-03 13:13:42 +02:00
native-messaging-test-runner [deps]: Lock file maintenance (#11256) 2024-09-30 15:29:21 -04:00
resources [PM-7646][PM-5506] Rust IPC changes: Episode 2 (#11122) 2024-10-01 16:28:56 +02:00
scripts [PM-7646][PM-5506] Rust IPC changes: Episode 2 (#11122) 2024-10-01 16:28:56 +02:00
src [PM-13172] Create desktop-specifc full credential-generator component (#11407) 2024-10-04 12:53:14 -04:00
stores
.eslintrc.json
.gitignore
crowdin.yml
electron-builder.json [PM-7646][PM-5506] Rust IPC changes: Episode 2 (#11122) 2024-10-01 16:28:56 +02:00
installer.nsh
jest.config.js
package.json [PM-7646][PM-5506] Rust IPC changes: Episode 2 (#11122) 2024-10-01 16:28:56 +02:00
postcss.config.js
README.md
sign.js
tailwind.config.js Auth/PM-7324 - Registration with Email Verification - Registration Start Component Implementation (#9573) 2024-06-14 11:40:56 -04:00
test.setup.ts
tsconfig.json [PM-8836] Move ownership of biometrics to key-management (#10818) 2024-09-30 18:14:32 +02:00
tsconfig.renderer.json
tsconfig.spec.json
webpack.main.js [PM-8789] Move desktop_native into subcrate (#9682) 2024-07-01 15:19:29 +02:00
webpack.preload.js
webpack.renderer.js [PM-6788][PM-7755] add babel/preset-env and browserslist (#9383) 2024-05-30 18:42:26 -04:00

Github Workflow build on master Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Desktop Application

Platforms

The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.

Desktop Vault

Documentation

Please refer to the Desktop section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.