#Dashboard is barely loading
1 messages ยท Page 1 of 1 (latest)
pushing out a fix now
๐
One problem though: if you select additional models, colors flip and model names on hover are also wrong now
refreshing the page doesn't help, wrong names and colors are stuck
And another issue: Select All now selects only the first model
hmm, I'm not able to reproduce the color flipping / wrong name issue but pushing a fix for the select/clear toggle and an issue with the initial non-cached state.
to reproduce the color flipping / wrong name
try:
- de-select all
- randomly select several models
- refresh the page
- try selecting +1 model that is BEFORE all of the already selected ones
yeah, unfortunately, the dashboard is completely unusable atm ๐ซ
For example, this is tuzemun in Scores:
and this is the same model but on the model's page:
if not easy to fix quickly, maybe it makes sense to roll it back for now. Better slow than nothing ๐
@smoky shore
nah wasn't too bad just some old convoluted code. fix rolling out.
I lost my plots after this fix on Brave. I wouldn't worry about it unless you see more reports. I can still use them on Firefox, but I'm leaving this here just as a report. I cleared cache, but haven't signed out and in again.
weird, I developed this on brave and didn't see this error pop up. If you discover how to reproduce please lmk, but as a first try definitely try on a private tab
It works after signing out and back in, since that seems to reset everything
yeah I believe that clears all of the local storage settings
it looks like there is still some issue with the charts... Not sure how to reproduce it precisely yet, but if you spend a few minutes with the charts and then select more checkboxes, colors and titles begin to flip again (Chrome)
have you logged out/in since the last update? might need to just reset the caches
yes, just did it and reproduced the issue in less than 1min
interesting, is it reproducible in another browser / in private mode?
just tried in brave in private tab, the same issue. I think there might be multiple issues, but one way to reproduce is to start selecting/deselecting checkboxes after all of the checkboxes were selected/deselected on the page load (race condition?)
- select all
- refresh the page
- immediately "clear selected"
- randomly set checkboxes
ok thanks for this I'll take another look on Monday. this chart needs a serious redux
fixed