-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline prototype with support for private passwords #12
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ished - only some testing needs to be done.
…es to use them together in the generated Service Worker. With the new approach through the compilation object of Webpack instead of file-overwriting, the Service Worker now works correctly in the Webpack-Dev-Server.
Plugin can now be found on: * NPM - https://www.npmjs.com/package/combine-workbox-precaches-plugin * Github - https://github.com/kurbaniec-tgm/combine-workbox-precaches-plugin
…oved registration page
Also: Working on simplifying WebAssembly replication function in order to make heartbeat function obsolete in the future
Also: Working on disappearing UI
UI-Thread now waits until Web Worker is fully loaded before adding final event listener for logic operations
This helps making the Dashboard component file a bit smaller and easier to navigate
Note: Entry display still has some missing logic
Also: Streamlined `renderCats` method
…elf works fine now
Category deletion and recovery is now bound to a state. Undo operation sends the id of entry that should be recovered and recovers only this received id. Also deletion does not delete everything at once, but every entry is deleted exactly after a specified timeout
When building WebAssembly, the invoked wasm-opt command returns a error. To fix this, the current workaround mentioned in the issue rustwasm/wasm-pack#782 is to install wasm-opt manually with npm again.
Disabled WebAssembly optimizations in Cargo.toml Also: Refactored Worker initialization. When offline, remote database will no be created (locally)
Old version of wasm-pack should be installed via cargo
Deletion and recovery is now implemented in WebAssembly instead of JavaScript
Would eliminate necessary to call Wasm Worker class from JavaScript
Web-App Backend rewritten in Rust
# Conflicts: # WebService/src/main/app/src/sites/dashboard/add.password.js # WebService/src/main/app/src/sites/dashboard/dashboard.extended.js # WebService/src/main/app/src/sites/dashboard/dashboard.js # WebService/src/main/app/src/sites/dashboard/delete.cat.js # WebService/src/main/app/src/sites/dashboard/line.temp.js
# Conflicts: # WebService/src/main/app/src/sites/dashboard/edit.cat.js
Worker sent password entries before UI was ready to accept
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.