Skip to content

Commit 4045131

Browse files
author
Piotr
committed
v0.14 - semantic search, facet order, timeframe, log ordering
1 parent cde73f7 commit 4045131

File tree

18 files changed

+987
-73
lines changed

18 files changed

+987
-73
lines changed

index.html

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/icon.ico" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;800&family=Roboto+Mono:wght@300;400;700;800&display=swap"
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<link rel="icon" type="image/svg+xml" href="/icon.ico" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<link
9+
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;800&family=Roboto+Mono:wght@300;400;700;800&display=swap"
810
rel="stylesheet">
11+
<script src="/public/wasm_exec.js" type="text/javascript"></script>
12+
13+
</head>
14+
15+
<body>
16+
<div id="app"></div>
17+
<script type="module" src="/src/main.ts"></script>
18+
</body>
919

10-
</head>
11-
<body>
12-
<div id="app"></div>
13-
<script type="module" src="/src/main.ts"></script>
14-
</body>
15-
</html>
20+
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logdy-ui",
33
"private": true,
4-
"version": "0.13.2",
4+
"version": "0.14.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

public/main.wasm

3.66 MB
Binary file not shown.

0 commit comments

Comments
 (0)