notmd

Results 68 issues of notmd

![image](https://user-images.githubusercontent.com/33456881/219732808-36807319-7760-4c36-886a-40c543dd264e.png)

Fix #1698, also support rtl for MessageTableEntry component before ![image](https://user-images.githubusercontent.com/33456881/219877069-503aebc6-2d79-40ef-8b82-078b8f97f2fb.png) after ![image](https://user-images.githubusercontent.com/33456881/219877093-f5efb497-dd66-41f8-901e-2126fa893150.png)

related #1721

website

![image](https://user-images.githubusercontent.com/33456881/219884708-0845eafb-4e38-4ef8-8808-032dbd01d6b0.png)

https://github.com/LAION-AI/Open-Assistant/blob/4ab4821b05ba85a1d85bd6d94773cd0f0e5c452d/website/src/hooks/tasks/useGenericTaskAPI.tsx#L42 we should handle all kinds of errors instead of showing the NONE_AVAILABLE state. Maybe trigger a toast to let the user know or something.

website

close #1723 I also add loading state for submit and skip task

Add an item in `MessageActions` component to allow copy raw message content

feature
website
good first issue
UI/UX

Add an icon to the top right code block as Github does ``` some text ```

website
good first issue
UI/UX

https://github.com/LAION-AI/Open-Assistant/blob/d897be935706fde223b0283ce198c501a329f29a/website/src/styles/globals.css#L11 We are loading font in CSS but using [next/font](https://nextjs.org/docs/basic-features/font-optimization) will improve a lot loading performance

website
good first issue