The settings menu has been replaced with three separate modal menus, each handling one of the functionalities previously available in the settings menu:
Rename Menu
Delete Menu
Change Project Access Menu
A home button has been added to the top-left corner of the project view, allowing users to return to the catalog view.
The create new project button has been updated with new backend calls and a refined flow. The Dashboard now correctly utilizes the createProject method from the related custom hook. Users are immediately redirected to the new project without needing to provide a name first.
Changes on this PR: