Add CSS styles for sidebar and UI components; include WebAssembly core module
Some checks are pending
build-and-push / image (push) Waiting to run

- Introduced a new CSS file for sidebar and UI component styles, defining variables for colors, fonts, and layout.
- Added responsive design adjustments for smaller screens.
- Included a new WebAssembly module for core functionality, enhancing performance and capabilities.
This commit is contained in:
CxAI Agent 2026-05-18 09:13:12 -05:00
parent 79b3f32398
commit ef01b5809b
8 changed files with 385 additions and 118 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CxWebApp</title>
<script type="module" crossorigin src="/static/assets/webapp-BAxW9gnc.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/webapp-Bf0A7CMv.css">
<script type="module" crossorigin src="/static/assets/webapp-1e2_m1ss.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/webapp-BR2Xd3e4.css">
</head>
<body>
<div id="cxllm-root" data-cx-target="webapp"></div>

BIN
static/wasm/cxllm_cpp_core.wasm Executable file

Binary file not shown.

Binary file not shown.

View File

@ -8,8 +8,8 @@
},
{
"id": "cpp",
"status": "skipped",
"detail": "clang++ is present but has no compatible wasm32 target"
"status": "built",
"detail": "cxllm_cpp_core.wasm via emcc"
},
{
"id": "go",