Klotske

Results 4 issues of 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:** ![Before](https://user-images.githubusercontent.com/30481105/210563875-446d627d-6f9f-4620-9a3e-927a880fd39f.png) **After:** ![After](https://user-images.githubusercontent.com/30481105/210563709-f45b287a-8d68-4d37-b040-45c0b0b16a90.png)

#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...

website
UI/UX

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...

website
UI/UX