Page 1 of 2

PLAY AGAIN row -- a way to remove games?

Posted: 20 June 2023, 01:01
by mturton
There are lots of games I am never going to play again in the top PLAY AGAIN row of my BGA games homepage. Is there any way to remove a game from that?

Re: PLAY AGAIN row -- a way to remove games?

Posted: 20 June 2023, 07:36
by T72on1
I'm afraid not. I wish there would be such an option though.

Re: PLAY AGAIN row -- a way to remove games?

Posted: 20 June 2023, 08:09
by Jellby
They come from the "already played" category, so it makes sense you cannot remove them; after all, a game you've played, you've played it, like it or not. But it would be nice if you could remove/configure the rows in the games page.

Re: PLAY AGAIN row -- a way to remove games?

Posted: 20 June 2023, 13:00
by Tof63
Would you be interested if I added this option to my Google Chrome extension?
I can give it a try, it should be possible ...

Re: PLAY AGAIN row -- a way to remove games?

Posted: 20 June 2023, 13:57
by QueenGambitAccepted
I would certainly be interested enough to start using it!

Re: PLAY AGAIN row -- a way to remove games?

Posted: 20 June 2023, 16:04
by Tof63
You know what ? I made some tests, and it's possible :)
I will work on it

Re: PLAY AGAIN row -- a way to remove games?

Posted: 20 June 2023, 18:03
by Jellby
Personally, I've removed the "other games you know" section from the old lobby:

Code: Select all

div#known_section, div#all_games_tables {
  display: none !important;
}

Re: PLAY AGAIN row -- a way to remove games?

Posted: 20 June 2023, 21:31
by Tof63
I made an update of my extension : https://chrome.google.com/webstore/deta ... cfmignidoc

If you are in the game list, you now have a button to "delete" a game next to the button to play the game.

Image

If you click this button, the game will be hidden from the lobby and from all games list results.

If you change your mind and want to get back a hidden game, you can open the extension options page, and remove the game from the hidden games list :

Image

This is a first version, I hope I've managed all cases well, but if you find a bug please be indulgent and come and tell me about it here ;)

Re: PLAY AGAIN row -- a way to remove games?

Posted: 21 June 2023, 01:03
by mturton
Wow great idea. Will check it out!

Re: PLAY AGAIN row -- a way to remove games?

Posted: 22 June 2023, 08:34
by mturton
Actually, if they just added a FAVORITES filter to the filter function, that would work about the same.