devgianlu / PYX-Reloaded

A fork of the original Pretend You're Xyzzy, with a completely rewritten frontend and some major changes on the backend
Apache License 2.0
26 stars 13 forks source link

Put "PYX Cards" toggles/labels into a grid similar to dropdowns in "General" #24

Closed HopperMCS closed 6 years ago

HopperMCS commented 6 years ago

Currently, it's a really long list. To try to mitigate the amount of time spent looking for a deck, we should try to get the the toggles/labels into a similar situation as the dropdowns in "General."

devgianlu commented 6 years ago

We can try putting checkboxes (the real ones, not switches) inside the select menu.

HopperMCS commented 6 years ago

@devgianlu That's not what I meant at all, but that could really slim down the "Create Game" dialog! Could we use the checkboxes MDC provides?

Also, another question: Could we add a "Search" field at the top of the select menu (example: Display just "PAX" decks)? You know, like how GitHub's branch dropdown menu has one? Like this: agh

devgianlu commented 6 years ago

Would be nice, looks a bit difficult to implement.

HopperMCS commented 6 years ago

@devgianlu,

I probably would've said that about this entire project, but it's gone fucking great so far :)

I need to quit procrastinating sleep...

HopperMCS commented 6 years ago

Gahhh my brain won't shut down.

@devgianlu, IF all of the above comes to fruition, would it be possible to just get rid of the card and put the resulting dropdown in with the ones in the "General" card? That would simplify shit a ton.

devgianlu commented 6 years ago

Need to fix #27 first

devgianlu commented 6 years ago

I didn't implement the search function because the menu refuses to stay open when the text field gets the focus. Closing anyway.