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

Revamp rich text components folder structure #1472

Merged
merged 30 commits into from
Sep 6, 2023

Conversation

vivinkrishna-ni
Copy link
Contributor

@vivinkrishna-ni vivinkrishna-ni commented Aug 31, 2023

Pull Request

🀨 Rationale

Reorganize the folder structure of the nimble-rich-text-editor and nimble-rich-text-viewer to share the common functionalities between components.

Part of #1447

πŸ‘©β€πŸ’» Implementation

Revamped folder structure in nimble-components:

/rich-text
    /editor
        editor component files...
    /viewer
        viewer component files...
    /specs
        README.md (common spec file for both editor and viewer)

Revamped folder structure in nimble-angular:

/rich-text
    /editor
        editor component files...
    /viewer
        viewer component files...

Related discussion: #1424 (comment)

πŸ§ͺ Testing

  • Manually tested the components in the local storybook build.

βœ… Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

@vivinkrishna-ni vivinkrishna-ni changed the base branch from main to users/vivin/editor-ui-api August 31, 2023 11:47
@vivinkrishna-ni vivinkrishna-ni changed the base branch from users/vivin/editor-ui-api to main August 31, 2023 11:58
@vivinkrishna-ni vivinkrishna-ni changed the base branch from main to users/vivin/editor-ui-api August 31, 2023 13:47
@vivinkrishna-ni vivinkrishna-ni changed the base branch from users/vivin/editor-ui-api to main August 31, 2023 13:48
@rajsite
Copy link
Member

rajsite commented Sep 6, 2023

@vivinkrishna-ni looks like you have a merge conflict to resolve, once that is done feel free to merge. Don't need to wait on @atmgrifter00 or @mollykreis

@vivinkrishna-ni vivinkrishna-ni enabled auto-merge (squash) September 6, 2023 19:19
@vivinkrishna-ni vivinkrishna-ni merged commit 97cc70d into main Sep 6, 2023
9 checks passed
@vivinkrishna-ni vivinkrishna-ni deleted the users/vivin/revamp-rich-text-components branch September 6, 2023 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rich Text Editor and Rich Text Viewer should import common parsing functionalities from the shared folder
6 participants