This PR adds a new feature that allows users to create new views in the Finish-em app. A new button has been added to the sidebar, which opens a dialog for users to input the details of the new view. The backend has been updated to handle the new view creation request and update the database accordingly. Once created, the new view is displayed in the list of views and is accessible to the user.
Summary of Changes
Added a new button in the sidebar for creating new views
Implemented a dialog for users to input the details of the new view
Added a mutation in the frontend for creating a new view
Updated the backend resolver to handle the new view creation request and update the database
Updated the frontend to display the new view once it has been created
Fixes #237.
To checkout this PR branch, run the following command in your terminal:
git checkout sweep/add-new-views
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.
Description
This PR adds a new feature that allows users to create new views in the Finish-em app. A new button has been added to the sidebar, which opens a dialog for users to input the details of the new view. The backend has been updated to handle the new view creation request and update the database accordingly. Once created, the new view is displayed in the list of views and is accessible to the user.
Summary of Changes
Fixes #237.
To checkout this PR branch, run the following command in your terminal:
To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.