feature/projects-all-the-way-down #3323

Merged
konrad merged 123 commits from feature/projects-all-the-way-down into main 2023-05-30 10:09:40 +00:00
Showing only changes of commit e30a4452f2 - Show all commits

View File

@ -18,7 +18,7 @@ describe('Projects', () => {
.should('contain', '/projects/new')
cy.get('.card-header-title')
.contains('New project')
konrad marked this conversation as resolved Outdated

Was that a mistake originally?

Was that a mistake originally?

You mean the /1? That was the namespace where the project should be created.

You mean the `/1`? That was the namespace where the project should be created.

I think it should now be the the optional parent project.

I think it should now be the the optional parent project.

TBH I wanted to not add these options when creating or updating a project for now. It is already possible to move a project "under" another, thus making it a child of the other. Like this:

vikunja-child-2023-03-28_16.37.45.webm

TBH I wanted to not add these options when creating or updating a project for now. It is already possible to move a project "under" another, thus making it a child of the other. Like this: [vikunja-child-2023-03-28_16.37.45.webm](/attachments/b05a1bfa-5471-4555-b355-eec7057053cc)

The video is 'not found'

The video is 'not found'

Interesting, it works for me...

Interesting, it works for me...

Added another comment at the bottom

Added another comment at the bottom

Seems like I also can't paste images to upload anymore

Seems like I also can't paste images to upload anymore

Status Code of the video is 404

Status Code of the video is `404`
cy.get('input.input')
cy.get('input[name=projectTitle]')
.type('New Project')
cy.get('.button')
.contains('Create')