IndieCoderMM / IndieCoderMM/convoz-chat
feat: Make sidebar dropdowns functional [⭐4xp]
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The channel dropdowns on the sidebar are purely visual currently. The goal is to make these dropdowns interactive and functional, similar to how it works in Discord.
## 🎯Todos
- [ ] Modify [features/Chat/ChannelList.tsx](https://github.com/IndieCoderMM/convoz-chat/blob/dev/src/features/Chat/ChannelList.tsx) by creating trigger and dropdown items
- [ ] Implement functionality to open/close dropdown on clicks
- [ ] Add smooth transitions
- [ ] Use Tailwind CSS
- [ ] Make the dropdown accessible

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 in src/features/Chat/ChannelList.tsx and inspect the existing sidebar channel markup. Implement clickable dropdown triggers and items with open/close behavior, smooth transitions, Tailwind CSS, and accessible interaction; done means the channel dropdowns are functional rather than purely visual.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, tailwind, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100