mirror of
https://github.com/bitwarden/browser
synced 2024-12-18 20:33:00 +01:00
94da14fb10
* replicate the recordActivity function everytime a successful login occurs * rejig the exisiting recordActivity function to use state service for lastActive value * revert change and just use onblur instead * Update apps/browser/src/background/main.background.ts * insted of bluring, pipe up unlocked message to update lastActive * remove pingpong, use subscribe to update last active * Update apps/browser/src/popup/app.component.ts Co-authored-by: Matt Gibson <fungibl@gmail.com> * add missing imports --------- Co-authored-by: Matt Gibson <fungibl@gmail.com> Co-authored-by: Matt Gibson <mgibson@bitwarden.com> |
||
---|---|---|
.. | ||
.vscode | ||
config | ||
src | ||
store | ||
.gitignore | ||
crowdin.yml | ||
gulpfile.js | ||
jest.config.js | ||
package.json | ||
README.md | ||
test.setup.ts | ||
tsconfig.json | ||
tsconfig.spec.json | ||
webpack.config.js |
Bitwarden Browser Extension
The Bitwarden browser extension is written using the Web Extension API and Angular.
Documentation
Please refer to the Browser section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.