RocketChat / EmbeddedChat

An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
https://www.npmjs.com/package/@embeddedchat/react
107 stars 214 forks source link

[Enhc]: Standardize design across project with style refactor and folder reorg. #575

Closed Spiral-Memory closed 1 month ago

Spiral-Memory commented 1 month ago

As an EmbeddedChat developer, I need to:

Refactor stylings, remove all module.css files, add component.style.js files to separate styling while still utilizing Emotion CSS. Additionally, I need to reorganize folders, separating core components into src/components and other large components specific to EmbeddedChat into src/views.

So that:

The codebase is more organized, modular, and easier to maintain.

Acceptance Criteria:

Spiral-Memory commented 1 month ago

Hey, @sidmohanty11 please add the appropriate labels to this issue. I will start working on it