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

GUI: need universal choice dialog (another helper window)? #11507

Open
JayDi85 opened this issue Dec 2, 2023 · 1 comment
Open

GUI: need universal choice dialog (another helper window)? #11507

JayDi85 opened this issue Dec 2, 2023 · 1 comment

Comments

@JayDi85
Copy link
Member

JayDi85 commented Dec 2, 2023

Some ideas for GUI improvements.

Original problem: its hard to open/close diff zone windows, hard to monitor “red buttons” in players panels, hard to search and check selectable permanents on big table (scrolling battlefield instead zoom out is pain)

Solution example: MTGA with playable graveyard cards in hand zone;

So what is a choice helper dialog? It’s optional window/dialog to display all possible targets/choices from all zones and objects. Its looks like card choose dialog but with additional panels and features:

  1. Show current game’s request as text;
  2. Show all possible choices from all zones and objects as card views:
  • cards;
  • permanents;
  • stack objects;
  • triggers;
  • command objects;
  • need research: attackers/blockers
  • need research: players;
  • need research: yes/no choices;
  • need research: replacement effects;
  • need research: abilities in modes;
  1. Slider to zoom in and zoom out (example: deck editor and card render dialogs);
  2. Search filter (see example with hints helper dialog);
  3. Buttons/tabs to switch between zones like: all (10), hand (5), grave (2), players (2)
  4. Checkbox to show all objects from selected zone (example: choose playable card from hand zone, but you want to see non-playable cards too)
  5. Settings to setup popup in diff use cases and view mode (e.g. ignore attacker/blocker, pay choices; show all objects for some choices, etc);
  6. Keyboard shortcuts to make choices instead mouse clicks (e.g. by num pads);
  7. Can be useful for blind and other players to keep all useful data in one place, with text/screen readers support (XMage accessibility issues for blind players using screen readers. #5920). Can be useful for pro players who don't need to look at battlefield or cards before choose. Can be useful for keyboard fans.

Its a client side feature, all required data already sent by a server.

@JayDi85
Copy link
Member Author

JayDi85 commented Dec 2, 2023

BTW multi zones dialog with “tabs” will be implemented anyway (related to #11213, #7685)

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