Add CSS styles for sidebar and UI components; include WebAssembly core module
Some checks are pending
build-and-push / image (push) Waiting to run
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:
parent
79b3f32398
commit
ef01b5809b
379
static/assets/webapp-1e2_m1ss.js
Normal file
379
static/assets/webapp-1e2_m1ss.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
static/assets/webapp-BR2Xd3e4.css
Normal file
1
static/assets/webapp-BR2Xd3e4.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -4,8 +4,8 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>CxWebApp</title>
|
<title>CxWebApp</title>
|
||||||
<script type="module" crossorigin src="/static/assets/webapp-BAxW9gnc.js"></script>
|
<script type="module" crossorigin src="/static/assets/webapp-1e2_m1ss.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/static/assets/webapp-Bf0A7CMv.css">
|
<link rel="stylesheet" crossorigin href="/static/assets/webapp-BR2Xd3e4.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="cxllm-root" data-cx-target="webapp"></div>
|
<div id="cxllm-root" data-cx-target="webapp"></div>
|
||||||
|
|||||||
BIN
static/wasm/cxllm_cpp_core.wasm
Executable file
BIN
static/wasm/cxllm_cpp_core.wasm
Executable file
Binary file not shown.
Binary file not shown.
@ -8,8 +8,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "cpp",
|
"id": "cpp",
|
||||||
"status": "skipped",
|
"status": "built",
|
||||||
"detail": "clang++ is present but has no compatible wasm32 target"
|
"detail": "cxllm_cpp_core.wasm via emcc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "go",
|
"id": "go",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user