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: improve keywords in builder to allow to edit #117

Merged
merged 25 commits into from
Mar 1, 2024

Conversation

ReidyT
Copy link
Contributor

@ReidyT ReidyT commented Feb 19, 2024

This PR solve #84.
image

@ReidyT ReidyT self-assigned this Feb 19, 2024
@ReidyT ReidyT added the feature New feature or request label Feb 19, 2024
@ReidyT ReidyT requested review from spaenleh and pyphilia February 19, 2024 10:59
@ReidyT ReidyT force-pushed the 84-allow-edit-keywords branch from 3fb1b62 to 3c024fe Compare February 21, 2024 11:33
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, it's big. I would consider a context around your table. So you can have a global storage, and put every logic functions in the context instead of in the middle of the layout. What do you think?

src/utils/keywords.ts Outdated Show resolved Hide resolved
src/components/views/admin/KeywordsTable.tsx Outdated Show resolved Hide resolved
src/components/views/admin/KeywordsTable.tsx Outdated Show resolved Hide resolved
src/components/common/table/ReadableTextField.tsx Outdated Show resolved Hide resolved
@ReidyT ReidyT requested a review from pyphilia February 28, 2024 07:17
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.

Looks good, just some suggestions !

cypress/e2e/builder/keywords.cy.ts Outdated Show resolved Hide resolved
src/components/common/table/ReadableTextField.tsx Outdated Show resolved Hide resolved
@ReidyT ReidyT merged commit ee6d052 into main Mar 1, 2024
3 checks passed
@ReidyT ReidyT deleted the 84-allow-edit-keywords branch March 1, 2024 08:47
@ReidyT ReidyT linked an issue Mar 1, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to edit keywords
3 participants