Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add duplicate item action #932

Merged
merged 13 commits into from
Jan 23, 2024
Merged

feat: add duplicate item action #932

merged 13 commits into from
Jan 23, 2024

Conversation

LinaYahya
Copy link
Contributor

closes #449

@LinaYahya LinaYahya requested review from pyphilia and spaenleh January 9, 2024 09:45
@LinaYahya LinaYahya self-assigned this Jan 9, 2024
Copy link
Contributor

@pyphilia pyphilia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! ☃️

src/components/main/ItemMenu.tsx Outdated Show resolved Hide resolved
src/components/main/ItemMenu.tsx Outdated Show resolved Hide resolved
@LinaYahya LinaYahya requested a review from pyphilia January 9, 2024 12:56
Copy link
Member

@spaenleh spaenleh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this 🍸

Can we have one test for duplicating a root item and a test for duplicating an item inside a folder ?

src/langs/constants.ts Outdated Show resolved Hide resolved
src/langs/en.json Outdated Show resolved Hide resolved
@LinaYahya LinaYahya requested a review from spaenleh January 9, 2024 16:23
Copy link
Member

@spaenleh spaenleh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the translation change. Can we have tests ?

@LinaYahya LinaYahya requested a review from spaenleh January 10, 2024 10:41
cypress/e2e/item/duplicate/gridDuplicateItem.cy.ts Outdated Show resolved Hide resolved
cypress/e2e/item/duplicate/gridDuplicateItem.cy.ts Outdated Show resolved Hide resolved
cypress/e2e/item/duplicate/listDuplicateItem.cy.ts Outdated Show resolved Hide resolved
cypress/e2e/item/duplicate/listDuplicateItem.cy.ts Outdated Show resolved Hide resolved
@LinaYahya LinaYahya requested a review from pyphilia January 11, 2024 10:23
cypress/e2e/item/duplicate/gridDuplicateItem.cy.ts Outdated Show resolved Hide resolved
cypress/e2e/item/duplicate/listDuplicateItem.cy.ts Outdated Show resolved Hide resolved
cypress/e2e/item/duplicate/listDuplicateItem.cy.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@pyphilia pyphilia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think my comment for the tests is still relevant, otherwise all good for me.

cypress/e2e/item/duplicate/gridDuplicateItem.cy.ts Outdated Show resolved Hide resolved
@LinaYahya LinaYahya requested a review from spaenleh January 18, 2024 10:46
@spaenleh spaenleh changed the title feat: Add An item action to duplicate an item within the same folder feat: add duplicate item action Jan 18, 2024
Copy link

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@LinaYahya LinaYahya merged commit 175f173 into main Jan 23, 2024
4 checks passed
@spaenleh spaenleh deleted the 449-duplicate-item branch February 14, 2024 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide a Duplicate Action to Copy/Paste An Item in same folder
3 participants