-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix #9506: close history panel after select a version #10530
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
fix #9506: close history panel after select a version #10530
Conversation
|
Thanks for the fix.
For a temp fix of #9506, press CC @xyhp915 The file version list and file-specific-version modal should be merged into one. |
I am willing to try to merge the version list and file-specific-version modal to one modal. Is it ok to submit my solution in this PR? |
So appreciate that! |
Ok, I will try to submit my solution to this PR |
|
Here is how the version select works after e876a15 logseq-pr-1.mp4 |
|
BTW,I proposed a new feature request (a diff view) in the forum which is related to this PR. |
c038711 to
0b762cd
Compare
andelf
left a comment
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.
LGTM
0b762cd to
c2a371c
Compare
955637a to
483f477
Compare
|
@CNLHC I'll handle the remaining fix to get it merged. |
be23411 to
38621a4
Compare
38621a4 to
fa48f37
Compare
This PR is a quick fix to #9506
Since the version list (which is a notification panel) is currently overlapped with the versioned file content (which is a modal), I think the most straightforward way to fix this problem is to close the notification panel after the user open the file content modal.