Review/Analysis glitching!

the review tools seem to be glitching hard for me:

  • review pages dont load properly, sometimes all comments and variations are missing, sometimes the whole board doesnt load.

  • comments i make are not being saved (curiously only for the original game moves, variations are fine -.-’)

  • if i mark a stone (say with a triangle) the move number is still visible beneath.

  • drawings are displayed for all moves and variations.

additionally i see this weird graphics glitch:

they (the strange lines) seem to be remnants of actual moves [EDIT: no they are not. the preview stone/cursor leaves them behind as i hover over the board… wtf :(… its also happening in games.], which makes me think this is also related to the review/analysis tools.

is this happening on my end? or can anyone else confirm?

I also have problems with review boards not loading (or suddenly becoming empty) as well as difficulty navigating move tree at times on ipad.

1 Like

Just to confirm. I thought I’d lost a whole review at one point - I left my laptop sitting for a while and came back to it and it had all disappeared.

I went away from the page and reloaded and it came back, phew!

1 Like

Whoa. It’s gone again. The whole review is empty.

So is PaulT’s empty

Should be resolved by this commit.

2 Likes

Woo hoo. Because its committed, does that mean it’s released? Or we see it in a release some time later?

I see that my disappeared review is there in full now. Very promising :slight_smile:

Commit

A commit, or “revision”, is an individual change to a file (or set of files). It’s like when you save a file, except with Git, every time you save it creates a unique ID (a.k.a. the “SHA” or “hash”) that allows you to keep record of what changes were made when and by who. Commits usually contain a commit message which is a brief description of what changes were made.

I think it is already implemented, there was a small update yesterday… but im not sure. it seems like its working though!
:grin::grin::grin:

1 Like

Yes, it’s already implemented. :smiley:

For your information, you can always see the exact point where the UI is on the server side. If you go to the about page, you’ll see both the UI and the API current versions. For example, as of now, I see this:

The last string on the UI version (gde60869 in this case) are the last characters of the corresponding commit hash. If you go to the Github project commits page you’ll be able to search for that specific commit. In this case, it’s completely up to date:


:wink:

2 Likes