This issue will add Rename Dataset as an action, available in the hamburger menu on each row in the collection view and in the header of the dataset view.
As the name suggests, the user will see a modal with a text input containing the current dataset name, where they can edit and click "Rename". The modal should validate the input and not allow the user to rename to an invalid name. Upon success/failure, a toast should appear.
Other items:
[ ] update e2e tests for rename
[x] remove the existing dataset name display/rename UI that currently appears at the top of the history list.
This issue will add
Rename Dataset
as an action, available in the hamburger menu on each row in the collection view and in the header of the dataset view.As the name suggests, the user will see a modal with a text input containing the current dataset name, where they can edit and click "Rename". The modal should validate the input and not allow the user to rename to an invalid name. Upon success/failure, a toast should appear.
Other items: