lila icon indicating copy to clipboard operation
lila copied to clipboard

Bookmark favorite games

Open aloisdg opened this issue 3 years ago • 3 comments

Hi!

Is there a way to bookmark favorite games to save them for later on. I recently I played this game and I would love to be able to keep it on lichess.

Thank you!

aloisdg avatar Nov 20 '21 17:11 aloisdg

Yes: there's a star near the game participants. bookmark It only appears on hover, so it can be a bit tricky to find. Bookmarked games will show up in your profile: https://lichess.org/@/alois/bookmark

370417 avatar Nov 20 '21 17:11 370417

Nice! I wasn't aware of it. You cant see the star if you don't hover. What about removing this css rule to help discoverability?

 .game__meta .bookmark {
  display:none;
 }
 .game__meta:hover .bookmark {
  display:block
 }

aloisdg avatar Nov 20 '21 17:11 aloisdg

Along with making the star always visible, I also suggest making it an element which takes up space in the container. Currently, it can appear over the text: image

hb20007 avatar Jul 30 '22 18:07 hb20007