Skip to content
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

Feature Request: Add the ability to change whether the Media controls appears below or above the Volume controls and and the ability to control the expand direction #71

Closed
Samuel12321 opened this issue Oct 1, 2020 · 5 comments · Fixed by #369
Assignees
Labels
Enhancement New feature or request Fixed Has been fixed. UI/UX Related to appearance of the app and flyout.

Comments

@Samuel12321
Copy link
Member

Samuel12321 commented Oct 1, 2020

@Samuel12321:

In 0.5 we added the ability to change where on the screen the flyout appeared, however if the user moves the flyout to the bottom of the screen, the media flyout can go off the screen.

@jean3x7:

I want to dock the flyout to the bottom without the content being hidden

Current behaviour:
image
image

Proposed behaviour:
image
image

@Samuel12321 Samuel12321 added the Enhancement New feature or request label Oct 1, 2020
@ShankarBUS
Copy link
Member

This would be hard. Moving the media transport controls to the top won't be hard but the resizing & positioning would be hard.

Because "Auto height" changes only the dimension and not position. So we have to manually anchor the flyout to bottom (i.e move the flyout up/down as the height changes to make it look like anchored to the bottom)

This could be a priority for v0.9?

  • We have to refactor all the xaml and C# code and implement MVVM in v0.9.

  • Make the flyout support summoning from the tray icon (thus we would to support different direction for different taskbar orientations). While doing this we can do what you suggested.

@ShankarBUS
Copy link
Member

And FYI, we have the ability to move the flyout since v0.1. But there were no support to save it's location & restore it after a reboot. We added support for saving it in v0.5

@ShankarBUS ShankarBUS self-assigned this Oct 1, 2020
@Samuel12321
Copy link
Member Author

just requested on store feedback

@Samuel12321 Samuel12321 added this to the 0.9 milestone Oct 3, 2020
@ShankarBUS ShankarBUS modified the milestones: 0.9, 0.10 Oct 6, 2020
@ShankarBUS ShankarBUS modified the milestones: 0.10, 0.9 Oct 6, 2020
@ShankarBUS ShankarBUS changed the title Ability to change whether media flyout appears below or above Volume flyout [Proposal] - Add the ability to change whether the Media controls appears below or above the Volume controls and and the ability to control the expand direction Oct 9, 2020
@ShankarBUS ShankarBUS added the UI/UX Related to appearance of the app and flyout. label Oct 9, 2020
@ShankarBUS ShankarBUS changed the title [Proposal] - Add the ability to change whether the Media controls appears below or above the Volume controls and and the ability to control the expand direction Feature Request: Add the ability to change whether the Media controls appears below or above the Volume controls and and the ability to control the expand direction Oct 11, 2020
@ShankarBUS
Copy link
Member

How ya like dis?

@jean3x7

2021-01-11.17-48-52.mp4

@jean3x7
Copy link

jean3x7 commented Jan 11, 2021

How ya like dis?

@jean3x7

2021-01-11.17-48-52.mp4

Yes, Exactly!
Dock to the bottom without hide content of panels (media, volume, caps lock, etc)!

@ShankarBUS ShankarBUS mentioned this issue Jan 18, 2021
@prakharb5 prakharb5 added the Fixed Has been fixed. label Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Fixed Has been fixed. UI/UX Related to appearance of the app and flyout.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants