The front end for the modal to share documents needs to be constructed. My recommendation would be to base it off of Google docs. Something with views like these:


although they do not need to be nearly as complicated.
If you open up the code for the editor, you'll see I already added a modal (it's responsive, you can see this if you resize the page). We need to implement the view inside the modal though. The view should contain:
I've either took care or am taking care of most of the functionality in the backend for this, so right now the goal is just to make it look pretty.
Let me know if you have any questions.
The front end for the modal to share documents needs to be constructed. My recommendation would be to base it off of Google docs. Something with views like these:
although they do not need to be nearly as complicated.
If you open up the code for the editor, you'll see I already added a modal (it's responsive, you can see this if you resize the page). We need to implement the view inside the modal though. The view should contain:
I've either took care or am taking care of most of the functionality in the backend for this, so right now the goal is just to make it look pretty.
Let me know if you have any questions.