stuyspec / cms

New CMS using React + Typescript.
MIT License
5 stars 10 forks source link

Bug Fixes #30

Open vs2961 opened 4 years ago

vs2961 commented 4 years ago
DJankauskas commented 4 years ago

Re the image uploading on create bug, this occurs due to a silly omission of mine in CreateArticleForm.tsx, specifically in the mutation. If you compare it with EditArticleForm.tsx you should be able to figure it out. I'll let you try to fix it so you get a bit of familiarity with how the article editor works.

vs2961 commented 4 years ago

Server lag issues are unfixable due to the fact that the server just runs out of RAM, restarting the server should fix it.

AndySok commented 3 years ago

For devs: tons of bugs, try fixing some of them!