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

Build chat skeleton #104

Open
5 tasks
replygirl opened this issue Jan 12, 2022 · 0 comments
Open
5 tasks

Build chat skeleton #104

replygirl opened this issue Jan 12, 2022 · 0 comments
Labels
✨ feature New feature or request 👋 good first issue Good for newcomers

Comments

@replygirl
Copy link
Contributor

  • Create UI components roughly matching these concepts
    • ChatInput
      • Markdown input
      • Bonus points: File upload (not sure where we'd store files right now, you could spike that)
    • ChatBubble
    • Chat
    • There's no chat UI mocked up, just follow the style
    • Basic light & dark mode support would be helpful
    • Use Windi CSS utilities exclusively
  • Demo the components in a /circle/[id]/chat route (id can be unused for now)

For live demoing we could just use Pusher for now with the official library or my wrapper around it. If #103 is done before this, we can pass the user's handle with each message to identify, otherwise we can randomly generate something and store it in localStorage.

@replygirl replygirl added ✨ feature New feature or request 👋 good first issue Good for newcomers labels Jan 12, 2022
@replygirl replygirl changed the title Build chat UI Build working chat skeleton Jan 12, 2022
@replygirl replygirl changed the title Build working chat skeleton Build chat skeleton Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request 👋 good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant