@versini/sassysaint 8.60.0 → 8.61.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.D7rARJQu.js → AboutChangelog.khIO6IQv.js} +2 -2
- package/dist/chunks/{AboutEntry.2nf0TV4n.js → AboutEntry.C8vztscz.js} +7 -7
- package/dist/chunks/{App.Ch8FU2zW.js → App.BrPp8T2f.js} +21 -21
- package/dist/chunks/{Chart.Iz1BoL-_.js → Chart.-OJvZ1z-.js} +2 -2
- package/dist/chunks/{ChatBubbleAssistant.M4WRDuaw.js → ChatBubbleAssistant.R0psov42.js} +4 -4
- package/dist/chunks/{ChatBubbleUser.CJHFRmMF.js → ChatBubbleUser.Cyfsx64P.js} +3 -3
- package/dist/chunks/{ChatHistoryTable.B2mRc_wV.js → ChatHistoryTable.CyvWYwYT.js} +3 -3
- package/dist/chunks/{HistoryEntry.71E6Pz_O.js → HistoryEntry.COlV18V9.js} +3 -3
- package/dist/chunks/{ProfileEntry.BWsYCeof.js → ProfileEntry.Cz0cXlvu.js} +2 -2
- package/dist/chunks/{SettingsEntry.Qi5gQD0-.js → SettingsEntry.DlOg852u.js} +317 -299
- package/dist/chunks/{Table.SHD8KKEE.js → Table.lgFnJD0P.js} +2 -2
- package/dist/chunks/{UsageEntry.DPhNHm9B.js → UsageEntry.DqdOT7Fq.js} +3 -3
- package/dist/chunks/{UserMemoriesPanel.CT_7TJ_Z.js → UserMemoriesPanel.oDlcY89z.js} +3 -3
- package/dist/chunks/{index.BBAApLM_.js → index.B-qS2v_F.js} +1 -1
- package/dist/chunks/{index.BJqzFaBo.js → index.B73h5HsZ.js} +2 -2
- package/dist/chunks/{index.CEgF3L_6.js → index.BPgNgE6z.js} +3 -3
- package/dist/chunks/{index.DnHjiSVh.js → index.D0NeHQ_Z.js} +7 -3
- package/dist/chunks/{index.CqKtw4TJ.js → index.DPie0Opm.js} +1 -1
- package/dist/chunks/{index.DG2NgWZ6.js → index.KT85y0Xl.js} +1 -1
- package/dist/chunks/{index.HkxzuofI.js → index.UrB_uFIS.js} +1 -1
- package/dist/chunks/{useMarkdown.BBFa2GkT.js → useMarkdown.DCsDrRoY.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.BrPp8T2f.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.DCsDrRoY.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.BrPp8T2f.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.D0NeHQ_Z.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.khIO6IQv.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.61.0",
|
|
22
|
+
[r.ABOUT.BUILD_TIMESTAMP]: "10/14/2025 10:21 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 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.D0NeHQ_Z.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.D0NeHQ_Z.js"
|
|
6645
6645
|
).then((e) => e.utilities)), vr), Zm = async () => {
|
|
6646
6646
|
try {
|
|
6647
6647
|
await Promise.all([ka(), Ca()]);
|
|
@@ -8881,17 +8881,17 @@ const Ph = (e) => {
|
|
|
8881
8881
|
/* @__PURE__ */ l(qh, { files: o, clearFile: Wa }),
|
|
8882
8882
|
/* @__PURE__ */ x("div", { className: "p-2 flex items-center", children: [
|
|
8883
8883
|
/* @__PURE__ */ l(Lh, { className: "order-7 ml-auto" }),
|
|
8884
|
-
/* @__PURE__ */ l(ih, { className: "order-1 mr-
|
|
8885
|
-
/* @__PURE__ */ l(Rh, { className: "order-2 mr-
|
|
8884
|
+
/* @__PURE__ */ l(ih, { className: "order-1 mr-3 sm:mr-2" }),
|
|
8885
|
+
/* @__PURE__ */ l(Rh, { className: "order-2 mr-3 sm:mr-2" }),
|
|
8886
8886
|
r && /* @__PURE__ */ l(
|
|
8887
8887
|
sh,
|
|
8888
8888
|
{
|
|
8889
|
-
className: "order-3 mr-
|
|
8889
|
+
className: "order-3 mr-3 sm:mr-2",
|
|
8890
8890
|
onClick: Ga
|
|
8891
8891
|
}
|
|
8892
8892
|
),
|
|
8893
|
-
n && /* @__PURE__ */ l(Zh, { className: "order-4 mr-
|
|
8894
|
-
/* @__PURE__ */ l(Ah, { className: "order-5 mr-
|
|
8893
|
+
n && z?.showReasoningButton && /* @__PURE__ */ l(Zh, { className: "order-4 mr-3 sm:mr-2" }),
|
|
8894
|
+
/* @__PURE__ */ l(Ah, { className: "order-5 mr-3 sm:mr-2" }),
|
|
8895
8895
|
/* @__PURE__ */ l(Dh, { className: "order-6" })
|
|
8896
8896
|
] })
|
|
8897
8897
|
] }) })
|
|
@@ -9072,38 +9072,38 @@ const Ph = (e) => {
|
|
|
9072
9072
|
}, sf = Te(
|
|
9073
9073
|
() => import(
|
|
9074
9074
|
/* webpackChunkName: "modal-chunk" */
|
|
9075
|
-
"./ProfileEntry.
|
|
9075
|
+
"./ProfileEntry.Cz0cXlvu.js"
|
|
9076
9076
|
).then((e) => ({
|
|
9077
9077
|
default: e.Profile
|
|
9078
9078
|
}))
|
|
9079
9079
|
), cf = Te(
|
|
9080
9080
|
() => import(
|
|
9081
9081
|
/* webpackChunkName: "modal-chunk" */
|
|
9082
|
-
"./SettingsEntry.
|
|
9082
|
+
"./SettingsEntry.DlOg852u.js"
|
|
9083
9083
|
).then((e) => ({
|
|
9084
9084
|
default: e.SettingsPanel
|
|
9085
9085
|
}))
|
|
9086
9086
|
), lf = Te(
|
|
9087
9087
|
() => import(
|
|
9088
9088
|
/* webpackChunkName: "modal-chunk" */
|
|
9089
|
-
"./HistoryEntry.
|
|
9089
|
+
"./HistoryEntry.COlV18V9.js"
|
|
9090
9090
|
).then((e) => ({
|
|
9091
9091
|
default: e.HistoryPanel
|
|
9092
9092
|
}))
|
|
9093
9093
|
), uf = Te(
|
|
9094
9094
|
() => import(
|
|
9095
9095
|
/* webpackChunkName: "modal-chunk" */
|
|
9096
|
-
"./AboutEntry.
|
|
9096
|
+
"./AboutEntry.C8vztscz.js"
|
|
9097
9097
|
).then((e) => ({ default: e.About }))
|
|
9098
9098
|
), df = Te(
|
|
9099
9099
|
() => import(
|
|
9100
9100
|
/* webpackChunkName: "modal-chunk" */
|
|
9101
|
-
"./UsageEntry.
|
|
9101
|
+
"./UsageEntry.DqdOT7Fq.js"
|
|
9102
9102
|
).then((e) => ({ default: e.Usage }))
|
|
9103
9103
|
), pf = Te(
|
|
9104
9104
|
() => import(
|
|
9105
9105
|
/* webpackChunkName: "modal-chunk" */
|
|
9106
|
-
"./UserMemoriesPanel.
|
|
9106
|
+
"./UserMemoriesPanel.oDlcY89z.js"
|
|
9107
9107
|
).then(
|
|
9108
9108
|
(e) => ({ default: e.default })
|
|
9109
9109
|
)
|
|
@@ -9151,23 +9151,23 @@ const Ph = (e) => {
|
|
|
9151
9151
|
p || Promise.all([
|
|
9152
9152
|
import(
|
|
9153
9153
|
/* webpackChunkName: "modal-chunk" */
|
|
9154
|
-
"./ProfileEntry.
|
|
9154
|
+
"./ProfileEntry.Cz0cXlvu.js"
|
|
9155
9155
|
),
|
|
9156
9156
|
import(
|
|
9157
9157
|
/* webpackChunkName: "modal-chunk" */
|
|
9158
|
-
"./SettingsEntry.
|
|
9158
|
+
"./SettingsEntry.DlOg852u.js"
|
|
9159
9159
|
),
|
|
9160
9160
|
import(
|
|
9161
9161
|
/* webpackChunkName: "modal-chunk" */
|
|
9162
|
-
"./HistoryEntry.
|
|
9162
|
+
"./HistoryEntry.COlV18V9.js"
|
|
9163
9163
|
),
|
|
9164
9164
|
import(
|
|
9165
9165
|
/* webpackChunkName: "modal-chunk" */
|
|
9166
|
-
"./AboutEntry.
|
|
9166
|
+
"./AboutEntry.C8vztscz.js"
|
|
9167
9167
|
),
|
|
9168
9168
|
import(
|
|
9169
9169
|
/* webpackChunkName: "modal-chunk" */
|
|
9170
|
-
"./UsageEntry.
|
|
9170
|
+
"./UsageEntry.DqdOT7Fq.js"
|
|
9171
9171
|
)
|
|
9172
9172
|
]).finally(() => d(!0));
|
|
9173
9173
|
}, [p]), v = B((b) => {
|
|
@@ -9413,18 +9413,18 @@ try {
|
|
|
9413
9413
|
} catch {
|
|
9414
9414
|
}
|
|
9415
9415
|
const vf = Te(
|
|
9416
|
-
() => import("./index.
|
|
9416
|
+
() => import("./index.B-qS2v_F.js").then((e) => ({ default: e.Bubble }))
|
|
9417
9417
|
), Yr = (e) => /* @__PURE__ */ l(Vt, { fallback: /* @__PURE__ */ l("span", { className: "inline-block" }), children: /* @__PURE__ */ l(vf, { ...e }) });
|
|
9418
9418
|
Yr.displayName = "AsyncBubble";
|
|
9419
9419
|
const Kn = 1, yf = 150, _f = Te(
|
|
9420
9420
|
() => import(
|
|
9421
9421
|
/* webpackChunkName: "LazyMessageAssistant" */
|
|
9422
|
-
"./ChatBubbleAssistant.
|
|
9422
|
+
"./ChatBubbleAssistant.R0psov42.js"
|
|
9423
9423
|
)
|
|
9424
9424
|
), bf = Te(
|
|
9425
9425
|
() => import(
|
|
9426
9426
|
/* webpackChunkName: "LazyMessageUser" */
|
|
9427
|
-
"./ChatBubbleUser.
|
|
9427
|
+
"./ChatBubbleUser.Cyfsx64P.js"
|
|
9428
9428
|
)
|
|
9429
9429
|
), wf = at.memo(
|
|
9430
9430
|
({
|
|
@@ -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.BrPp8T2f.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.D0NeHQ_Z.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.D0NeHQ_Z.js";
|
|
3
|
+
import { BUBBLE_FOOTER_EMPTY as _ } from "./index.B-qS2v_F.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.BrPp8T2f.js";
|
|
7
|
+
import { useMarkdown as D } from "./useMarkdown.DCsDrRoY.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.BrPp8T2f.js";
|
|
4
|
+
import { useMarkdown as _ } from "./useMarkdown.DCsDrRoY.js";
|
|
5
|
+
import { C as M } from "./index.D0NeHQ_Z.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.D0NeHQ_Z.js";
|
|
3
|
+
import { st as u, p$1 as P, z as L, p$2 as V } from "./App.BrPp8T2f.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.lgFnJD0P.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.D0NeHQ_Z.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.BrPp8T2f.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.CyvWYwYT.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.BrPp8T2f.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.D0NeHQ_Z.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: [
|