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

Better drop-downs for filter buttons #23

Open
1 of 2 tasks
FenPhoenix opened this issue May 25, 2019 · 0 comments
Open
1 of 2 tasks

Better drop-downs for filter buttons #23

FenPhoenix opened this issue May 25, 2019 · 0 comments
Assignees

Comments

@FenPhoenix
Copy link
Owner

FenPhoenix commented May 25, 2019

Currently, we have a few filter buttons that require drop-downs so the user can enter more information (these are the two date filter buttons and the rating filter button). Right now, these drop-downs are just separate windows with OK and Cancel buttons. This is functional enough but looks hacky, and autosizing based on localized strings (particularly the title bar string) is difficult (and isn't currently done). At this point we have a global mouse hook system in place, so we can dig out the old custom drop-down tests and convert them to use the global mouse hook so they can function correctly and without glitches or corner cases. We then won't have or need a title bar at all, and we can get rid of the side-by-side OK and Cancel buttons too, and then autosizing will be easy.

  • Implement autosize-width
  • Make windows into some kind of dropdowns instead
@FenPhoenix FenPhoenix added the enhancement New feature or request label May 25, 2019
@FenPhoenix FenPhoenix added this to the Version 1.1 milestone May 25, 2019
@FenPhoenix FenPhoenix self-assigned this May 25, 2019
@FenPhoenix FenPhoenix removed this from the Version 1.1 milestone Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant