-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improve attachment handling by using a file watcher after you change … #11650
base: develop
Are you sure you want to change the base?
Improve attachment handling by using a file watcher after you change … #11650
Conversation
@droidmonkey I fixed the problem that I had found (#11637). To reproduce the issue:
|
@w15eacre, I found another bug: creating an attachment doesn't work on Linux. |
This is a name validation problem, the condition is invalid. |
Whoops, that is my fault |
…a file and undo that change in the KeePassXC app. This change avoids a situation where the open file has changed or an entry in the application has changed (possibly to be implemented in the future) and when you open that entry the editor shows you outdated data.
* Fixes bug from previous attachments preview commit
eae8287
to
7062a24
Compare
I fixed the logic error and the styling of preview widgets when the main window is not active or disabled |
I did some refactoring to improve readability. |
@droidmonkey If you are unsure about the changes, I can do further verification. |
Improve attachment handling by using a file watcher after you change a file and undo that change in the KeePassXC app
This change avoids a situation where the open file has changed or an entry in the application has changed (possibly to be implemented in the future) and when you open that entry the editor shows you outdated data.
Screenshots
No UI changes
Testing strategy
I didn't find a corresponding test, so I checked manually
Type of change