-
Notifications
You must be signed in to change notification settings - Fork 331
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
Unified Window #323
Merged
Merged
Unified Window #323
Changes from 38 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
db7c2c5
Move the sidebar to archive window
sallar 4daee43
Replace IPC file operation with fs
sallar 2b6bae3
Implement Archive Manager
sallar ee6401f
Unlock and remove archive
sallar 5de7a3f
Load archive and get groups
sallar e3ff96e
Entries actions
sallar 8aeebcc
Move import tools (WIP)
sallar bb6253f
Add archives to sidebar
sallar 01bf199
Better UI for sidebar
sallar a9cc3d5
Unlock and load archive
sallar 69ad0fa
Safer group move
sallar 990679d
Flatten groups structure
sallar 527bf05
Settings and menu improvements
sallar 0c334d8
Replace RPC with IPC
sallar f81e49c
Improve menu and config
sallar 232ebee
Archive list styling and actions
sallar 82440a2
Sidebar colors upgrade
sallar c29cc5a
Archive avatar (WIP)
sallar 03384be
Portal close improvement
sallar d902b4f
Store settings and archives in main process
sallar 5713c08
Update app menu based on store state
sallar 9875d5d
Keyboard shutcut for condenced sidebar
sallar 92c9ca4
Refactor sidebar item
sallar 5237d89
Brand badges on avatars
sallar 8623438
Fix Import
sallar 0e3989f
Add import menu to sidebar actions
sallar 0dc7c4f
Welcome back empty view
sallar 09bdc1c
Add welcome empty screen
sallar 419f719
Fix group trash indicator
sallar 9155778
Improved input color for tree view
sallar 8dda582
Convert old state to new
sallar 339ba4d
Show error message for deleted archives
sallar 72d10c9
Save state
sallar fdc943d
Condensed sidebar = true
sallar e22899a
Merge branch 'master' into unified-window
sallar 0fc17eb
Update dependencies
sallar 7ad2809
Add category for linux dist
sallar c1db89c
Minor changes
sallar b430ed0
Fix review comments
sallar 5e28dfa
Update version to 0.20.0 to mark Beta
sallar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"name": "buttercup", | ||
"version": "0.18.2", | ||
"version": "0.19.0", | ||
"productName": "Buttercup", | ||
"main": "./dist/app.js", | ||
"description": "Free and Open Source password vault", | ||
"license": "GPL-3.0", | ||
"homepage": "https://buttercup.pw", | ||
"author": "Buttercup <[email protected]>", | ||
"dependencies": { | ||
"conf": "~1.0.0", | ||
"buttercup-importer": "~0.9.2", | ||
"dropbox": "^2.3.0", | ||
"webdav": "~0.10.0", | ||
|
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 😱