@versini/sassysaint 8.60.0 → 8.61.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.D7rARJQu.js → AboutChangelog.D7I8wIR3.js} +2 -2
- package/dist/chunks/{AboutEntry.2nf0TV4n.js → AboutEntry.CgoQFkvL.js} +5 -5
- package/dist/chunks/{App.Ch8FU2zW.js → App.ChCi2CJv.js} +23 -22
- package/dist/chunks/{Chart.Iz1BoL-_.js → Chart.Da_tRET4.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.M4WRDuaw.js → ChatBubbleAssistant.UxHsZzEZ.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.CJHFRmMF.js → ChatBubbleUser.D59prA_b.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.B2mRc_wV.js → ChatHistoryTable.BmLIy_n6.js} +3 -3
- package/dist/chunks/{HistoryEntry.71E6Pz_O.js → HistoryEntry.BBQJlZU0.js} +3 -3
- package/dist/chunks/{ProfileEntry.BWsYCeof.js → ProfileEntry.CJfuMvZl.js} +2 -2
- package/dist/chunks/{SettingsEntry.Qi5gQD0-.js → SettingsEntry.DTXEVYGc.js} +317 -299
- package/dist/chunks/{Table.SHD8KKEE.js → Table.BJuGy_cI.js} +2 -2
- package/dist/chunks/{UsageEntry.DPhNHm9B.js → UsageEntry.nh1Wkgex.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.CT_7TJ_Z.js → UserMemoriesPanel.CjK4BTtb.js} +3 -3
- package/dist/chunks/{index.CqKtw4TJ.js → index.BVY22Byt.js} +1 -1
- package/dist/chunks/{index.BBAApLM_.js → index.C-XRoqj9.js} +1 -1
- package/dist/chunks/{index.DG2NgWZ6.js → index.C2Gm2e-k.js} +1 -1
- package/dist/chunks/{index.DnHjiSVh.js → index.CClDcTsc.js} +125 -113
- package/dist/chunks/{index.BJqzFaBo.js → index.CdI5w59v.js} +2 -2
- package/dist/chunks/{index.HkxzuofI.js → index.CrfYzm7K.js} +1 -1
- package/dist/chunks/{index.CEgF3L_6.js → index.DAxNz-ru.js} +3 -3
- package/dist/chunks/{useMarkdown.BBFa2GkT.js → useMarkdown.BXmbIhuT.js} +6 -6
- package/dist/components/SassySaint/SassySaint.js +1 -1
- package/dist/index.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -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.ChCi2CJv.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.BXmbIhuT.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,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as b, Fragment as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { oe as g } from "./App.
|
|
3
|
-
import { i as d, useServerCapabilities as A, useChangelogs as B, S as t, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.
|
|
2
|
+
import { oe as g } from "./App.ChCi2CJv.js";
|
|
3
|
+
import { i as d, useServerCapabilities as A, useChangelogs as B, S as t, renderDataAsList as c, CARDS as r, pluralize as E, isProbablyMobile as I, ABOUT_TITLE as S } from "./index.CClDcTsc.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.D7I8wIR3.js"
|
|
10
10
|
)
|
|
11
11
|
), N = () => {
|
|
12
12
|
const s = d(), i = d(), { data: o, isSuccess: m } = A(), { data: T, isSuccess: h } = B(), p = o?.version || "", a = o?.models || [], u = o?.buildTime || "";
|
|
@@ -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.61.1",
|
|
22
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "10/14/2025 12:16 PM EDT"
|
|
23
23
|
})
|
|
24
24
|
}
|
|
25
25
|
),
|
|
@@ -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 we, isTauri as Bt, n as Ee, isProbablyiPhone as Ae, serverUrl as ro, useEntitlements as es, L as wr, j as Xe, C as Kr, LOCAL_STORAGE_PREFIX as Qe, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ts, Pe as jt, useUserPreferences as _t, 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 mt, 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 we, isTauri as Bt, n as Ee, isProbablyiPhone as Ae, serverUrl as ro, useEntitlements as es, L as wr, j as Xe, C as Kr, LOCAL_STORAGE_PREFIX as Qe, LOCAL_STORAGE_PRIVATE_DISCLOSURE as ts, Pe as jt, useUserPreferences as _t, 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 mt, 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.CClDcTsc.js";
|
|
3
3
|
import * as ae from "react";
|
|
4
4
|
import at, { useRef as J, useEffect as M, useState as $, useCallback as B, useSyncExternalStore as Pt, createContext as Ms, useContext as te, useId as co, forwardRef as lo, useMemo as rt, Suspense as Vt, lazy as Te, useReducer as xt, useLayoutEffect as $s } from "react";
|
|
5
5
|
import O 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.CClDcTsc.js"
|
|
6645
6645
|
).then((e) => e.utilities)), vr), Zm = async () => {
|
|
6646
6646
|
try {
|
|
6647
6647
|
await Promise.all([ka(), Ca()]);
|
|
@@ -8532,7 +8532,8 @@ const Ph = (e) => {
|
|
|
8532
8532
|
), Jh = () => O(
|
|
8533
8533
|
"peer",
|
|
8534
8534
|
"text-base resize-none overflow-hidden w-full text-inherit outline-none",
|
|
8535
|
-
"h-6 pr-2 pl-4"
|
|
8535
|
+
"h-6 pr-2 pl-4",
|
|
8536
|
+
"placeholder:text-surface-medium"
|
|
8536
8537
|
), Gh = ({ className: e }) => {
|
|
8537
8538
|
const t = O(
|
|
8538
8539
|
ss,
|
|
@@ -8881,17 +8882,17 @@ const Ph = (e) => {
|
|
|
8881
8882
|
/* @__PURE__ */ l(qh, { files: o, clearFile: Wa }),
|
|
8882
8883
|
/* @__PURE__ */ x("div", { className: "p-2 flex items-center", children: [
|
|
8883
8884
|
/* @__PURE__ */ l(Lh, { className: "order-7 ml-auto" }),
|
|
8884
|
-
/* @__PURE__ */ l(ih, { className: "order-1 mr-
|
|
8885
|
-
/* @__PURE__ */ l(Rh, { className: "order-2 mr-
|
|
8885
|
+
/* @__PURE__ */ l(ih, { className: "order-1 mr-3 sm:mr-2" }),
|
|
8886
|
+
/* @__PURE__ */ l(Rh, { className: "order-2 mr-3 sm:mr-2" }),
|
|
8886
8887
|
r && /* @__PURE__ */ l(
|
|
8887
8888
|
sh,
|
|
8888
8889
|
{
|
|
8889
|
-
className: "order-3 mr-
|
|
8890
|
+
className: "order-3 mr-3 sm:mr-2",
|
|
8890
8891
|
onClick: Ga
|
|
8891
8892
|
}
|
|
8892
8893
|
),
|
|
8893
|
-
n && /* @__PURE__ */ l(Zh, { className: "order-4 mr-
|
|
8894
|
-
/* @__PURE__ */ l(Ah, { className: "order-5 mr-
|
|
8894
|
+
n && z?.showReasoningButton && /* @__PURE__ */ l(Zh, { className: "order-4 mr-3 sm:mr-2" }),
|
|
8895
|
+
/* @__PURE__ */ l(Ah, { className: "order-5 mr-3 sm:mr-2" }),
|
|
8895
8896
|
/* @__PURE__ */ l(Dh, { className: "order-6" })
|
|
8896
8897
|
] })
|
|
8897
8898
|
] }) })
|
|
@@ -9072,38 +9073,38 @@ const Ph = (e) => {
|
|
|
9072
9073
|
}, sf = Te(
|
|
9073
9074
|
() => import(
|
|
9074
9075
|
/* webpackChunkName: "modal-chunk" */
|
|
9075
|
-
"./ProfileEntry.
|
|
9076
|
+
"./ProfileEntry.CJfuMvZl.js"
|
|
9076
9077
|
).then((e) => ({
|
|
9077
9078
|
default: e.Profile
|
|
9078
9079
|
}))
|
|
9079
9080
|
), cf = Te(
|
|
9080
9081
|
() => import(
|
|
9081
9082
|
/* webpackChunkName: "modal-chunk" */
|
|
9082
|
-
"./SettingsEntry.
|
|
9083
|
+
"./SettingsEntry.DTXEVYGc.js"
|
|
9083
9084
|
).then((e) => ({
|
|
9084
9085
|
default: e.SettingsPanel
|
|
9085
9086
|
}))
|
|
9086
9087
|
), lf = Te(
|
|
9087
9088
|
() => import(
|
|
9088
9089
|
/* webpackChunkName: "modal-chunk" */
|
|
9089
|
-
"./HistoryEntry.
|
|
9090
|
+
"./HistoryEntry.BBQJlZU0.js"
|
|
9090
9091
|
).then((e) => ({
|
|
9091
9092
|
default: e.HistoryPanel
|
|
9092
9093
|
}))
|
|
9093
9094
|
), uf = Te(
|
|
9094
9095
|
() => import(
|
|
9095
9096
|
/* webpackChunkName: "modal-chunk" */
|
|
9096
|
-
"./AboutEntry.
|
|
9097
|
+
"./AboutEntry.CgoQFkvL.js"
|
|
9097
9098
|
).then((e) => ({ default: e.About }))
|
|
9098
9099
|
), df = Te(
|
|
9099
9100
|
() => import(
|
|
9100
9101
|
/* webpackChunkName: "modal-chunk" */
|
|
9101
|
-
"./UsageEntry.
|
|
9102
|
+
"./UsageEntry.nh1Wkgex.js"
|
|
9102
9103
|
).then((e) => ({ default: e.Usage }))
|
|
9103
9104
|
), pf = Te(
|
|
9104
9105
|
() => import(
|
|
9105
9106
|
/* webpackChunkName: "modal-chunk" */
|
|
9106
|
-
"./UserMemoriesPanel.
|
|
9107
|
+
"./UserMemoriesPanel.CjK4BTtb.js"
|
|
9107
9108
|
).then(
|
|
9108
9109
|
(e) => ({ default: e.default })
|
|
9109
9110
|
)
|
|
@@ -9151,23 +9152,23 @@ const Ph = (e) => {
|
|
|
9151
9152
|
p || Promise.all([
|
|
9152
9153
|
import(
|
|
9153
9154
|
/* webpackChunkName: "modal-chunk" */
|
|
9154
|
-
"./ProfileEntry.
|
|
9155
|
+
"./ProfileEntry.CJfuMvZl.js"
|
|
9155
9156
|
),
|
|
9156
9157
|
import(
|
|
9157
9158
|
/* webpackChunkName: "modal-chunk" */
|
|
9158
|
-
"./SettingsEntry.
|
|
9159
|
+
"./SettingsEntry.DTXEVYGc.js"
|
|
9159
9160
|
),
|
|
9160
9161
|
import(
|
|
9161
9162
|
/* webpackChunkName: "modal-chunk" */
|
|
9162
|
-
"./HistoryEntry.
|
|
9163
|
+
"./HistoryEntry.BBQJlZU0.js"
|
|
9163
9164
|
),
|
|
9164
9165
|
import(
|
|
9165
9166
|
/* webpackChunkName: "modal-chunk" */
|
|
9166
|
-
"./AboutEntry.
|
|
9167
|
+
"./AboutEntry.CgoQFkvL.js"
|
|
9167
9168
|
),
|
|
9168
9169
|
import(
|
|
9169
9170
|
/* webpackChunkName: "modal-chunk" */
|
|
9170
|
-
"./UsageEntry.
|
|
9171
|
+
"./UsageEntry.nh1Wkgex.js"
|
|
9171
9172
|
)
|
|
9172
9173
|
]).finally(() => d(!0));
|
|
9173
9174
|
}, [p]), v = B((b) => {
|
|
@@ -9413,18 +9414,18 @@ try {
|
|
|
9413
9414
|
} catch {
|
|
9414
9415
|
}
|
|
9415
9416
|
const vf = Te(
|
|
9416
|
-
() => import("./index.
|
|
9417
|
+
() => import("./index.C-XRoqj9.js").then((e) => ({ default: e.Bubble }))
|
|
9417
9418
|
), Yr = (e) => /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", { className: "inline-block" }), children: /* @__PURE__ */ l(vf, { ...e }) });
|
|
9418
9419
|
Yr.displayName = "AsyncBubble";
|
|
9419
9420
|
const Kn = 1, yf = 150, _f = Te(
|
|
9420
9421
|
() => import(
|
|
9421
9422
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
9422
|
-
"./ChatBubbleAssistant.
|
|
9423
|
+
"./ChatBubbleAssistant.UxHsZzEZ.js"
|
|
9423
9424
|
)
|
|
9424
9425
|
), bf = Te(
|
|
9425
9426
|
() => import(
|
|
9426
9427
|
/* webpackChunkName: "LazyMessageUser" */
|
|
9427
|
-
"./ChatBubbleUser.
|
|
9428
|
+
"./ChatBubbleUser.D59prA_b.js"
|
|
9428
9429
|
)
|
|
9429
9430
|
), wf = at.memo(
|
|
9430
9431
|
({
|
|
@@ -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.ChCi2CJv.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.CClDcTsc.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.CClDcTsc.js";
|
|
3
|
+
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.C-XRoqj9.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.ChCi2CJv.js";
|
|
7
|
+
import { useMarkdown as D } from "./useMarkdown.BXmbIhuT.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.ChCi2CJv.js";
|
|
4
|
+
import { useMarkdown as _ } from "./useMarkdown.BXmbIhuT.js";
|
|
5
|
+
import { C as M } from "./index.CClDcTsc.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.CClDcTsc.js";
|
|
3
|
+
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.ChCi2CJv.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.BJuGy_cI.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.CClDcTsc.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.ChCi2CJv.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.BmLIy_n6.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.ChCi2CJv.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.CClDcTsc.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: [
|