Skip to content

feat: implement messaging interface for contracts (#145) - #204

Open
sarahlolaa wants to merge 1 commit into
Lumina-eX:mainfrom
sarahlolaa:feature/messaging-interface-145
Open

feat: implement messaging interface for contracts (#145)#204
sarahlolaa wants to merge 1 commit into
Lumina-eX:mainfrom
sarahlolaa:feature/messaging-interface-145

Conversation

@sarahlolaa

Copy link
Copy Markdown
  • Add ConversationList component with search and unread badges
  • Add ChatWindow component with auto-scroll, optimistic sends, error/retry
  • Add MessageBubble component with date dividers and timestamps
  • Add MessageInput component with Shift+Enter multiline support
  • Add /api/conversations GET (list) and POST (create/upsert) routes
  • Add /api/messages GET (list) and POST (send) routes
  • Add app/dashboard/messages page with responsive mobile/desktop layout
  • Add Messages nav item to sidebar
  • Add scripts/012-messaging.sql DB migration for conversations, messages, and conversation_participants tables

Closes #145

- Add ConversationList component with search and unread badges
- Add ChatWindow component with auto-scroll, optimistic sends, error/retry
- Add MessageBubble component with date dividers and timestamps
- Add MessageInput component with Shift+Enter multiline support
- Add /api/conversations GET (list) and POST (create/upsert) routes
- Add /api/messages GET (list) and POST (send) routes
- Add app/dashboard/messages page with responsive mobile/desktop layout
- Add Messages nav item to sidebar
- Add scripts/012-messaging.sql DB migration for conversations, messages,
  and conversation_participants tables

Closes Lumina-eX#145
@drips-wave

drips-wave Bot commented Aug 26, 2026

Copy link
Copy Markdown

@sarahlolaa Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Messaging Interface for Contracts

1 participant