Skip to content

Commit 1c4b6a1

Browse files
authored
Merge pull request #21 from Termina/updates
perf updates
2 parents 018ee3e + 134faba commit 1c4b6a1

10 files changed

Lines changed: 660 additions & 2214 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ extension/dist
1515
.yarn
1616

1717
.calcit-snippets/
18+
19+
.copilot-tmp/

Agents.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 414 additions & 250 deletions
Large diffs are not rendered by default.

deps.cirru

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11

2-
{} (:calcit-version |0.11.8)
2+
{} (:calcit-version |0.12.11)
33
:dependencies $ {} (|Memkits/genai.calcit |0.0.2)
44
|Respo/alerts.calcit |0.10.9
55
|Respo/reel.calcit |main
66
|Respo/respo-feather.calcit |main
77
|Respo/respo-markdown.calcit |0.4.11
88
|Respo/respo-ui.calcit |0.6.4
9-
|Respo/respo.calcit |0.16.28
10-
|calcit-lang/lilac |main
9+
|Respo/respo.calcit |0.16.32
1110
|calcit-lang/memof |0.0.23

index.html

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
1-
2-
<!DOCTYPE html>
1+
<!doctype html>
32
<html>
3+
<head>
4+
<title>Gemini Msg</title>
5+
<link
6+
href="https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/google-gemini-icon.png"
7+
rel="icon"
8+
type="image/png"
9+
/>
10+
<link rel="manifest" href="./assets/manifest.json" />
11+
<meta charset="utf-8" />
12+
<meta
13+
name="viewport"
14+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
15+
/>
16+
<link
17+
rel="stylesheet"
18+
href="./node_modules/@tiye/main-fonts/local-fonts.css"
19+
/>
20+
</head>
421

5-
<head>
6-
<title>Gemini Msg</title>
7-
<link href="https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/google-gemini-icon.png" rel="icon" type="image/png" />
8-
<link rel="manifest" href="./assets/manifest.json">
9-
<meta charset="utf-8">
10-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
11-
<link rel="stylesheet" type="text/css" href="https://cdn.tiye.me/favored-fonts/main-fonts.css">
12-
</head>
13-
14-
<body>
15-
<div class="app" ></div>
16-
<script type="module" src="./main.mjs" ></script>
17-
</body>
18-
22+
<body>
23+
<div class="app"></div>
24+
<script type="module" src="./main.mjs"></script>
25+
</body>
1926
</html>

0 commit comments

Comments
 (0)