Creates a modal to be displayed when creating a new project. Allows input of the project's initital configuration, such as title and author.

create_new_project_modal(id, session)

Arguments

id

the id for this modal.

session

the session from the server function.

Value

A list containing the show function used to display the modal after being created.