Klotske
Klotske
Worked on #338 As requested by comment https://github.com/LAION-AI/Open-Assistant/issues/338#issuecomment-1370184588 added tooltip for the report buttons **Before:**  **After:** 
#432 Should be done with the issue. For now decided against moving `GeneralSidebarLayout` and `AdminSidebarLayout` into separate components. But that could easily be fixed. Fixed `/admin` page to use new...
Now the don't have a clear way to exit task solving page, except the icon & account menu. I think we should include `.getLayout = (page) => getDashboardLayout(page)` for each...
One possible fix for #541 might be the use of NextJS's SSR `getServerSideProps` on task pages. This should simplify things, and also eliminate #343 without workaround PR #393. We'll still...