mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #788] RequestRatingView does not open with "Exit" #2564
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2564
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itagagaki on GitHub (Nov 29, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/788
Originally assigned to: @VShawn on GitHub.
When the user clicks the X button in the main window, the
RequestRatingViewwindow will appear if the conditions are met.However, if the user exits the application with “Exit” from the window or icon menu, it will not appear.
It would be better if the same process was done on each path that exits the application.
@itagagaki commented on GitHub (Nov 29, 2024):
Ah, so the X button simply closes the main window, but does not terminate the process (the other windows remain), and "Exit" terminates the process. I hesitate if users will understand this difference.
@VShawn commented on GitHub (Nov 30, 2024):
That's right, it's exactly as you said. And most users can understand that clicking X button will minimiz to the system tray.
A better approach is to provide an animation to show the procedure
minimizes to the trayafter clicking the close button, just like in macOS. However, I don't know how to implement this animation in WPF.@itagagaki commented on GitHub (Dec 3, 2024):
Yeah, it would certainly be easier to understand if it could be done like macOS, but that's not possible to do that with other apps, so it's not an option.
At the moment, the only trigger to bring up a dialog is the Close button, but if you think that is sufficient, that is fine.
@VShawn commented on GitHub (Dec 4, 2024):
Yes, I think one entrypoint is enough, especially I don't want RequestRatingView to bother users too much.