@versini/sassysaint 8.61.3 → 8.62.0
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.BAx1HqFg.js → AboutChangelog.Bcp6_JXd.js} +2 -2
- package/dist/chunks/{AboutEntry.BxOSZ9Zn.js → AboutEntry.DVBUjCJk.js} +7 -7
- package/dist/chunks/{App.rQbSKvZ3.js → App.DL4IaJKE.js} +17 -20
- package/dist/chunks/{Chart.Dj64lK_N.js → Chart.COg_T_AO.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.DrDq6NyF.js → ChatBubbleAssistant.Bde_BKC8.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.C9mGRscp.js → ChatBubbleUser.CylWmaAk.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.BlfO2pn7.js → ChatHistoryTable.DwiAf2iK.js} +3 -3
- package/dist/chunks/{HistoryEntry.D6wETXAB.js → HistoryEntry.1J_Lw9HH.js} +3 -3
- package/dist/chunks/{ProfileEntry.BkNCg9RV.js → ProfileEntry.B7sOPbBh.js} +2 -2
- package/dist/chunks/SettingsEntry.fBAXDI0G.js +777 -0
- package/dist/chunks/{Table.BlbxuxDe.js → Table.DECiK51P.js} +2 -2
- package/dist/chunks/{UsageEntry.Mu8PQ0UR.js → UsageEntry.BnQ-62s3.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.wX3eDJpK.js → UserMemoriesPanel.DGqSP95i.js} +3 -3
- package/dist/chunks/{index.GWzy3bHo.js → index.Bt79QV0P.js} +1 -1
- package/dist/chunks/{index.BJWpr4PY.js → index.BxeCb1YH.js} +3 -3
- package/dist/chunks/{index.BDp4lUob.js → index.Cj-3H--g.js} +2 -2
- package/dist/chunks/{index.7KZcTWqp.js → index.CpgcMuF-.js} +1 -1
- package/dist/chunks/{index.BuMpzx4r.js → index.DZQCXS_u.js} +1 -1
- package/dist/chunks/{index.ENZu2o5O.js → index.DuFPaE4g.js} +1 -1
- package/dist/chunks/{index.Dk2MVovf.js → index.IGrBIWZE.js} +1 -1
- package/dist/chunks/{useMarkdown.CaiQ1WFj.js → useMarkdown.DfDymT8d.js} +6 -6
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
- package/dist/chunks/SettingsEntry.DrOPbOB2.js +0 -799
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { p as m, ButtonScroll as n } from "./App.
|
|
2
|
+
import { p as m, ButtonScroll as n } from "./App.DL4IaJKE.js";
|
|
3
3
|
import { useRef as f, useCallback as u, useLayoutEffect as p } from "react";
|
|
4
|
-
import { useMarkdown as d } from "./useMarkdown.
|
|
4
|
+
import { useMarkdown as d } from "./useMarkdown.DfDymT8d.js";
|
|
5
5
|
const b = ({ content: o }) => {
|
|
6
6
|
const [l, t] = d(), { ref: a, inViewport: c } = m(), e = f(null), i = u(() => {
|
|
7
7
|
e.current && e.current.scrollIntoView({
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsxs as b, Fragment as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { oe as
|
|
3
|
-
import { i as d, useServerCapabilities as
|
|
2
|
+
import { oe as A } from "./App.DL4IaJKE.js";
|
|
3
|
+
import { i as d, useServerCapabilities as g, useChangelogs as B, S as t, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.Bt79QV0P.js";
|
|
4
4
|
import O from "clsx";
|
|
5
5
|
import { Suspense as C, lazy as U } from "react";
|
|
6
6
|
const L = U(
|
|
7
7
|
() => import(
|
|
8
8
|
/* webpackChunkName: "LazyAboutChangelog" */
|
|
9
|
-
"./AboutChangelog.
|
|
9
|
+
"./AboutChangelog.Bcp6_JXd.js"
|
|
10
10
|
)
|
|
11
11
|
), N = () => {
|
|
12
|
-
const s = d(), i = d(), { data: o, isSuccess: m } =
|
|
12
|
+
const s = d(), i = d(), { data: o, isSuccess: m } = g(), { data: T, isSuccess: h } = B(), p = o?.version || "", a = o?.models || [], u = o?.buildTime || "";
|
|
13
13
|
return /* @__PURE__ */ b(l, { children: [
|
|
14
14
|
/* @__PURE__ */ e(
|
|
15
15
|
t,
|
|
@@ -18,8 +18,8 @@ const L = U(
|
|
|
18
18
|
className: "prose-dark dark:prose-lighter mb-4",
|
|
19
19
|
noBorder: !0,
|
|
20
20
|
children: c(s, {
|
|
21
|
-
[r.ABOUT.VERSION]: "8.
|
|
22
|
-
[r.ABOUT.BUILD_TIMESTAMP]: "10/
|
|
21
|
+
[r.ABOUT.VERSION]: "8.62.0",
|
|
22
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "10/15/2025 10:53 AM EDT"
|
|
23
23
|
})
|
|
24
24
|
}
|
|
25
25
|
),
|
|
@@ -54,7 +54,7 @@ const L = U(
|
|
|
54
54
|
open: s,
|
|
55
55
|
onOpenChange: i
|
|
56
56
|
}) => /* @__PURE__ */ e(
|
|
57
|
-
|
|
57
|
+
A,
|
|
58
58
|
{
|
|
59
59
|
open: s,
|
|
60
60
|
onOpenChange: i,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as l, jsxs as x, Fragment as Oe } from "react/jsx-runtime";
|
|
2
|
-
import { I as G, ACTION_SORT as Xa, ACTION_SEARCH as Qa, ACTION_RESET_PROMPT as eo, ACTION_TOGGLE_PROMPT as to, oe as Ka, te as ve, DEFAULT_ICON_ACTION_SIZE as Ie, isTauri as Bt, n as ye, useUserPreferences as Ze, isProbablyiPhone as Ae, serverUrl as ro, useEntitlements as es, L as wr, j as Qe, C as Kr, LOCAL_STORAGE_PREFIX as Ke, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ts, Pe as jt, LOCAL_STORAGE_REASONING_DISCLOSURE as rs, useChatsHistory as no, mutateCall as ns, SERVICE_TYPES as os, TOAST_CHAT_SAVED as as, PROMPT_CLASSNAME as ss, PROMPT_EDITABLE_AREA_CLASSNAME as is, i as cs, ERROR_MESSAGE as ls, c as ht, CLIPBOARD_PROMPT as en, INPUT_PLACEHOLDER_TEXT_MOBILE as tn, INPUT_PLACEHOLDER_TEXT_ENTER as rn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as nn, isProbablyMobile as Ir, ue as us, FOOTER_DISCLAIMERS as on, h as oo, isProbablyiPad as ds, INPUT_BOTTOM_OFFSET_EXTRA as an, INPUT_BOTTOM_OFFSET_IPHONE as ps, INPUT_BOTTOM_OFFSET_IPAD as ms, INPUT_BOTTOM_OFFSET as ao, getLayoutPaddingClass as Er, i$1 as hs, E as fs, y as gs, setNewProvider as vs, TOAST_PROVIDER_CHANGED as ys, LOG_OUT as sn, a as so, ne as cn, useServerCapabilities as _s, getMessageContaintWrapperClass as bs, UI_FOOTER_BUFFER as io, UI_BUTTON_SCROLL_BUFFER as ws, Logo as Is, UI_DEFAULT_MAIN_HEIGHT as ln, isPWAMode as Es, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ts, APP_CLASSNAME as Ss, le as un, pe as xs, LOCAL_STORAGE_SORT as ks, LOCAL_STORAGE_SEARCH as Cs, LOCAL_STORAGE_SORT_TIMESTAMP as Ns, LOCAL_STORAGE_SORT_TOKEN_USAGE as zs, TOAST_CACHE_ENABLED as As, TOAST_CACHE_DISABLED as Os } from "./index.
|
|
2
|
+
import { I as G, ACTION_SORT as Xa, ACTION_SEARCH as Qa, ACTION_RESET_PROMPT as eo, ACTION_TOGGLE_PROMPT as to, oe as Ka, te as ve, DEFAULT_ICON_ACTION_SIZE as Ie, isTauri as Bt, n as ye, useUserPreferences as Ze, isProbablyiPhone as Ae, serverUrl as ro, useEntitlements as es, L as wr, j as Qe, C as Kr, LOCAL_STORAGE_PREFIX as Ke, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ts, Pe as jt, LOCAL_STORAGE_REASONING_DISCLOSURE as rs, useChatsHistory as no, mutateCall as ns, SERVICE_TYPES as os, TOAST_CHAT_SAVED as as, PROMPT_CLASSNAME as ss, PROMPT_EDITABLE_AREA_CLASSNAME as is, i as cs, ERROR_MESSAGE as ls, c as ht, CLIPBOARD_PROMPT as en, INPUT_PLACEHOLDER_TEXT_MOBILE as tn, INPUT_PLACEHOLDER_TEXT_ENTER as rn, INPUT_PLACEHOLDER_TEXT_CMD_ENTER as nn, isProbablyMobile as Ir, ue as us, FOOTER_DISCLAIMERS as on, h as oo, isProbablyiPad as ds, INPUT_BOTTOM_OFFSET_EXTRA as an, INPUT_BOTTOM_OFFSET_IPHONE as ps, INPUT_BOTTOM_OFFSET_IPAD as ms, INPUT_BOTTOM_OFFSET as ao, getLayoutPaddingClass as Er, i$1 as hs, E as fs, y as gs, setNewProvider as vs, TOAST_PROVIDER_CHANGED as ys, LOG_OUT as sn, a as so, ne as cn, useServerCapabilities as _s, getMessageContaintWrapperClass as bs, UI_FOOTER_BUFFER as io, UI_BUTTON_SCROLL_BUFFER as ws, Logo as Is, UI_DEFAULT_MAIN_HEIGHT as ln, isPWAMode as Es, UI_DEFAULT_MAIN_HEIGHT_IPHONE as Ts, APP_CLASSNAME as Ss, le as un, pe as xs, LOCAL_STORAGE_SORT as ks, LOCAL_STORAGE_SEARCH as Cs, LOCAL_STORAGE_SORT_TIMESTAMP as Ns, LOCAL_STORAGE_SORT_TOKEN_USAGE as zs, TOAST_CACHE_ENABLED as As, TOAST_CACHE_DISABLED as Os } from "./index.Bt79QV0P.js";
|
|
3
3
|
import * as ae from "react";
|
|
4
4
|
import st, { useRef as J, useEffect as $, useState as P, useCallback as B, useSyncExternalStore as Pt, createContext as Ms, useContext as te, useId as co, forwardRef as lo, useMemo as nt, Suspense as Vt, lazy as Te, useReducer as xt, useLayoutEffect as $s } from "react";
|
|
5
5
|
import M from "clsx";
|
|
@@ -6641,7 +6641,7 @@ const ka = async () => (gr || (gr = import(
|
|
|
6641
6641
|
"./index.BwP0kG4H.js"
|
|
6642
6642
|
)), gr), Ca = async () => (vr || (vr = import(
|
|
6643
6643
|
/* webpackChunkName: "toast-utilities" */
|
|
6644
|
-
"./index.
|
|
6644
|
+
"./index.Bt79QV0P.js"
|
|
6645
6645
|
).then((e) => e.utilities)), vr), Zm = async () => {
|
|
6646
6646
|
try {
|
|
6647
6647
|
await Promise.all([ka(), Ca()]);
|
|
@@ -9083,38 +9083,38 @@ const Ph = (e) => {
|
|
|
9083
9083
|
}, sf = Te(
|
|
9084
9084
|
() => import(
|
|
9085
9085
|
/* webpackChunkName: "modal-chunk" */
|
|
9086
|
-
"./ProfileEntry.
|
|
9086
|
+
"./ProfileEntry.B7sOPbBh.js"
|
|
9087
9087
|
).then((e) => ({
|
|
9088
9088
|
default: e.Profile
|
|
9089
9089
|
}))
|
|
9090
9090
|
), cf = Te(
|
|
9091
9091
|
() => import(
|
|
9092
9092
|
/* webpackChunkName: "modal-chunk" */
|
|
9093
|
-
"./SettingsEntry.
|
|
9093
|
+
"./SettingsEntry.fBAXDI0G.js"
|
|
9094
9094
|
).then((e) => ({
|
|
9095
9095
|
default: e.SettingsPanel
|
|
9096
9096
|
}))
|
|
9097
9097
|
), lf = Te(
|
|
9098
9098
|
() => import(
|
|
9099
9099
|
/* webpackChunkName: "modal-chunk" */
|
|
9100
|
-
"./HistoryEntry.
|
|
9100
|
+
"./HistoryEntry.1J_Lw9HH.js"
|
|
9101
9101
|
).then((e) => ({
|
|
9102
9102
|
default: e.HistoryPanel
|
|
9103
9103
|
}))
|
|
9104
9104
|
), uf = Te(
|
|
9105
9105
|
() => import(
|
|
9106
9106
|
/* webpackChunkName: "modal-chunk" */
|
|
9107
|
-
"./AboutEntry.
|
|
9107
|
+
"./AboutEntry.DVBUjCJk.js"
|
|
9108
9108
|
).then((e) => ({ default: e.About }))
|
|
9109
9109
|
), df = Te(
|
|
9110
9110
|
() => import(
|
|
9111
9111
|
/* webpackChunkName: "modal-chunk" */
|
|
9112
|
-
"./UsageEntry.
|
|
9112
|
+
"./UsageEntry.BnQ-62s3.js"
|
|
9113
9113
|
).then((e) => ({ default: e.Usage }))
|
|
9114
9114
|
), pf = Te(
|
|
9115
9115
|
() => import(
|
|
9116
9116
|
/* webpackChunkName: "modal-chunk" */
|
|
9117
|
-
"./UserMemoriesPanel.
|
|
9117
|
+
"./UserMemoriesPanel.DGqSP95i.js"
|
|
9118
9118
|
).then(
|
|
9119
9119
|
(e) => ({ default: e.default })
|
|
9120
9120
|
)
|
|
@@ -9162,23 +9162,23 @@ const Ph = (e) => {
|
|
|
9162
9162
|
p || Promise.all([
|
|
9163
9163
|
import(
|
|
9164
9164
|
/* webpackChunkName: "modal-chunk" */
|
|
9165
|
-
"./ProfileEntry.
|
|
9165
|
+
"./ProfileEntry.B7sOPbBh.js"
|
|
9166
9166
|
),
|
|
9167
9167
|
import(
|
|
9168
9168
|
/* webpackChunkName: "modal-chunk" */
|
|
9169
|
-
"./SettingsEntry.
|
|
9169
|
+
"./SettingsEntry.fBAXDI0G.js"
|
|
9170
9170
|
),
|
|
9171
9171
|
import(
|
|
9172
9172
|
/* webpackChunkName: "modal-chunk" */
|
|
9173
|
-
"./HistoryEntry.
|
|
9173
|
+
"./HistoryEntry.1J_Lw9HH.js"
|
|
9174
9174
|
),
|
|
9175
9175
|
import(
|
|
9176
9176
|
/* webpackChunkName: "modal-chunk" */
|
|
9177
|
-
"./AboutEntry.
|
|
9177
|
+
"./AboutEntry.DVBUjCJk.js"
|
|
9178
9178
|
),
|
|
9179
9179
|
import(
|
|
9180
9180
|
/* webpackChunkName: "modal-chunk" */
|
|
9181
|
-
"./UsageEntry.
|
|
9181
|
+
"./UsageEntry.BnQ-62s3.js"
|
|
9182
9182
|
)
|
|
9183
9183
|
]).finally(() => d(!0));
|
|
9184
9184
|
}, [p]), v = B((b) => {
|
|
@@ -9424,18 +9424,18 @@ try {
|
|
|
9424
9424
|
} catch {
|
|
9425
9425
|
}
|
|
9426
9426
|
const vf = Te(
|
|
9427
|
-
() => import("./index.
|
|
9427
|
+
() => import("./index.IGrBIWZE.js").then((e) => ({ default: e.Bubble }))
|
|
9428
9428
|
), Yr = (e) => /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", { className: "inline-block" }), children: /* @__PURE__ */ l(vf, { ...e }) });
|
|
9429
9429
|
Yr.displayName = "AsyncBubble";
|
|
9430
9430
|
const Kn = 1, yf = 150, _f = Te(
|
|
9431
9431
|
() => import(
|
|
9432
9432
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
9433
|
-
"./ChatBubbleAssistant.
|
|
9433
|
+
"./ChatBubbleAssistant.Bde_BKC8.js"
|
|
9434
9434
|
)
|
|
9435
9435
|
), bf = Te(
|
|
9436
9436
|
() => import(
|
|
9437
9437
|
/* webpackChunkName: "LazyMessageUser" */
|
|
9438
|
-
"./ChatBubbleUser.
|
|
9438
|
+
"./ChatBubbleUser.CylWmaAk.js"
|
|
9439
9439
|
)
|
|
9440
9440
|
), wf = st.memo(
|
|
9441
9441
|
({
|
|
@@ -9461,10 +9461,7 @@ const Kn = 1, yf = 150, _f = Te(
|
|
|
9461
9461
|
}
|
|
9462
9462
|
s(!1);
|
|
9463
9463
|
}
|
|
9464
|
-
}, [t, i, o]), e === so && t ? /* @__PURE__ */
|
|
9465
|
-
/* @__PURE__ */ l(bf, { content: t }),
|
|
9466
|
-
";"
|
|
9467
|
-
] }) : (e === ht || e === cn) && o && (a === "submitted" || a === "streaming") && i ? /* @__PURE__ */ l(Yr, { tail: !0, children: /* @__PURE__ */ l(ja, { type: "dots" }) }) : (e === ht || e === cn) && t && t.trim().length >= Kn ? /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", {}), children: /* @__PURE__ */ l(
|
|
9464
|
+
}, [t, i, o]), e === so && t ? /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", {}), children: /* @__PURE__ */ l(bf, { content: t }) }) : (e === ht || e === cn) && o && (a === "submitted" || a === "streaming") && i ? /* @__PURE__ */ l(Yr, { tail: !0, children: /* @__PURE__ */ l(ja, { type: "dots" }) }) : (e === ht || e === cn) && t && t.trim().length >= Kn ? /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", {}), children: /* @__PURE__ */ l(
|
|
9468
9465
|
_f,
|
|
9469
9466
|
{
|
|
9470
9467
|
role: e,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as Ap } from "react/jsx-runtime";
|
|
2
|
-
import { getDefaultExportFromCjs as ln } from "./App.
|
|
2
|
+
import { getDefaultExportFromCjs as ln } from "./App.DL4IaJKE.js";
|
|
3
3
|
import Cp, { useState as Pp, useEffect as Op } from "react";
|
|
4
|
-
import { TRIMESTERS as rn, TRIMESTERS_SHORT as Lp, isProbablyMobile as Ep } from "./index.
|
|
4
|
+
import { TRIMESTERS as rn, TRIMESTERS_SHORT as Lp, isProbablyMobile as Ep } from "./index.Bt79QV0P.js";
|
|
5
5
|
var ls = { exports: {} }, Ip = ls.exports, on;
|
|
6
6
|
function Dp() {
|
|
7
7
|
return on || (on = 1, (function(ke, ne) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
|
-
import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, ne as L } from "./index.
|
|
3
|
-
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.
|
|
2
|
+
import { n as N, useUserPreferences as O, convertCamelCaseToReadable as P, numberFormatter as R, pluralize as y, ne as L } from "./index.Bt79QV0P.js";
|
|
3
|
+
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.IGrBIWZE.js";
|
|
4
4
|
import w from "clsx";
|
|
5
5
|
import v, { useState as b, useRef as A, useEffect as U, useContext as B } from "react";
|
|
6
|
-
import { ChatContext as G, AsyncBubble as E } from "./App.
|
|
7
|
-
import { useMarkdown as D } from "./useMarkdown.
|
|
6
|
+
import { ChatContext as G, AsyncBubble as E } from "./App.DL4IaJKE.js";
|
|
7
|
+
import { useMarkdown as D } from "./useMarkdown.DfDymT8d.js";
|
|
8
8
|
const j = 2, q = j * 1e3, x = "", I = (e) => e * (2 - e);
|
|
9
9
|
function W(e, n = !0) {
|
|
10
10
|
const [a, p] = b(0), [i, C] = b(0), [t, T] = b(e), r = A(0), s = A(0);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as n, Fragment as b, jsxs as A } from "react/jsx-runtime";
|
|
2
2
|
import { useState as C, useMemo as u, isValidElement as p, useEffect as I } from "react";
|
|
3
|
-
import { AsyncBubble as w } from "./App.
|
|
4
|
-
import { useMarkdown as _ } from "./useMarkdown.
|
|
5
|
-
import { C as M } from "./index.
|
|
3
|
+
import { AsyncBubble as w } from "./App.DL4IaJKE.js";
|
|
4
|
+
import { useMarkdown as _ } from "./useMarkdown.DfDymT8d.js";
|
|
5
|
+
import { C as M } from "./index.Bt79QV0P.js";
|
|
6
6
|
const R = 200, N = ({
|
|
7
7
|
string: e,
|
|
8
8
|
idealLength: r = R
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { I as g, le as N, pe as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as x, numberFormatter as k, Oe as b, isProbablyMobile as D, y as U, i$1 as B, E as I } from "./index.
|
|
3
|
-
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.
|
|
2
|
+
import { I as g, le as N, pe as C, INFINITE_SCROLL_THRESHOLD as A, CARDS as E, pluralize as y, te as x, numberFormatter as k, Oe as b, isProbablyMobile as D, y as U, i$1 as B, E as I } from "./index.Bt79QV0P.js";
|
|
3
|
+
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.DL4IaJKE.js";
|
|
4
4
|
import h from "clsx";
|
|
5
5
|
import { Fragment as $ } from "react";
|
|
6
|
-
import { j as _, D as H, G as M, H as Y, U as F, M as a, F as f, l as G } from "./Table.
|
|
6
|
+
import { j as _, D as H, G as M, H as Y, U as F, M as a, F as f, l as G } from "./Table.DECiK51P.js";
|
|
7
7
|
const K = ({
|
|
8
8
|
className: c,
|
|
9
9
|
viewBox: l,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as n, jsx as t, Fragment as Q } from "react/jsx-runtime";
|
|
2
|
-
import { I as Z, n as P, INFINITE_SCROLL_LIMIT as G, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as y, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, le as L, useUserPreferences as se, APP_CLASSNAME as oe, mutateCall as b, SERVICE_TYPES as x, setNewProvider as ie, ACTION_SORT as ne, pe as ce, TOAST_CHAT_DELETED as le, TOAST_PROVIDER_CHANGED as de, useChatsHistory as he, LOCAL_STORAGE_SEARCH as me, LOCAL_STORAGE_FAVORITES_ONLY as ue, HISTORY_TITLE as Ce, S as Se, Y as pe, debounce as Te, C as fe, ACTION_SEARCH as ye } from "./index.
|
|
3
|
-
import { HistoryContext as z, ChatContext as M, useAiChat as Ee, E, e as m, ConfirmationPanel as ge, LazyToastContainerWrapper as Ae, showErrorToast as _e, CHAT_SET_PROVIDER as Oe, showSuccessToast as ve, CHAT_SET_STATUS as De, oe as Le, O as Re } from "./App.
|
|
2
|
+
import { I as Z, n as P, INFINITE_SCROLL_LIMIT as G, INFINITE_SCROLL_THRESHOLD as ee, LOCAL_STORAGE_PREFIX as y, LOCAL_STORAGE_SORT_TIMESTAMP as te, LOCAL_STORAGE_SORT_TOKEN_USAGE as re, LOCAL_STORAGE_SORT as ae, le as L, useUserPreferences as se, APP_CLASSNAME as oe, mutateCall as b, SERVICE_TYPES as x, setNewProvider as ie, ACTION_SORT as ne, pe as ce, TOAST_CHAT_DELETED as le, TOAST_PROVIDER_CHANGED as de, useChatsHistory as he, LOCAL_STORAGE_SEARCH as me, LOCAL_STORAGE_FAVORITES_ONLY as ue, HISTORY_TITLE as Ce, S as Se, Y as pe, debounce as Te, C as fe, ACTION_SEARCH as ye } from "./index.Bt79QV0P.js";
|
|
3
|
+
import { HistoryContext as z, ChatContext as M, useAiChat as Ee, E, e as m, ConfirmationPanel as ge, LazyToastContainerWrapper as Ae, showErrorToast as _e, CHAT_SET_PROVIDER as Oe, showSuccessToast as ve, CHAT_SET_STATUS as De, oe as Le, O as Re } from "./App.DL4IaJKE.js";
|
|
4
4
|
import { useRef as H, useState as F, useContext as R, useCallback as ke, useEffect as U, Suspense as Ie, lazy as we } from "react";
|
|
5
5
|
const Ne = ({
|
|
6
6
|
className: l,
|
|
@@ -31,7 +31,7 @@ const Ne = ({
|
|
|
31
31
|
), be = we(
|
|
32
32
|
() => import(
|
|
33
33
|
/* webpackChunkName: "history-table" */
|
|
34
|
-
"./ChatHistoryTable.
|
|
34
|
+
"./ChatHistoryTable.DwiAf2iK.js"
|
|
35
35
|
).then((l) => ({ default: l.ChatHistoryTable }))
|
|
36
36
|
), xe = ({
|
|
37
37
|
filteredHistory: l,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as t, Fragment as m, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { oe as h } from "./App.
|
|
3
|
-
import { n as S, i as R, S as a, renderDataAsList as N, CARDS as r, it as P, isTauri as u, te as T, l as E, L as p, j as l, PROFILE_TITLE as C } from "./index.
|
|
2
|
+
import { oe as h } from "./App.DL4IaJKE.js";
|
|
3
|
+
import { n as S, i as R, S as a, renderDataAsList as N, CARDS as r, it as P, isTauri as u, te as T, l as E, L as p, j as l, PROFILE_TITLE as C } from "./index.Bt79QV0P.js";
|
|
4
4
|
const A = () => {
|
|
5
5
|
const { isAuthenticated: n, user: i, registeringForPasskey: o, authenticationType: c } = S(), d = R(), s = i?.username || "";
|
|
6
6
|
return n && s ? /* @__PURE__ */ t(m, { children: [
|