Milestone 2ia Consolidate CSS of chat pane
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 146
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Chat-pane needs to be updated. This ticket is for the CSS part.
TODO:
- extracting all inline CSS in dedicated CSS files (example in profile-pane) Very important is to create dedicated CSS pane names. Example: if you use the .warning, its CSS will be coming from mash.css so create a dedicated .warning-contact for it if the one in mash.css does not fit.
- making sure the CSS is part of the release. Maybe we need a webpack) build, and an accompanying entry file (example index.ts)
- using already available CSS variables from mashlib light theme and documenting in the PR what other CSS variables could be moved to the main mashlib theme
- fix some issues or implement some features expected of chat to make it better. (up to you to decide which)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the Chat-pane repository's inline styles and compare the dedicated styles in profile-pane/src/styles. Review the linked webpack configuration and src/index.ts example, then check mashlib's light theme variables. Done means the chat pane's CSS is extracted, included in the release, and any selected chat improvements and theme-variable documentation are addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript, webpack
- Domain
- build-system, frontend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100