[components]: Create custom `Prompt` component
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 137
- Forks
- 239
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 5
Description
Meshery UI has a PromptComponent, and it is also a React Class component.
Here is the file for reference: https://github.com/meshery/meshery/blob/master/ui/components/PromptComponent.js
Because it is a Class Component, it is important to convert to a React Function component in Typescript in sistent, so this can be reused in Meshery UI.
- 🎨 Wireframes and designs for Layer5 site in Figma (open invite)
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 reading the referenced ui/components/PromptComponent.js implementation and identify the corresponding component location in sistent. Convert the Prompt component to a reusable React Function component in TypeScript, preserving its behavior and making it suitable for reuse in Meshery UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100