@versini/sassysaint 8.105.2 → 8.106.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/{AboutChangelog.nlPIWp0N.js → AboutChangelog.C1rKf-fs.js} +2 -2
- package/dist/chunks/{AboutEntry.CphmsD5H.js → AboutEntry.BAR4O6Y4.js} +7 -7
- package/dist/chunks/{App.CIwNk-Ut.js → App.B9tjGMnG.js} +252 -252
- package/dist/chunks/{Chart.Dvl7vluK.js → Chart.BJQmO98B.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.DZ6ok4cT.js → ChatBubbleAssistant.B5Un5WKI.js} +5 -5
- package/dist/chunks/{ChatBubbleUser.CHWKvZg3.js → ChatBubbleUser.DEe4IIdl.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.BWpKoQsi.js → ChatHistoryTable.-d8_qx2Z.js} +59 -61
- package/dist/chunks/{HistoryEntry.yoV4fAVr.js → HistoryEntry.BSAHx4eZ.js} +7 -7
- package/dist/chunks/{LoginEntry.QP6-497n.js → LoginEntry.DR0qFvNl.js} +4 -4
- package/dist/chunks/{LogoEntry.hJ_vIJmf.js → LogoEntry.BwA2ssO6.js} +4 -5
- package/dist/chunks/{MemoriesEntry.n0JGBOnn.js → MemoriesEntry.Cz7T3caz.js} +177 -169
- package/dist/chunks/{ProfileEntry.BkF2iOVP.js → ProfileEntry.Cotp19Aj.js} +4 -4
- package/dist/chunks/{SettingsEntry.CUE9-B_Z.js → SettingsEntry.C55bTACC.js} +34 -34
- package/dist/chunks/{Table.B0wueiQh.js → Table.DWGS6ANJ.js} +1 -1
- package/dist/chunks/{UsageEntry.J4oBMVMS.js → UsageEntry.HvLHOBP5.js} +5 -5
- package/dist/chunks/{index.DFl1tPBj.js → index.1CBqWB-9.js} +2 -2
- package/dist/chunks/{index.BC18QJea.js → index.BOLZ9GJH.js} +1 -1
- package/dist/chunks/{index.DTkLpMnR.js → index.BSJ1MGWU.js} +1 -1
- package/dist/chunks/{index.CbtQDjOH.js → index.Ce0LQWUm.js} +1 -1
- package/dist/chunks/{index.ClNxiXVb.js → index.Cik0_Cr1.js} +1 -1
- package/dist/chunks/{index.D8rj890J.js → index.DNRN6B_p.js} +1 -1
- package/dist/chunks/{index.DZAOimM5.js → index.DVCf7tp5.js} +995 -995
- package/dist/chunks/{index.WO0c_AVQ.js → index.Dnj64P2t.js} +3 -3
- package/dist/chunks/{index.C7gau1B5.js → index.j05AJWYD.js} +1 -1
- package/dist/chunks/{index.DsqBt3WJ.js → index.yI7VsMw8.js} +1 -1
- package/dist/chunks/{useMarkdown.CgDrCbrc.js → useMarkdown.Di6pc73q.js} +7 -7
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +2 -2
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as Pp } from "react/jsx-runtime";
|
|
2
|
-
import { getDefaultExportFromCjs as dn, isProbablyMobile as Op } from "./App.
|
|
2
|
+
import { getDefaultExportFromCjs as dn, isProbablyMobile as Op } from "./App.B9tjGMnG.js";
|
|
3
3
|
import Lp, { useMemo as Ep } from "react";
|
|
4
|
-
import { TRIMESTERS_SHORT as Ip, TRIMESTERS as on, TIME_RANGES as ls, TIME_RANGE_LABELS as an } from "./LogoEntry.
|
|
4
|
+
import { TRIMESTERS_SHORT as Ip, TRIMESTERS as on, TIME_RANGES as ls, TIME_RANGE_LABELS as an } from "./LogoEntry.BwA2ssO6.js";
|
|
5
5
|
var hs = { exports: {} }, Dp = hs.exports, nn;
|
|
6
6
|
function Bp() {
|
|
7
7
|
return nn || (nn = 1, (function(Ae, pe) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as ss } from "react/jsx-runtime";
|
|
2
|
-
import { n as is, useUserPreferences as rs } from "./index.
|
|
3
|
-
import { BUBBLE_FOOTER_EMPTY as as } from "./index.
|
|
4
|
-
import { convertStringToHumanReadable as os, numberFormatter as ls, pluralize as us, AsyncBubble as cs } from "./App.
|
|
2
|
+
import { n as is, useUserPreferences as rs } from "./index.DVCf7tp5.js";
|
|
3
|
+
import { BUBBLE_FOOTER_EMPTY as as } from "./index.j05AJWYD.js";
|
|
4
|
+
import { convertStringToHumanReadable as os, numberFormatter as ls, pluralize as us, AsyncBubble as cs } from "./App.B9tjGMnG.js";
|
|
5
5
|
import Xt from "clsx";
|
|
6
6
|
import fs, { useState as Me, useEffect as qt, useContext as vt } from "react";
|
|
7
|
-
import { useMarkdown as hs } from "./useMarkdown.
|
|
8
|
-
import { ChatContext as ds, AppContext as ps } from "./LogoEntry.
|
|
7
|
+
import { useMarkdown as hs } from "./useMarkdown.Di6pc73q.js";
|
|
8
|
+
import { ChatContext as ds, AppContext as ps } from "./LogoEntry.BwA2ssO6.js";
|
|
9
9
|
function ms(e, t) {
|
|
10
10
|
e.indexOf(t) === -1 && e.push(t);
|
|
11
11
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as i, Fragment as S, jsxs as C } from "react/jsx-runtime";
|
|
2
|
-
import { Button as _ } from "./LogoEntry.
|
|
2
|
+
import { Button as _ } from "./LogoEntry.BwA2ssO6.js";
|
|
3
3
|
import { useState as h, useMemo as m, isValidElement as T, useEffect as B } from "react";
|
|
4
|
-
import { useMarkdown as b } from "./useMarkdown.
|
|
5
|
-
import { AsyncBubble as k } from "./App.
|
|
4
|
+
import { useMarkdown as b } from "./useMarkdown.Di6pc73q.js";
|
|
5
|
+
import { AsyncBubble as k } from "./App.B9tjGMnG.js";
|
|
6
6
|
/*!
|
|
7
7
|
@versini/ui-truncate v6.1.8
|
|
8
8
|
© 2025 gizmette.com
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as c, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { y as
|
|
3
|
-
import { IconCloseLight as U, CARDS as D, ButtonIcon as C, IconRestore as z, IconStarInCircle as B, IconStarInCircleLight as $, IconDelete as Y } from "./LogoEntry.
|
|
2
|
+
import { y as w, v as y, INFINITE_SCROLL_THRESHOLD as L } from "./index.DVCf7tp5.js";
|
|
3
|
+
import { IconCloseLight as U, CARDS as D, ButtonIcon as C, IconRestore as z, IconStarInCircle as B, IconStarInCircleLight as $, IconDelete as Y } from "./LogoEntry.BwA2ssO6.js";
|
|
4
4
|
import { useState as K, Fragment as V } from "react";
|
|
5
5
|
import i from "clsx";
|
|
6
|
-
import { H as W, F as j, q as N, Y as F, O as
|
|
7
|
-
import { pluralize as I, ResponsiveTooltip as
|
|
6
|
+
import { H as W, F as j, q as N, Y as F, O as n, J as k } from "./Table.DWGS6ANJ.js";
|
|
7
|
+
import { pluralize as I, ResponsiveTooltip as S, numberFormatter as G, isProbablyMobile as H } from "./App.B9tjGMnG.js";
|
|
8
8
|
/*!
|
|
9
9
|
@versini/ui-pill v5.2.4
|
|
10
10
|
© 2025 gizmette.com
|
|
@@ -46,10 +46,10 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
46
46
|
}))
|
|
47
47
|
};
|
|
48
48
|
}, O = ({ label: t, className: a, variant: l = "information", description: m, onClose: d }) => {
|
|
49
|
-
const [
|
|
49
|
+
const [x, p] = K(!0), g = (f) => {
|
|
50
50
|
d && (d(f), f.defaultPrevented || p(!1));
|
|
51
51
|
};
|
|
52
|
-
if (!
|
|
52
|
+
if (!x)
|
|
53
53
|
return null;
|
|
54
54
|
const u = X({
|
|
55
55
|
className: a,
|
|
@@ -77,104 +77,102 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
77
77
|
})
|
|
78
78
|
]
|
|
79
79
|
});
|
|
80
|
-
},
|
|
80
|
+
}, o = {
|
|
81
81
|
ROW: "row",
|
|
82
|
-
TIMESTAMP:
|
|
82
|
+
TIMESTAMP: w,
|
|
83
83
|
SUMMARY: "summary",
|
|
84
|
-
TOKEN_USAGE:
|
|
84
|
+
TOKEN_USAGE: y,
|
|
85
85
|
ACTIONS: "actions"
|
|
86
86
|
}, Z = [
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
87
|
+
o.ROW,
|
|
88
|
+
o.TIMESTAMP,
|
|
89
|
+
o.SUMMARY,
|
|
90
|
+
o.ACTIONS
|
|
91
91
|
], ee = [
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
92
|
+
o.ROW,
|
|
93
|
+
o.SUMMARY,
|
|
94
|
+
o.TIMESTAMP,
|
|
95
|
+
o.TOKEN_USAGE,
|
|
96
|
+
o.ACTIONS
|
|
97
97
|
], me = ({
|
|
98
98
|
filteredHistory: t,
|
|
99
99
|
historyState: a,
|
|
100
100
|
lastEntryToLoad: l,
|
|
101
101
|
onClickSort: m,
|
|
102
102
|
onClickRestore: d,
|
|
103
|
-
onClickDelete:
|
|
103
|
+
onClickDelete: x,
|
|
104
104
|
onClickFavorite: p,
|
|
105
105
|
infinityScrollMarkerRef: g,
|
|
106
106
|
isLoading: u = !1,
|
|
107
107
|
totalHistoryCount: f,
|
|
108
108
|
isFiltered: R = !1,
|
|
109
|
-
isSearchActive:
|
|
109
|
+
isSearchActive: M = !1
|
|
110
110
|
}) => {
|
|
111
|
-
const
|
|
111
|
+
const T = H() ? Z : ee, E = (r) => {
|
|
112
112
|
switch (r) {
|
|
113
|
-
case
|
|
114
|
-
return /* @__PURE__ */ e(
|
|
115
|
-
case
|
|
116
|
-
return
|
|
113
|
+
case o.ROW:
|
|
114
|
+
return /* @__PURE__ */ e(n, { className: "sr-only", children: "Row" }, r);
|
|
115
|
+
case o.TIMESTAMP:
|
|
116
|
+
return M ? /* @__PURE__ */ e(n, { className: "text-xs sm:text-sm", children: "Date" }, r) : /* @__PURE__ */ e(
|
|
117
117
|
k,
|
|
118
118
|
{
|
|
119
119
|
focusMode: "system",
|
|
120
120
|
buttonClassName: "text-xs sm:text-sm",
|
|
121
|
-
cellId:
|
|
121
|
+
cellId: w,
|
|
122
122
|
align: "left",
|
|
123
123
|
sortDirection: a.sortDirection,
|
|
124
124
|
sortedCell: a.sortedCell,
|
|
125
125
|
onClick: () => {
|
|
126
|
-
m(
|
|
126
|
+
m(w);
|
|
127
127
|
},
|
|
128
128
|
children: "Date"
|
|
129
129
|
},
|
|
130
130
|
r
|
|
131
131
|
);
|
|
132
|
-
case
|
|
133
|
-
return /* @__PURE__ */ e(
|
|
134
|
-
case
|
|
135
|
-
return
|
|
132
|
+
case o.SUMMARY:
|
|
133
|
+
return /* @__PURE__ */ e(n, { className: "text-xs sm:text-sm", children: "Summary" }, r);
|
|
134
|
+
case o.TOKEN_USAGE:
|
|
135
|
+
return M ? /* @__PURE__ */ e(n, { className: "text-xs sm:text-sm text-right", children: "Tokens" }, r) : /* @__PURE__ */ e(
|
|
136
136
|
k,
|
|
137
137
|
{
|
|
138
138
|
focusMode: "system",
|
|
139
139
|
buttonClassName: "text-xs sm:text-sm",
|
|
140
|
-
cellId:
|
|
140
|
+
cellId: y,
|
|
141
141
|
align: "right",
|
|
142
142
|
sortDirection: a.sortDirection,
|
|
143
143
|
sortedCell: a.sortedCell,
|
|
144
144
|
onClick: () => {
|
|
145
|
-
m(
|
|
145
|
+
m(y);
|
|
146
146
|
},
|
|
147
147
|
children: "Tokens"
|
|
148
148
|
},
|
|
149
149
|
r
|
|
150
150
|
);
|
|
151
|
-
case
|
|
152
|
-
return /* @__PURE__ */ e(
|
|
151
|
+
case o.ACTIONS:
|
|
152
|
+
return /* @__PURE__ */ e(n, { className: "text-xs sm:text-sm text-right", children: "Actions" }, r);
|
|
153
153
|
default:
|
|
154
154
|
return null;
|
|
155
155
|
}
|
|
156
156
|
}, _ = (r, s, b) => {
|
|
157
157
|
switch (r) {
|
|
158
|
-
case
|
|
159
|
-
return /* @__PURE__ */ e(
|
|
160
|
-
case
|
|
158
|
+
case o.ROW:
|
|
159
|
+
return /* @__PURE__ */ e(n, { children: b + 1 }, r);
|
|
160
|
+
case o.TIMESTAMP:
|
|
161
161
|
return /* @__PURE__ */ e(
|
|
162
|
-
|
|
162
|
+
n,
|
|
163
163
|
{
|
|
164
|
-
component: "th",
|
|
165
|
-
scope: "row",
|
|
166
164
|
className: i(
|
|
167
|
-
"dark:text-
|
|
165
|
+
"dark:text-copy-medium",
|
|
168
166
|
"sm:whitespace-nowrap text-xs sm:text-sm max-w-20 sm:max-w-none"
|
|
169
167
|
),
|
|
170
168
|
children: s.timestamp.split(",")[0]
|
|
171
169
|
},
|
|
172
170
|
r
|
|
173
171
|
);
|
|
174
|
-
case
|
|
175
|
-
const
|
|
172
|
+
case o.SUMMARY: {
|
|
173
|
+
const h = s.similarityScore !== void 0 && s.similarityScore !== null ? Math.round(s.similarityScore * 100) : null, v = h !== null && h < 40 ? "warning" : "success", P = s.keywordMatch === !0;
|
|
176
174
|
return /* @__PURE__ */ e(
|
|
177
|
-
|
|
175
|
+
n,
|
|
178
176
|
{
|
|
179
177
|
className: i(
|
|
180
178
|
"dark:text-white",
|
|
@@ -185,11 +183,11 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
185
183
|
},
|
|
186
184
|
children: /* @__PURE__ */ c("div", { className: "flex flex-col gap-1", children: [
|
|
187
185
|
/* @__PURE__ */ c("div", { className: "flex flex-wrap gap-1", children: [
|
|
188
|
-
|
|
186
|
+
h !== null && /* @__PURE__ */ e(
|
|
189
187
|
O,
|
|
190
188
|
{
|
|
191
189
|
variant: v,
|
|
192
|
-
label: `${
|
|
190
|
+
label: `${h}% semantic`
|
|
193
191
|
}
|
|
194
192
|
),
|
|
195
193
|
P && /* @__PURE__ */ e(O, { variant: "information", label: "keyword" })
|
|
@@ -200,24 +198,24 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
200
198
|
r
|
|
201
199
|
);
|
|
202
200
|
}
|
|
203
|
-
case
|
|
201
|
+
case o.TOKEN_USAGE:
|
|
204
202
|
return /* @__PURE__ */ e(
|
|
205
|
-
|
|
203
|
+
n,
|
|
206
204
|
{
|
|
207
|
-
className: i("dark:text-
|
|
205
|
+
className: i("dark:text-copy-medium", "text-xs sm:text-sm"),
|
|
208
206
|
align: "right",
|
|
209
207
|
children: s.tokenUsage ? G.format(s.tokenUsage) : "0"
|
|
210
208
|
},
|
|
211
209
|
r
|
|
212
210
|
);
|
|
213
|
-
case
|
|
211
|
+
case o.ACTIONS:
|
|
214
212
|
return /* @__PURE__ */ e(
|
|
215
|
-
|
|
213
|
+
n,
|
|
216
214
|
{
|
|
217
215
|
className: "border-l border-table-light dark:border-table-dark",
|
|
218
216
|
children: /* @__PURE__ */ c("div", { className: "flex flex-col items-end sm:flex-row gap-2", children: [
|
|
219
217
|
/* @__PURE__ */ e(
|
|
220
|
-
|
|
218
|
+
S,
|
|
221
219
|
{
|
|
222
220
|
label: "Restore chat",
|
|
223
221
|
placement: "top",
|
|
@@ -227,7 +225,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
227
225
|
noBorder: !0,
|
|
228
226
|
label: "Restore chat",
|
|
229
227
|
variant: "primary",
|
|
230
|
-
iconClassName: "text-
|
|
228
|
+
iconClassName: "text-copy-success dark:text-copy-success-light",
|
|
231
229
|
onClick: async () => {
|
|
232
230
|
await d(s);
|
|
233
231
|
},
|
|
@@ -237,7 +235,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
237
235
|
}
|
|
238
236
|
),
|
|
239
237
|
/* @__PURE__ */ e(
|
|
240
|
-
|
|
238
|
+
S,
|
|
241
239
|
{
|
|
242
240
|
label: s.favoriteChat ? "Remove from favorites" : "Add to favorites",
|
|
243
241
|
placement: "top",
|
|
@@ -256,7 +254,7 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
256
254
|
}
|
|
257
255
|
),
|
|
258
256
|
/* @__PURE__ */ e(
|
|
259
|
-
|
|
257
|
+
S,
|
|
260
258
|
{
|
|
261
259
|
label: "Delete chat",
|
|
262
260
|
placement: "top",
|
|
@@ -266,9 +264,9 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
266
264
|
noBorder: !0,
|
|
267
265
|
label: "Delete chat",
|
|
268
266
|
variant: "primary",
|
|
269
|
-
iconClassName: "text-
|
|
267
|
+
iconClassName: "text-copy-error-dark dark:!text-copy-error-light",
|
|
270
268
|
onClick: () => {
|
|
271
|
-
|
|
269
|
+
x(s);
|
|
272
270
|
},
|
|
273
271
|
children: /* @__PURE__ */ e(Y, { size: "size-3", monotone: !0 })
|
|
274
272
|
}
|
|
@@ -295,10 +293,10 @@ const q = "av-pill", J = ({ variant: t }) => i("rounded-xs border", {
|
|
|
295
293
|
})(),
|
|
296
294
|
disabled: u && t.length > 0,
|
|
297
295
|
children: [
|
|
298
|
-
/* @__PURE__ */ e(j, { children: /* @__PURE__ */ e(N, { children:
|
|
299
|
-
/* @__PURE__ */ e(F, { children: u && t.length === 0 ? /* @__PURE__ */ e(N, { children: /* @__PURE__ */ e(
|
|
296
|
+
/* @__PURE__ */ e(j, { children: /* @__PURE__ */ e(N, { children: T.map((r) => E(r)) }) }),
|
|
297
|
+
/* @__PURE__ */ e(F, { children: u && t.length === 0 ? /* @__PURE__ */ e(N, { children: /* @__PURE__ */ e(n, { colSpan: 1e3, children: /* @__PURE__ */ e("div", { children: "Loading..." }) }) }) : t.slice(0, l).map((r, s) => r?.summary ? /* @__PURE__ */ c(V, { children: [
|
|
300
298
|
s === l - L && /* @__PURE__ */ e("tr", { ref: g }),
|
|
301
|
-
/* @__PURE__ */ e(N, { children:
|
|
299
|
+
/* @__PURE__ */ e(N, { children: T.map(
|
|
302
300
|
(b) => _(b, r, s)
|
|
303
301
|
) })
|
|
304
302
|
] }, `${D.HISTORY.TITLE}-${r.id}-${s}`) : null) })
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsxs as i, Fragment as ae, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { n as K, INFINITE_SCROLL_LIMIT as U, INFINITE_SCROLL_THRESHOLD as re, LOCAL_STORAGE_PREFIX as u, LOCAL_STORAGE_SORT_TIMESTAMP as se, LOCAL_STORAGE_SORT_TOKEN_USAGE as oe, LOCAL_STORAGE_SORT as ne, y as I, LOCAL_STORAGE_CHAT_ID as ie, useDeleteChat as ce, useToggleFavoriteChat as le, graphQLRequest as de, SERVICE_TYPES as he, ACTION_SORT as me, v as ue, LOCAL_STORAGE_SEARCH as Ce, LOCAL_STORAGE_FAVORITES_ONLY as Se, LOCAL_STORAGE_KEYWORD_MATCH_ALL as fe, useChatsHistory as ye, useUserChatStats as pe, ACTION_SEARCH as Te } from "./index.
|
|
3
|
-
import { HistoryContext as Y, ChatContext as ge, e as m, APP_CLASSNAME as Ae, TOAST_CHAT_DELETED as Ee, HISTORY_TITLE as _e, IconSearch as Le, Button as De, L as Oe, j as ke } from "./LogoEntry.
|
|
4
|
-
import { Card as ve } from "./index.
|
|
5
|
-
import { useAiChat as Re, useLocalStorage as C, ConfirmationPanel as be, LazyToastContainerWrapper as Ie, showErrorToast as xe, v4 as we, CHAT_RESET as He, CHAT_SET_ATTACHMENTS as Ne, CHAT_SET_STATUS as Fe, Panel as Me, debounce as Ge, Toggle as B, CancelButton as Ve } from "./App.
|
|
6
|
-
import { TextInput as ze } from "./index.
|
|
2
|
+
import { n as K, INFINITE_SCROLL_LIMIT as U, INFINITE_SCROLL_THRESHOLD as re, LOCAL_STORAGE_PREFIX as u, LOCAL_STORAGE_SORT_TIMESTAMP as se, LOCAL_STORAGE_SORT_TOKEN_USAGE as oe, LOCAL_STORAGE_SORT as ne, y as I, LOCAL_STORAGE_CHAT_ID as ie, useDeleteChat as ce, useToggleFavoriteChat as le, graphQLRequest as de, SERVICE_TYPES as he, ACTION_SORT as me, v as ue, LOCAL_STORAGE_SEARCH as Ce, LOCAL_STORAGE_FAVORITES_ONLY as Se, LOCAL_STORAGE_KEYWORD_MATCH_ALL as fe, useChatsHistory as ye, useUserChatStats as pe, ACTION_SEARCH as Te } from "./index.DVCf7tp5.js";
|
|
3
|
+
import { HistoryContext as Y, ChatContext as ge, e as m, APP_CLASSNAME as Ae, TOAST_CHAT_DELETED as Ee, HISTORY_TITLE as _e, IconSearch as Le, Button as De, L as Oe, j as ke } from "./LogoEntry.BwA2ssO6.js";
|
|
4
|
+
import { Card as ve } from "./index.DNRN6B_p.js";
|
|
5
|
+
import { useAiChat as Re, useLocalStorage as C, ConfirmationPanel as be, LazyToastContainerWrapper as Ie, showErrorToast as xe, v4 as we, CHAT_RESET as He, CHAT_SET_ATTACHMENTS as Ne, CHAT_SET_STATUS as Fe, Panel as Me, debounce as Ge, Toggle as B, CancelButton as Ve } from "./App.B9tjGMnG.js";
|
|
6
|
+
import { TextInput as ze } from "./index.yI7VsMw8.js";
|
|
7
7
|
import Pe from "clsx";
|
|
8
8
|
import { useRef as x, useState as G, useContext as V, useCallback as j, Suspense as Ue, lazy as Be, useEffect as je } from "react";
|
|
9
9
|
const Ke = Be(
|
|
10
10
|
() => import(
|
|
11
11
|
/* webpackChunkName: "history-table" */
|
|
12
|
-
"./ChatHistoryTable.
|
|
12
|
+
"./ChatHistoryTable.-d8_qx2Z.js"
|
|
13
13
|
).then((S) => ({ default: S.ChatHistoryTable }))
|
|
14
14
|
), Ye = ({
|
|
15
15
|
filteredHistory: S,
|
|
@@ -336,7 +336,7 @@ const Ke = Be(
|
|
|
336
336
|
"min-h-[60vh]"
|
|
337
337
|
),
|
|
338
338
|
children: [
|
|
339
|
-
T && /* @__PURE__ */ t("p", { className: "m-0 text-
|
|
339
|
+
T && /* @__PURE__ */ t("p", { className: "m-0 text-copy-error-light", children: "Failed to load history." }),
|
|
340
340
|
!T && /* @__PURE__ */ t(
|
|
341
341
|
Ye,
|
|
342
342
|
{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e, Fragment as x } from "react/jsx-runtime";
|
|
2
|
-
import { n as L, getLayoutPaddingClass as M, getMessageContaintWrapperClass as b, isTauri as I } from "./index.
|
|
3
|
-
import { Logo as N, L as E, j as t, PASSWORD_PLACEHOLDER as y, ButtonIcon as p, IconShow as S, IconHide as v, Button as w, LOG_IN as P, LOG_IN_PASSKEY as z, IconPasskey as B } from "./LogoEntry.
|
|
4
|
-
import { Card as O } from "./index.
|
|
5
|
-
import { TextInput as T, TextInputMask as W } from "./index.
|
|
2
|
+
import { n as L, getLayoutPaddingClass as M, getMessageContaintWrapperClass as b, isTauri as I } from "./index.DVCf7tp5.js";
|
|
3
|
+
import { Logo as N, L as E, j as t, PASSWORD_PLACEHOLDER as y, ButtonIcon as p, IconShow as S, IconHide as v, Button as w, LOG_IN as P, LOG_IN_PASSKEY as z, IconPasskey as B } from "./LogoEntry.BwA2ssO6.js";
|
|
4
|
+
import { Card as O } from "./index.DNRN6B_p.js";
|
|
5
|
+
import { TextInput as T, TextInputMask as W } from "./index.yI7VsMw8.js";
|
|
6
6
|
import { useState as s, useEffect as h } from "react";
|
|
7
7
|
const q = () => {
|
|
8
8
|
const { login: g, logoutReason: o, loginWithPasskey: f } = L(), [n, l] = s(""), [d, m] = s(""), [c, C] = s(!0), [r, u] = s({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import E, { useRef as N, useEffect as A, useCallback as e1, useState as h1, useMemo as Y, useContext as t1, useId as d1, useLayoutEffect as X } from "react";
|
|
2
2
|
import { jsx as o, jsxs as l } from "react/jsx-runtime";
|
|
3
3
|
import n from "clsx";
|
|
4
|
-
import { V as d, e as u1, P as m1, r as p1 } from "./index.
|
|
4
|
+
import { V as d, e as u1, P as m1, r as p1 } from "./index.DVCf7tp5.js";
|
|
5
5
|
/*!
|
|
6
6
|
@versini/ui-hooks v6.0.0
|
|
7
7
|
© 2025 gizmette.com
|
|
@@ -1602,16 +1602,15 @@ const be = ({
|
|
|
1602
1602
|
{
|
|
1603
1603
|
className: n(
|
|
1604
1604
|
"prose prose-light",
|
|
1605
|
-
"prose-sm md:prose-base",
|
|
1606
1605
|
"prose-h1:mb-0 prose-h2:mt-0",
|
|
1607
1606
|
r,
|
|
1608
1607
|
{
|
|
1609
|
-
"prose-h2:text-
|
|
1608
|
+
"prose-h2:text-copy-error-light dark:prose-h2:text-copy-error-light": t && c?.runningMode === "development"
|
|
1610
1609
|
}
|
|
1611
1610
|
),
|
|
1612
1611
|
children: [
|
|
1613
|
-
/* @__PURE__ */ o("h1", { children: d }),
|
|
1614
|
-
/* @__PURE__ */ o("h2", { children: x1 })
|
|
1612
|
+
/* @__PURE__ */ o("h1", { className: "text-3xl sm:text-4xl", children: d }),
|
|
1613
|
+
/* @__PURE__ */ o("h2", { className: "text-xl sm:text-2xl", children: x1 })
|
|
1615
1614
|
]
|
|
1616
1615
|
}
|
|
1617
1616
|
)
|