Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fixes #30

Open
4 of 7 tasks
vs2961 opened this issue Feb 17, 2020 · 3 comments
Open
4 of 7 tasks

Bug Fixes #30

vs2961 opened this issue Feb 17, 2020 · 3 comments
Assignees
Labels
big project Try your best! So long as you work on this you're good bug Something isn't working

Comments

@vs2961
Copy link
Member

vs2961 commented Feb 17, 2020

  • When creating a draft, clicking on the "Edit" button the first time will bring you to the top of the page
  • Clicking on images in draft/article view will cause the editor to exit.
  • If images are uploaded when creating a new draft, they are not saved.
  • The search bar cannot find a recently created draft unless you refresh the page.
  • Images cannot be uploaded when the server is lagging (maybe not fixable?)
  • Also related to server lag, the cms will keep logging you out if you recently just logged in.
  • (Hard to reproduce) At times, clicking the plus button at the bottom right will just cause a pop up saying "The draft has been updated" instead of opening the editor
@DJankauskas
Copy link
Member

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
Copy link
Member Author

vs2961 commented Apr 28, 2020

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

@vs2961 vs2961 added the bug Something isn't working label Oct 23, 2020
@AndySok AndySok added the big project Try your best! So long as you work on this you're good label Apr 15, 2021
@AndySok
Copy link
Contributor

AndySok commented Apr 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
big project Try your best! So long as you work on this you're good bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants