You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dashboard/single.html currently includes all challenges and write-ups as hidden rows in tables. This makes the page very heavy to load.
As the dashboard is accessible only to logged user, it requires JavaScript. We should replace the static hidden rows with some JavaScript code to build the tables from /index.json endpoint.
The text was updated successfully, but these errors were encountered:
dashboard/single.html
currently includes all challenges and write-ups as hidden rows in tables. This makes the page very heavy to load.As the dashboard is accessible only to logged user, it requires JavaScript. We should replace the static hidden rows with some JavaScript code to build the tables from
/index.json
endpoint.The text was updated successfully, but these errors were encountered: