Block a user
shahondin1624
created branch feature/issue-4-grpc-web-client in llm-multiverse/llm-multiverse-ui
2026-03-12 11:22:17 +01:00
shahondin1624
pushed to feature/issue-4-grpc-web-client at llm-multiverse/llm-multiverse-ui
2026-03-12 11:22:17 +01:00
Configure Caddy for gRPC-Web support
Implemented and auto-merged via PR #23.
Added Caddyfile with gRPC-Web → gRPC translation, CORS headers, and SvelteKit dev server proxy. All quality gates passed.
feat: add Caddyfile for gRPC-Web reverse proxy with CORS
feat: add Caddyfile for gRPC-Web reverse proxy with CORS
Configure Caddy for gRPC-Web support
shahondin1624
created branch feature/issue-3-caddy-grpc-web in llm-multiverse/llm-multiverse-ui
2026-03-12 11:19:09 +01:00
shahondin1624
pushed to feature/issue-3-caddy-grpc-web at llm-multiverse/llm-multiverse-ui
2026-03-12 11:19:09 +01:00
Proto codegen pipeline for TypeScript gRPC-Web stubs
Implemented and auto-merged via PR #22.
What was done:
- Added llm-multiverse as git submodule for proto files
- Configured buf + @bufbuild/protoc-gen-es for TypeScript Connect codegen -…
feat: add proto codegen pipeline with buf and connect-es
Proto codegen pipeline for TypeScript gRPC-Web stubs
feat: add proto codegen pipeline with buf and connect-es
shahondin1624
pushed to feature/issue-2-proto-codegen at llm-multiverse/llm-multiverse-ui
2026-03-12 11:14:25 +01:00
shahondin1624
created branch feature/issue-2-proto-codegen in llm-multiverse/llm-multiverse-ui
2026-03-12 11:14:25 +01:00
Project scaffolding: SvelteKit + Tailwind + TypeScript
Implemented and auto-merged via PR #21.
What was done:
- SvelteKit project initialized with Svelte 5 (runes mode)
- Tailwind CSS v4 configured via @tailwindcss/vite plugin
- TypeScript strict…
Project scaffolding: SvelteKit + Tailwind + TypeScript
feat: scaffold SvelteKit project with Tailwind, TypeScript, ESLint, Prettier