Skip to content

Commit 659a538

Browse files
committed
fix(theme): copy code button bug
1 parent 9ee4f82 commit 659a538

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/imfing/hextra-starter-template
22

33
go 1.21
44

5-
require github.com/imfing/hextra v0.7.4-0.20240305074729-22d4737b999e // indirect
5+
require github.com/imfing/hextra v0.8.2 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ github.com/imfing/hextra v0.7.3 h1:dVGA1NTcWe+FaUMdrawEypPfrrmulq5NoK0we3nC330=
22
github.com/imfing/hextra v0.7.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
33
github.com/imfing/hextra v0.7.4-0.20240305074729-22d4737b999e h1:vg7bf/IBg581Kj2LJutq45i/Z5NOg8e+x0QGT/YGg2c=
44
github.com/imfing/hextra v0.7.4-0.20240305074729-22d4737b999e/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
5+
github.com/imfing/hextra v0.8.2 h1:/IykSIAywgKfhKUBgAW+dCCjrJWJNny4jr9qvdXfch0=
6+
github.com/imfing/hextra v0.8.2/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=

hugo_stats.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@
9797
"border",
9898
"break-words",
9999
"chroma",
100-
"code-block",
101-
"code-copy-btn",
102100
"content",
103101
"contrast-more:dark:hover:hx-border-gray-50",
104102
"contrast-more:dark:hx-border-current",
@@ -192,12 +190,13 @@
192190
"group-[.copied]/copybtn:hx-block",
193191
"group-[.copied]/copybtn:hx-hidden",
194192
"group-hover/code:hx-opacity-100",
195-
"group/code",
196-
"group/copybtn",
197193
"h-6",
198194
"hamburger-menu",
199195
"hextra-card",
200196
"hextra-cards",
197+
"hextra-code-block",
198+
"hextra-code-copy-btn",
199+
"hextra-code-copy-btn-container",
201200
"hextra-footer",
202201
"hextra-scrollbar",
203202
"hextra-sidebar-collapsible-button",
@@ -244,6 +243,8 @@
244243
"hx-from-gray-900",
245244
"hx-gap-1",
246245
"hx-gap-2",
246+
"hx-group/code",
247+
"hx-group/copybtn",
247248
"hx-grow",
248249
"hx-h-16",
249250
"hx-h-3.5",
@@ -572,7 +573,6 @@
572573
"control-plane-configuration-for-private-deployments",
573574
"control-plane-environment-variables",
574575
"control-plane-interaction",
575-
"create-a-helix-app-with-gptscript",
576576
"create-a-text-fine-tuning-session",
577577
"create-an-inference-session",
578578
"creating-a-bot",
@@ -673,6 +673,7 @@
673673
"usage",
674674
"use-case-best-practices",
675675
"using-a-real-dns-hostname-with-tls-termination",
676+
"using-an-external-llm-provider",
676677
"using-your-tool-in-helix-sessions",
677678
"version-specific-upgrade-notes",
678679
"video-models",

0 commit comments

Comments
 (0)