Game in Progress page update

What's new on BGA ?
User avatar
bamf226
Posts: 30
Joined: 29 June 2011, 03:57

Re: Game in Progress page update

Post by bamf226 »

Why do I have to set my preferences for that page every time I log in? Can't we have our preferences stored with the account?

Why is the completion percentage essentially hidden? The contrast in the font color and the blue bar is very low. Also, the colored progression bar doesn't stand out due to lack of contrast.

In general, can we have a real UI/UX designer work on this? I find it hard to believe any UI/UX designer would think this layout is good or practical.
User avatar
bamf226
Posts: 30
Joined: 29 June 2011, 03:57

Re: Game in Progress page update

Post by bamf226 »

expoolman wrote: 08 February 2024, 18:03
KenFin1 wrote: 08 February 2024, 17:33
expoolman wrote: 08 February 2024, 17:09

Not seeing it. I press the menu button and make my way to the config button. In there the choices are: Email, preferences, contribute, faq, and support/help. When I go to preferences the only thing there is to choose preferred color. So it seems like I am still missing something or just at the wrong menu.
Look to the immediate left of the "Time Joker's available". It may appear as a square, 4 squares or waffle grid of 9 little squares depending on how your settings are and which device you're using. It is on the page not the site header
Found it! Thank you. I was thinking that button had something to do with the time joker. Thanks again.
Another example of poor choices in designing this page. There should never be confusion in the icons you use or their placement
User avatar
Sliceofbread
Posts: 33
Joined: 05 June 2013, 19:20

Re: Game in Progress page update

Post by Sliceofbread »

Some new CSS, to fix a problem with the stuff I previously posted (things got lost if there was a game waiting to be started). Thanks KenFin1!

Code: Select all

div.bga-player-progress-list__section>h1,
div.bga-player-progress-list__section>div>div {
display:none;
}

div.bga-player-progress-list__section>div>div.py-4,
div.bga-player-progress-list__section>div>div.mx-2,
div.bga-player-progress-list__section>div>div.mt-4 {
display:block;
}
User avatar
Scrub
Posts: 1
Joined: 15 August 2013, 08:22

Re: Game in Progress page update

Post by Scrub »

I'll add to the chorus of users who don't like the new UI. I greatly prefer the old interface and would change it back in a heartbeat if the option was made available. It would be nice if BGA would put out a survey that every user saw when they logged in and they could vote/comment on the changes and then the results could be presented to everyone. I'd like to know what the actual majority of users think of the changes.
KenFin1
Posts: 270
Joined: 01 September 2022, 16:11

Re: Game in Progress page update

Post by KenFin1 »

Sliceofbread wrote: 08 February 2024, 18:37 Some new CSS, to fix a problem with the stuff I previously posted (things got lost if there was a game waiting to be started). Thanks KenFin1!

Code: Select all

div.bga-player-progress-list__section>h1,
div.bga-player-progress-list__section>div>div {
display:none;
}

div.bga-player-progress-list__section>div>div.py-4,
div.bga-player-progress-list__section>div>div.mx-2,
div.bga-player-progress-list__section>div>div.mt-4 {
display:block;
}
You're welcome. Thanks for this neat solution.

A new error is occuring with the tables page (without any CSS). The first pending arena table shows correctly, but other pending tables don't show, they just get a big grey placeholder where the table should be. This is a site error and nothing to do with the above so far as I can tell.

Edit: Yup, definitely a site error. It's only loading game details in the html for one pending arena table, but it is detecting the correct number of pending tables and leaving placeholders for them, it just fails to populate them.

You can shrink the palceholder grey boxes and give it the faint purple arena pending colours so it looks less out of place by adding the lines below to the code:

Code: Select all

div.bga-player-progress-list__section>div>div>div>div>div>div.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(158, 154, 194,var(--tw-bg-opacity)); 
}
div.bga-player-progress-list__section>div>div>div>div>div>div.h-40 { 
	height: 5rem;
}

I left it partly visible as I find it useful to check if I have any pending tables before logging out. If you want to just kill the box off entirely then use the following instead:

Code: Select all

div.bga-player-progress-list__section>div>div>div>div>div>div.bg-gray-400 {
	--tw-bg-opacity: 1;
	background:none!important;
}
div.bga-player-progress-list__section>div>div>div>div>div>div.h-40 {
	height: 0rem;
}
Lastly if you favour a more closely spaced list (works best with small view as it relies on the colour bar to give separation) then you can try adding:

Code: Select all

div.bga-player-progress-list__section>div>div>div>div.gap-6 {
		gap: 0.1rem;
}
div.bga-player-progress-list__section>div>div>div>div>div.gap-6 {
		gap: 0.1rem;
}
Adjust the gap value to suit. (It was originally 1.5)
Last edited by KenFin1 on 09 February 2024, 00:39, edited 1 time in total.
User avatar
thulcandrian22
Posts: 39
Joined: 20 November 2023, 23:59

Re: Game in Progress page update

Post by thulcandrian22 »

As someone who is relatively new to BGA, there are some things I like about the change and some I don't. It probably bothers me less because I have had less time to develop muscle memory and familiarity with the old format.

What I most like: symbols/color coding in the side menu for casual vs. arena games. The subtle progress bar that visually shows the % complete the game is. However, as someone with several colorblind family members/coworkers, I know that this would be completely unhelpful for them. Even for those that aren't, we have to squint a little to see the progress, due to the color difference being *so* subtle--especially when there's text over it.

What I most dislike: the removal of spinning hourglass that replaced the avatar of the player whose turn it was (as buggy/laggy as that could be sometimes). It was very easy to glance and see if it was almost my turn (or if the game was at a stage when everyone had to make a selection, like in Heat). I can't remember the turn order of every game in progress, so seeing the name of whose turn it is tells me almost nothing.

One other thing that has been confusing: when in the forums, you can't close the side panel (the one that opens when you click your avatar) by clicking anywhere outside the panel--like you can on other pages. To close it on a forum page, you have to click somewhere in the page header (top white bar), or on your avatar. I could be wrong but I think this changed with the other updates, and it has made the UX on the forums worse.

One final thought: change is always hard for all of us...but I always remind myself that only living things experience meaningful change.
User avatar
cigma
Posts: 1443
Joined: 15 December 2020, 00:30

Re: Game in Progress page update

Post by cigma »

Suggestion/bug reports on this topic:

"Current tables" menu new look https://boardgamearena.com/bug?id=113792

I want the list of "games in progress" to go back to the previous one https://boardgamearena.com/bug?id=113847

"hourglass" animation is missing in the new design of my table games overview https://boardgamearena.com/bug?id=113957

Game in progress page update: Add information on player experience https://boardgamearena.com/bug?id=113998
#zan_zendegi_azadi / #woman_life_freedom
#StandWithUkraine
Language is a source of misunderstanding. (Antoine de Saint-Exupery: The Little Prince) But it is also the source of understanding - it all depends on how you use it. :-)
User avatar
Gunji Taikoku
Posts: 7
Joined: 30 September 2022, 13:13

Re: Game in Progress page update

Post by Gunji Taikoku »

Besides all the useless information and ads for games I don't play, another very annoying thing about the new progress page is that the preferences are reset every time. Why aren't these settings stored by BGA? It seems like this page was designed by someone with no knowledge of interaction design.
Mallgur
Posts: 8
Joined: 12 May 2011, 14:31

Re: Game in Progress page update

Post by Mallgur »

The new interface is less useful, less friendly, harder to read/parse, confusing and needlessly complex.

I know BGA doesn't give a shit about user feedback, but I'll leave mine anyway... Change it back!

Please?
User avatar
kvarclovag
Posts: 18
Joined: 12 November 2021, 20:33

Re: Game in Progress page update

Post by kvarclovag »

Bad use of space, boxes that slide apart, unnecessary grouping, icons that are too big. Worse than it was.
Post Reply

Return to “BGA release notes”