shahondin1624
  • Germay
  • Joined on 2026-01-30
f6eef3a7f6 feat: connect chat UI to gRPC-Web streaming with loading indicator
shahondin1624 pushed to main at llm-multiverse/llm-multiverse-ui 2026-03-12 11:27:57 +01:00
8802d1bb72 Merge pull request 'feat: add message input with send and keyboard shortcuts' (#26) from feature/issue-6-message-input into main
306d0a7f2d feat: add message input with send button and keyboard shortcuts
Compare 2 commits »
shahondin1624 closed issue llm-multiverse/llm-multiverse-ui#6 2026-03-12 11:27:56 +01:00
Message input with send and keyboard shortcuts
shahondin1624 merged pull request llm-multiverse/llm-multiverse-ui#26 2026-03-12 11:27:56 +01:00
feat: add message input with send and keyboard shortcuts
shahondin1624 created pull request llm-multiverse/llm-multiverse-ui#26 2026-03-12 11:27:56 +01:00
feat: add message input with send and keyboard shortcuts
306d0a7f2d feat: add message input with send button and keyboard shortcuts
shahondin1624 commented on issue llm-multiverse/llm-multiverse-ui#5 2026-03-12 11:25:55 +01:00
Chat page layout and message list component

Implemented and auto-merged via PR #25. Chat page with message list, bubbles, auto-scroll, and empty state. All quality gates passed.

shahondin1624 merged pull request llm-multiverse/llm-multiverse-ui#25 2026-03-12 11:25:55 +01:00
feat: add chat page layout with message list and bubbles
shahondin1624 closed issue llm-multiverse/llm-multiverse-ui#5 2026-03-12 11:25:55 +01:00
Chat page layout and message list component
shahondin1624 pushed to main at llm-multiverse/llm-multiverse-ui 2026-03-12 11:25:55 +01:00
a8d28095b3 Merge pull request 'feat: add chat page layout with message list and bubbles' (#25) from feature/issue-5-chat-layout into main
6df4c396b9 feat: add chat page layout with message list and bubble components
Compare 2 commits »
shahondin1624 created pull request llm-multiverse/llm-multiverse-ui#25 2026-03-12 11:25:54 +01:00
feat: add chat page layout with message list and bubbles
6df4c396b9 feat: add chat page layout with message list and bubble components
shahondin1624 created branch feature/issue-5-chat-layout in llm-multiverse/llm-multiverse-ui 2026-03-12 11:25:10 +01:00
shahondin1624 pushed to main at llm-multiverse/llm-multiverse-ui 2026-03-12 11:22:33 +01:00
f2daa9cef2 Merge pull request 'feat: add gRPC-Web client service layer for OrchestratorService' (#24) from feature/issue-4-grpc-web-client into main
d011447190 feat: add gRPC-Web client service layer for OrchestratorService
Compare 2 commits »
shahondin1624 merged pull request llm-multiverse/llm-multiverse-ui#24 2026-03-12 11:22:32 +01:00
feat: add gRPC-Web client service layer for OrchestratorService
shahondin1624 commented on issue llm-multiverse/llm-multiverse-ui#4 2026-03-12 11:22:32 +01:00
gRPC-Web client service layer

Implemented and auto-merged via PR #24.

Created orchestrator service layer with typed processRequest() async generator, error mapping, and configurable endpoint. All quality gates passed.

shahondin1624 closed issue llm-multiverse/llm-multiverse-ui#4 2026-03-12 11:22:32 +01:00
gRPC-Web client service layer
shahondin1624 created pull request llm-multiverse/llm-multiverse-ui#24 2026-03-12 11:22:32 +01:00
feat: add gRPC-Web client service layer for OrchestratorService