Code-Society-Lab / cursif-web

React client for Cursif
2 stars 5 forks source link

Create New page #39

Closed chrisdedman closed 3 months ago

chrisdedman commented 6 months ago

Added a button to create a new page on the sidebar.

chrisdedman commented 5 months ago

I fixed the issues based on your comments. However, I still had some trouble with the rendering of the array after clicking on the + button to create a new page. So, I used the location.reload(); for now. I'm not sure why my array isn't rendered at the same time as I created the new page.

chrisdedman commented 4 months ago

I fixed the issues based on your comments. However, I still had some trouble with the rendering of the array after clicking on the + button to create a new page. So, I used the location.reload(); for now. I'm not sure why my array isn't rendered at the same time as I created the new page.

Fixed