@linktr.ee/messaging-react 1.3.0 → 1.4.0-rc-1761053580

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/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import { jsx as e, jsxs as i, Fragment as se } from "react/jsx-runtime";
2
- import F from "classnames";
3
- import $, { createContext as ue, useContext as me, useCallback as L, useState as v, useRef as A, useEffect as B } from "react";
4
- import { StreamChatService as he } from "@linktr.ee/messaging-core";
5
- import { Chat as fe, useChatContext as ge, ChannelList as xe, Channel as Ne, Window as Ce, MessageList as be, useChannelStateContext as ve, MessageInput as we } from "stream-chat-react";
6
- import { NotePencilIcon as Ee, XIcon as oe, ArrowLeftIcon as Ie, DotsThreeIcon as ye, SpinnerGapIcon as Q, SignOutIcon as Se, ProhibitInsetIcon as te, FlagIcon as Re, MagnifyingGlassIcon as ke, ChatCircleDotsIcon as ne } from "@phosphor-icons/react";
7
- const ae = ue({
1
+ import { jsx as e, jsxs as i, Fragment as oe } from "react/jsx-runtime";
2
+ import P from "classnames";
3
+ import Q, { createContext as Ne, useContext as Ce, useCallback as M, useState as E, useRef as H, useEffect as G } from "react";
4
+ import { StreamChatService as be } from "@linktr.ee/messaging-core";
5
+ import { Chat as ve, useChatContext as we, ChannelList as Ee, Channel as Ie, Window as ye, MessageList as Se, useChannelStateContext as Re, MessageInput as ke } from "stream-chat-react";
6
+ import { NotePencilIcon as Te, XIcon as de, ArrowLeftIcon as Pe, DotsThreeIcon as De, SpinnerGapIcon as K, SignOutIcon as Me, ProhibitInsetIcon as ae, FlagIcon as Oe, MagnifyingGlassIcon as Ue, ChatCircleDotsIcon as ie } from "@phosphor-icons/react";
7
+ const ue = Ne({
8
8
  service: null,
9
9
  client: null,
10
10
  isConnected: !1,
@@ -15,101 +15,101 @@ const ae = ue({
15
15
  refreshConnection: async () => {
16
16
  },
17
17
  debug: !1
18
- }), Z = () => me(ae), Xe = ({
19
- children: t,
18
+ }), ee = () => Ce(ue), Ke = ({
19
+ children: n,
20
20
  user: s,
21
- serviceConfig: n,
22
- apiKey: l,
21
+ serviceConfig: t,
22
+ apiKey: o,
23
23
  capabilities: a = {},
24
- customization: m = {},
24
+ customization: c = {},
25
25
  debug: d = !1
26
26
  }) => {
27
- const r = L(
28
- (N, ...S) => {
29
- d && console.log(`🔥 [MessagingProvider] ${N}`, ...S);
27
+ const r = M(
28
+ (f, ...S) => {
29
+ d && console.log(`🔥 [MessagingProvider] ${f}`, ...S);
30
30
  },
31
31
  [d]
32
32
  );
33
33
  r("🔄 RENDER START", {
34
34
  userId: s == null ? void 0 : s.id,
35
- apiKey: (l == null ? void 0 : l.substring(0, 8)) + "...",
36
- serviceConfig: !!n,
35
+ apiKey: (o == null ? void 0 : o.substring(0, 8)) + "...",
36
+ serviceConfig: !!t,
37
37
  capabilities: Object.keys(a),
38
- customization: Object.keys(m)
38
+ customization: Object.keys(c)
39
39
  });
40
- const [o, w] = v(null), [x, g] = v(null), [c, C] = v(!1), [b, y] = v(!1), [I, P] = v(null), O = A(!1), E = A({
40
+ const [l, b] = E(null), [x, v] = E(null), [u, m] = E(!1), [C, w] = E(!1), [y, D] = E(null), O = H(!1), I = H({
41
41
  userId: s == null ? void 0 : s.id,
42
- apiKey: l,
43
- serviceConfig: n,
42
+ apiKey: o,
43
+ serviceConfig: t,
44
44
  capabilities: a,
45
- customization: m
46
- }), R = A(0);
45
+ customization: c
46
+ }), R = H(0);
47
47
  R.current++, r("📊 RENDER INFO", {
48
48
  renderCount: R.current,
49
- currentProps: { userId: s == null ? void 0 : s.id, apiKey: (l == null ? void 0 : l.substring(0, 8)) + "..." },
49
+ currentProps: { userId: s == null ? void 0 : s.id, apiKey: (o == null ? void 0 : o.substring(0, 8)) + "..." },
50
50
  propChanges: {
51
- userChanged: E.current.userId !== (s == null ? void 0 : s.id),
52
- apiKeyChanged: E.current.apiKey !== l,
53
- serviceConfigChanged: E.current.serviceConfig !== n,
54
- capabilitiesChanged: E.current.capabilities !== a,
55
- customizationChanged: E.current.customization !== m
51
+ userChanged: I.current.userId !== (s == null ? void 0 : s.id),
52
+ apiKeyChanged: I.current.apiKey !== o,
53
+ serviceConfigChanged: I.current.serviceConfig !== t,
54
+ capabilitiesChanged: I.current.capabilities !== a,
55
+ customizationChanged: I.current.customization !== c
56
56
  }
57
- }), E.current = {
57
+ }), I.current = {
58
58
  userId: s == null ? void 0 : s.id,
59
- apiKey: l,
60
- serviceConfig: n,
59
+ apiKey: o,
60
+ serviceConfig: t,
61
61
  capabilities: a,
62
- customization: m
63
- }, B(() => {
64
- const N = R.current;
62
+ customization: c
63
+ }, G(() => {
64
+ const f = R.current;
65
65
  if (r("🔧 SERVICE INIT EFFECT TRIGGERED", {
66
- renderCount: N,
67
- apiKey: !!l,
68
- serviceConfig: !!n,
66
+ renderCount: f,
67
+ apiKey: !!o,
68
+ serviceConfig: !!t,
69
69
  dependencies: {
70
- apiKey: (l == null ? void 0 : l.substring(0, 8)) + "...",
71
- serviceConfigRef: n,
72
- serviceConfigStable: E.current.serviceConfig === n,
73
- apiKeyStable: E.current.apiKey === l
70
+ apiKey: (o == null ? void 0 : o.substring(0, 8)) + "...",
71
+ serviceConfigRef: t,
72
+ serviceConfigStable: I.current.serviceConfig === t,
73
+ apiKeyStable: I.current.apiKey === o
74
74
  }
75
- }), !l || !n) {
75
+ }), !o || !t) {
76
76
  r("⚠️ SERVICE INIT SKIPPED", {
77
- renderCount: N,
77
+ renderCount: f,
78
78
  reason: "Missing apiKey or serviceConfig"
79
79
  });
80
80
  return;
81
81
  }
82
82
  r("🚀 CREATING NEW SERVICE", {
83
- renderCount: N,
84
- apiKey: (l == null ? void 0 : l.substring(0, 8)) + "...",
85
- serviceConfigChanged: E.current.serviceConfig !== n
83
+ renderCount: f,
84
+ apiKey: (o == null ? void 0 : o.substring(0, 8)) + "...",
85
+ serviceConfigChanged: I.current.serviceConfig !== t
86
86
  });
87
- const S = new he({
88
- ...n,
89
- apiKey: l,
87
+ const S = new be({
88
+ ...t,
89
+ apiKey: o,
90
90
  debug: d
91
91
  });
92
- return w(S), r("✅ SERVICE SET", {
93
- renderCount: N,
92
+ return b(S), r("✅ SERVICE SET", {
93
+ renderCount: f,
94
94
  serviceInstance: !!S
95
95
  }), () => {
96
96
  r("🧹 SERVICE CLEANUP", {
97
- renderCount: N,
97
+ renderCount: f,
98
98
  reason: "Effect cleanup"
99
99
  }), S.disconnectUser().catch(console.error);
100
100
  };
101
- }, [l, n, d, r]);
102
- const T = A(null);
103
- B(() => {
104
- var S, j;
101
+ }, [o, t, d, r]);
102
+ const T = H(null);
103
+ G(() => {
104
+ var S, V;
105
105
  if (r("🔗 USER CONNECTION EFFECT TRIGGERED", {
106
- hasService: !!o,
106
+ hasService: !!l,
107
107
  hasUser: !!s,
108
108
  userId: s == null ? void 0 : s.id,
109
109
  isConnecting: O.current,
110
- isConnected: c,
111
- dependencies: { service: !!o, userId: s == null ? void 0 : s.id }
112
- }), !o || !s) {
110
+ isConnected: u,
111
+ dependencies: { service: !!l, userId: s == null ? void 0 : s.id }
112
+ }), !l || !s) {
113
113
  r("⚠️ USER CONNECTION SKIPPED", "Missing service or user");
114
114
  return;
115
115
  }
@@ -117,7 +117,7 @@ const ae = ue({
117
117
  r("⚠️ USER CONNECTION SKIPPED", "Already connecting");
118
118
  return;
119
119
  }
120
- if (((S = T.current) == null ? void 0 : S.serviceId) === o && ((j = T.current) == null ? void 0 : j.userId) === s.id) {
120
+ if (((S = T.current) == null ? void 0 : S.serviceId) === l && ((V = T.current) == null ? void 0 : V.userId) === s.id) {
121
121
  r(
122
122
  "⚠️ USER CONNECTION SKIPPED",
123
123
  "Already connected this user with this service"
@@ -125,119 +125,119 @@ const ae = ue({
125
125
  return;
126
126
  }
127
127
  (async () => {
128
- r("🚀 STARTING USER CONNECTION", { userId: s.id }), O.current = !0, y(!0), P(null);
128
+ r("🚀 STARTING USER CONNECTION", { userId: s.id }), O.current = !0, w(!0), D(null);
129
129
  try {
130
130
  r("📞 CALLING SERVICE.CONNECTUSER", { userId: s.id });
131
- const M = await o.connectUser(s);
132
- g(M), C(!0), T.current = { serviceId: o, userId: s.id }, r("✅ USER CONNECTION SUCCESS", {
131
+ const U = await l.connectUser(s);
132
+ v(U), m(!0), T.current = { serviceId: l, userId: s.id }, r("✅ USER CONNECTION SUCCESS", {
133
133
  userId: s.id,
134
- clientId: M.userID
134
+ clientId: U.userID
135
135
  });
136
- } catch (M) {
137
- const H = M instanceof Error ? M.message : "Connection failed";
138
- P(H), r("❌ USER CONNECTION ERROR", {
136
+ } catch (U) {
137
+ const j = U instanceof Error ? U.message : "Connection failed";
138
+ D(j), r("❌ USER CONNECTION ERROR", {
139
139
  userId: s.id,
140
- error: H
140
+ error: j
141
141
  });
142
142
  } finally {
143
- y(!1), O.current = !1, r("🔄 USER CONNECTION FINISHED", {
143
+ w(!1), O.current = !1, r("🔄 USER CONNECTION FINISHED", {
144
144
  userId: s.id,
145
- isConnected: c
145
+ isConnected: u
146
146
  });
147
147
  }
148
148
  })();
149
- }, [o, s, r, c]), B(() => (r("🔌 CLEANUP EFFECT REGISTERED", {
150
- hasService: !!o,
151
- isConnected: c
149
+ }, [l, s, r, u]), G(() => (r("🔌 CLEANUP EFFECT REGISTERED", {
150
+ hasService: !!l,
151
+ isConnected: u
152
152
  }), () => {
153
- o && c ? (r(
153
+ l && u ? (r(
154
154
  "🧹 CLEANUP EFFECT TRIGGERED",
155
155
  "Cleaning up connection on unmount"
156
- ), T.current = null, o.disconnectUser().catch(console.error)) : r("🔇 CLEANUP EFFECT SKIPPED", {
157
- hasService: !!o,
158
- isConnected: c
156
+ ), T.current = null, l.disconnectUser().catch(console.error)) : r("🔇 CLEANUP EFFECT SKIPPED", {
157
+ hasService: !!l,
158
+ isConnected: u
159
159
  });
160
- }), [o, c, r]);
161
- const u = L(async () => {
160
+ }), [l, u, r]);
161
+ const h = M(async () => {
162
162
  if (r("🔄 REFRESH CONNECTION CALLED", {
163
- hasService: !!o,
163
+ hasService: !!l,
164
164
  hasUser: !!s
165
- }), !o || !s) {
165
+ }), !l || !s) {
166
166
  r("⚠️ REFRESH CONNECTION SKIPPED", "Missing service or user");
167
167
  return;
168
168
  }
169
- r("🚀 STARTING CONNECTION REFRESH", { userId: s.id }), y(!0);
169
+ r("🚀 STARTING CONNECTION REFRESH", { userId: s.id }), w(!0);
170
170
  try {
171
- r("🔌 DISCONNECTING FOR REFRESH"), await o.disconnectUser(), r("📞 RECONNECTING FOR REFRESH");
172
- const N = await o.connectUser(s);
173
- g(N), C(!0), P(null), r("✅ CONNECTION REFRESH SUCCESS", { userId: s.id });
174
- } catch (N) {
175
- const S = N instanceof Error ? N.message : "Refresh failed";
176
- P(S), r("❌ CONNECTION REFRESH ERROR", {
171
+ r("🔌 DISCONNECTING FOR REFRESH"), await l.disconnectUser(), r("📞 RECONNECTING FOR REFRESH");
172
+ const f = await l.connectUser(s);
173
+ v(f), m(!0), D(null), r("✅ CONNECTION REFRESH SUCCESS", { userId: s.id });
174
+ } catch (f) {
175
+ const S = f instanceof Error ? f.message : "Refresh failed";
176
+ D(S), r("❌ CONNECTION REFRESH ERROR", {
177
177
  userId: s.id,
178
178
  error: S
179
179
  });
180
180
  } finally {
181
- y(!1), r("🔄 CONNECTION REFRESH FINISHED", { userId: s.id });
181
+ w(!1), r("🔄 CONNECTION REFRESH FINISHED", { userId: s.id });
182
182
  }
183
- }, [o, s, r]), f = $.useMemo(() => (r("💫 CONTEXT VALUE MEMOIZATION", {
184
- hasService: !!o,
183
+ }, [l, s, r]), g = Q.useMemo(() => (r("💫 CONTEXT VALUE MEMOIZATION", {
184
+ hasService: !!l,
185
185
  hasClient: !!x,
186
- isConnected: c,
187
- isLoading: b,
188
- hasError: !!I,
186
+ isConnected: u,
187
+ isLoading: C,
188
+ hasError: !!y,
189
189
  capabilitiesKeys: Object.keys(a),
190
- customizationKeys: Object.keys(m)
190
+ customizationKeys: Object.keys(c)
191
191
  }), {
192
- service: o,
192
+ service: l,
193
193
  client: x,
194
- isConnected: c,
195
- isLoading: b,
196
- error: I,
194
+ isConnected: u,
195
+ isLoading: C,
196
+ error: y,
197
197
  capabilities: a,
198
- customization: m,
199
- refreshConnection: u,
198
+ customization: c,
199
+ refreshConnection: h,
200
200
  debug: d
201
201
  }), [
202
- o,
202
+ l,
203
203
  x,
204
- c,
205
- b,
206
- I,
207
- a,
208
- m,
209
204
  u,
205
+ C,
206
+ y,
207
+ a,
208
+ c,
209
+ h,
210
210
  d,
211
211
  r
212
212
  ]);
213
213
  return r("🔄 RENDER END", {
214
214
  renderCount: R.current,
215
- willRenderChat: !!(x && c),
216
- contextValueReady: !!f
217
- }), /* @__PURE__ */ e(ae.Provider, { value: f, children: x && c ? /* @__PURE__ */ e(fe, { client: x, children: t }) : t });
218
- }, Pe = () => Z();
219
- function q({ label: t, className: s, children: n, ...l }) {
215
+ willRenderChat: !!(x && u),
216
+ contextValueReady: !!g
217
+ }), /* @__PURE__ */ e(ue.Provider, { value: g, children: x && u ? /* @__PURE__ */ e(ve, { client: x, children: n }) : n });
218
+ }, Le = () => ee();
219
+ function se({ label: n, className: s, children: t, ...o }) {
220
220
  return /* @__PURE__ */ i(
221
221
  "button",
222
222
  {
223
223
  type: "button",
224
- className: F(
224
+ className: P(
225
225
  "rounded-full p-2 transition-colors focus-ring",
226
226
  {
227
- "cursor-not-allowed opacity-50": l.disabled,
228
- "hover:bg-sand": !l.disabled
227
+ "cursor-not-allowed opacity-50": o.disabled,
228
+ "hover:bg-sand": !o.disabled
229
229
  },
230
230
  s
231
231
  ),
232
- ...l,
232
+ ...o,
233
233
  children: [
234
- /* @__PURE__ */ e("span", { className: "sr-only", children: t }),
235
- n
234
+ /* @__PURE__ */ e("span", { className: "sr-only", children: n }),
235
+ t
236
236
  ]
237
237
  }
238
238
  );
239
239
  }
240
- function Te(t) {
240
+ function Fe(n) {
241
241
  const s = [
242
242
  { color: "#8129D9" },
243
243
  // purple
@@ -264,32 +264,32 @@ function Te(t) {
264
264
  { color: "#70764d" }
265
265
  // olive green
266
266
  ];
267
- let n = 0;
268
- for (let a = 0; a < t.length; a++)
269
- n = (n << 5) - n + t.charCodeAt(a), n = n & n;
270
- const l = Math.abs(n) % s.length;
271
- return s[l];
267
+ let t = 0;
268
+ for (let a = 0; a < n.length; a++)
269
+ t = (t << 5) - t + n.charCodeAt(a), t = t & t;
270
+ const o = Math.abs(t) % s.length;
271
+ return s[o];
272
272
  }
273
- const Y = ({
274
- id: t,
273
+ const ne = ({
274
+ id: n,
275
275
  name: s,
276
- image: n,
277
- size: l = 40,
276
+ image: t,
277
+ size: o = 40,
278
278
  className: a
279
279
  }) => {
280
- const { color: m } = Te(t), d = s.charAt(0).toUpperCase(), o = l < 32 ? "text-xs" : l < 56 ? "text-sm" : "text-lg";
280
+ const { color: c } = Fe(n), d = s.charAt(0).toUpperCase(), l = o < 32 ? "text-xs" : o < 56 ? "text-sm" : "text-lg";
281
281
  return /* @__PURE__ */ e(
282
282
  "div",
283
283
  {
284
- className: F(
284
+ className: P(
285
285
  "flex-shrink-0 overflow-hidden rounded-full",
286
286
  a
287
287
  ),
288
- style: { width: `${l}px`, height: `${l}px` },
289
- children: n ? /* @__PURE__ */ e(
288
+ style: { width: `${o}px`, height: `${o}px` },
289
+ children: t ? /* @__PURE__ */ e(
290
290
  "img",
291
291
  {
292
- src: n,
292
+ src: t,
293
293
  alt: "",
294
294
  className: "h-full w-full object-cover aspect-square"
295
295
  }
@@ -297,44 +297,44 @@ const Y = ({
297
297
  "div",
298
298
  {
299
299
  "aria-hidden": "true",
300
- className: F(
300
+ className: P(
301
301
  "flex h-full w-full items-center justify-center font-semibold",
302
- o
302
+ l
303
303
  ),
304
304
  style: {
305
- color: m,
306
- backgroundColor: `color-mix(in srgb, ${m} 20%, transparent)`
305
+ color: c,
306
+ backgroundColor: `color-mix(in srgb, ${c} 20%, transparent)`
307
307
  },
308
308
  children: d
309
309
  }
310
310
  )
311
311
  }
312
312
  );
313
- }, De = ({ channel: t, selectedChannel: s, onChannelSelect: n, debug: l = !1 }) => {
314
- var b, y, I, P, O, E, R;
315
- const a = (s == null ? void 0 : s.id) === (t == null ? void 0 : t.id), m = () => {
316
- t && n(t);
317
- }, r = Object.values(((b = t == null ? void 0 : t.state) == null ? void 0 : b.members) || {}).find(
313
+ }, pe = ({ channel: n, selectedChannel: s, onChannelSelect: t, debug: o = !1 }) => {
314
+ var C, w, y, D, O, I, R;
315
+ const a = (s == null ? void 0 : s.id) === (n == null ? void 0 : n.id), c = () => {
316
+ n && t(n);
317
+ }, r = Object.values(((C = n == null ? void 0 : n.state) == null ? void 0 : C.members) || {}).find(
318
318
  (T) => {
319
- var u, f;
320
- return ((u = T.user) == null ? void 0 : u.id) && T.user.id !== ((f = t == null ? void 0 : t._client) == null ? void 0 : f.userID);
319
+ var h, g;
320
+ return ((h = T.user) == null ? void 0 : h.id) && T.user.id !== ((g = n == null ? void 0 : n._client) == null ? void 0 : g.userID);
321
321
  }
322
- ), o = ((y = r == null ? void 0 : r.user) == null ? void 0 : y.name) || "Conversation", w = (I = r == null ? void 0 : r.user) == null ? void 0 : I.image, x = (O = (P = t == null ? void 0 : t.state) == null ? void 0 : P.messages) == null ? void 0 : O[t.state.messages.length - 1], g = (x == null ? void 0 : x.text) || "No messages yet", c = x != null && x.created_at ? new Date(x.created_at).toLocaleTimeString([], {
322
+ ), l = ((w = r == null ? void 0 : r.user) == null ? void 0 : w.name) || "Conversation", b = (y = r == null ? void 0 : r.user) == null ? void 0 : y.image, x = (O = (D = n == null ? void 0 : n.state) == null ? void 0 : D.messages) == null ? void 0 : O[n.state.messages.length - 1], v = (x == null ? void 0 : x.text) || "No messages yet", u = x != null && x.created_at ? new Date(x.created_at).toLocaleTimeString([], {
323
323
  hour: "2-digit",
324
324
  minute: "2-digit"
325
- }) : "", C = ((E = t == null ? void 0 : t.state) == null ? void 0 : E.unreadCount) || 0;
326
- return l && console.log("📺 [ChannelList] 📋 CHANNEL PREVIEW RENDER", {
327
- channelId: t == null ? void 0 : t.id,
325
+ }) : "", m = ((I = n == null ? void 0 : n.state) == null ? void 0 : I.unreadCount) || 0;
326
+ return o && console.log("📺 [ChannelList] 📋 CHANNEL PREVIEW RENDER", {
327
+ channelId: n == null ? void 0 : n.id,
328
328
  isSelected: a,
329
- participantName: o,
330
- unread: C,
331
- hasTimestamp: !!c
329
+ participantName: l,
330
+ unread: m,
331
+ hasTimestamp: !!u
332
332
  }), /* @__PURE__ */ e(
333
333
  "button",
334
334
  {
335
335
  type: "button",
336
- onClick: m,
337
- className: F(
336
+ onClick: c,
337
+ className: P(
338
338
  "w-full px-4 py-3 transition-colors border-b border-sand text-left max-w-full overflow-hidden focus-ring",
339
339
  {
340
340
  "bg-primary-alt/10 border-l-4 border-l-primary": a,
@@ -343,11 +343,11 @@ const Y = ({
343
343
  ),
344
344
  children: /* @__PURE__ */ i("div", { className: "flex items-start gap-3", children: [
345
345
  /* @__PURE__ */ e(
346
- Y,
346
+ ne,
347
347
  {
348
- id: ((R = r == null ? void 0 : r.user) == null ? void 0 : R.id) || t.id || "unknown",
349
- name: o,
350
- image: w,
348
+ id: ((R = r == null ? void 0 : r.user) == null ? void 0 : R.id) || n.id || "unknown",
349
+ name: l,
350
+ image: b,
351
351
  size: 44
352
352
  }
353
353
  ),
@@ -356,99 +356,99 @@ const Y = ({
356
356
  /* @__PURE__ */ e(
357
357
  "h3",
358
358
  {
359
- className: F(
359
+ className: P(
360
360
  "text-sm font-medium truncate",
361
361
  a ? "text-primary" : "text-charcoal"
362
362
  ),
363
- children: o
363
+ children: l
364
364
  }
365
365
  ),
366
- c && /* @__PURE__ */ e("span", { className: "text-xs text-stone flex-shrink-0", children: c })
366
+ u && /* @__PURE__ */ e("span", { className: "text-xs text-stone flex-shrink-0", children: u })
367
367
  ] }),
368
368
  /* @__PURE__ */ i("div", { className: "flex items-center justify-between gap-2 min-w-0", children: [
369
- /* @__PURE__ */ e("p", { className: "text-xs text-stone mr-2 flex-1 line-clamp-2", children: g }),
370
- C > 0 && /* @__PURE__ */ e("span", { className: "bg-primary text-white text-xs px-2 py-0.5 rounded-full min-w-[20px] text-center flex-shrink-0", children: C > 99 ? "99+" : C })
369
+ /* @__PURE__ */ e("p", { className: "text-xs text-stone mr-2 flex-1 line-clamp-2", children: v }),
370
+ m > 0 && /* @__PURE__ */ e("span", { className: "bg-primary text-white text-xs px-2 py-0.5 rounded-full min-w-[20px] text-center flex-shrink-0", children: m > 99 ? "99+" : m })
371
371
  ] })
372
372
  ] })
373
373
  ] })
374
374
  }
375
375
  );
376
- }, Oe = ({
377
- onChannelSelect: t,
376
+ }, je = ({
377
+ onChannelSelect: n,
378
378
  selectedChannel: s,
379
- showStartConversation: n = !1,
380
- onStartConversation: l,
379
+ showStartConversation: t = !1,
380
+ onStartConversation: o,
381
381
  participantLabel: a = "participants",
382
- className: m
382
+ className: c
383
383
  }) => {
384
384
  var x;
385
- const d = $.useRef(0);
385
+ const d = Q.useRef(0);
386
386
  d.current++;
387
- const { debug: r = !1 } = Z();
387
+ const { debug: r = !1 } = ee();
388
388
  r && console.log("📺 [ChannelList] 🔄 RENDER START", {
389
389
  renderCount: d.current,
390
390
  selectedChannelId: s == null ? void 0 : s.id,
391
- showStartConversation: n,
391
+ showStartConversation: t,
392
392
  participantLabel: a
393
393
  });
394
- const { client: o } = ge();
394
+ const { client: l } = we();
395
395
  r && console.log("📺 [ChannelList] 📡 CHAT CONTEXT", {
396
396
  renderCount: d.current,
397
- hasClient: !!o,
398
- clientUserId: o == null ? void 0 : o.userID,
399
- clientConnected: (x = o == null ? void 0 : o.wsConnection) == null ? void 0 : x.isHealthy
397
+ hasClient: !!l,
398
+ clientUserId: l == null ? void 0 : l.userID,
399
+ clientConnected: (x = l == null ? void 0 : l.wsConnection) == null ? void 0 : x.isHealthy
400
400
  });
401
- const w = $.useMemo(() => {
402
- const g = o.userID, c = g ? { type: "messaging", members: { $in: [g] }, hidden: !1 } : { type: "messaging" };
401
+ const b = Q.useMemo(() => {
402
+ const v = l.userID, u = v ? { type: "messaging", members: { $in: [v] }, hidden: !1 } : { type: "messaging" };
403
403
  return r && console.log("📺 [ChannelList] 🔍 FILTERS MEMOIZED", {
404
404
  renderCount: d.current,
405
- userId: g,
406
- filters: c
407
- }), c;
408
- }, [o.userID, r]);
405
+ userId: v,
406
+ filters: u
407
+ }), u;
408
+ }, [l.userID, r]);
409
409
  return /* @__PURE__ */ i(
410
410
  "div",
411
411
  {
412
- className: F(
413
- "h-full flex flex-col min-w-0 overflow-hidden",
414
- m
412
+ className: P(
413
+ "messaging-channel-list h-full flex flex-col min-w-0 overflow-hidden",
414
+ c
415
415
  ),
416
416
  children: [
417
417
  /* @__PURE__ */ e("div", { className: "px-4 py-4 border-b border-sand bg-chalk", children: /* @__PURE__ */ i("div", { className: "flex items-center justify-between gap-3 min-h-10 min-w-0", children: [
418
418
  /* @__PURE__ */ e("h2", { className: "text-lg font-semibold text-charcoal", children: "Conversations" }),
419
- /* @__PURE__ */ e("div", { className: "flex items-center gap-2", children: n && l && /* @__PURE__ */ e(
420
- q,
419
+ /* @__PURE__ */ e("div", { className: "flex items-center gap-2", children: t && o && /* @__PURE__ */ e(
420
+ se,
421
421
  {
422
422
  label: "Start a new conversation",
423
- onClick: l,
423
+ onClick: o,
424
424
  className: "inline-flex size-10 items-center justify-center",
425
- children: /* @__PURE__ */ e(Ee, { className: "h-5 w-5" })
425
+ children: /* @__PURE__ */ e(Te, { className: "h-5 w-5" })
426
426
  }
427
427
  ) })
428
428
  ] }) }),
429
429
  /* @__PURE__ */ e("div", { className: "flex-1 overflow-hidden min-w-0", children: (r && console.log("📺 [ChannelList] 🎬 RENDERING STREAM CHANNEL LIST", {
430
430
  renderCount: d.current,
431
- filters: w,
432
- hasClient: !!o,
433
- clientUserId: o == null ? void 0 : o.userID
431
+ filters: b,
432
+ hasClient: !!l,
433
+ clientUserId: l == null ? void 0 : l.userID
434
434
  }), /* @__PURE__ */ e(
435
- xe,
435
+ Ee,
436
436
  {
437
- filters: w,
437
+ filters: b,
438
438
  sort: { last_message_at: -1 },
439
439
  options: { limit: 30 },
440
- Preview: (g) => {
441
- var c, C;
440
+ Preview: (v) => {
441
+ var u, m;
442
442
  return r && console.log("📺 [ChannelList] 📋 CHANNEL PREVIEW RENDER", {
443
- channelId: (c = g.channel) == null ? void 0 : c.id,
443
+ channelId: (u = v.channel) == null ? void 0 : u.id,
444
444
  selectedChannelId: s == null ? void 0 : s.id,
445
- isSelected: (s == null ? void 0 : s.id) === ((C = g.channel) == null ? void 0 : C.id)
445
+ isSelected: (s == null ? void 0 : s.id) === ((m = v.channel) == null ? void 0 : m.id)
446
446
  }), /* @__PURE__ */ e(
447
- De,
447
+ pe,
448
448
  {
449
- ...g,
449
+ ...v,
450
450
  selectedChannel: s,
451
- onChannelSelect: t,
451
+ onChannelSelect: n,
452
452
  debug: r
453
453
  }
454
454
  );
@@ -458,54 +458,54 @@ const Y = ({
458
458
  ]
459
459
  }
460
460
  );
461
- }, X = ({
462
- variant: t = "default",
461
+ }, J = ({
462
+ variant: n = "default",
463
463
  className: s,
464
- children: n,
465
- ...l
464
+ children: t,
465
+ ...o
466
466
  }) => /* @__PURE__ */ e(
467
467
  "button",
468
468
  {
469
469
  type: "button",
470
- className: F(
470
+ className: P(
471
471
  "flex w-full items-center gap-3 rounded-lg px-4 py-3 text-left text-sm transition-colors focus-ring disabled:cursor-not-allowed disabled:opacity-60",
472
- t === "danger" ? "text-danger hover:bg-danger/50" : "text-charcoal hover:bg-sand",
472
+ n === "danger" ? "text-danger hover:bg-danger/50" : "text-charcoal hover:bg-sand",
473
473
  s
474
474
  ),
475
- ...l,
476
- children: n
475
+ ...o,
476
+ children: t
477
477
  }
478
478
  );
479
- function ie({ onClick: t }) {
480
- return /* @__PURE__ */ e(q, { label: "Close", onClick: t, className: "p-1", children: /* @__PURE__ */ e(oe, { className: "h-5 w-5 text-stone", weight: "bold" }) });
479
+ function me({ onClick: n }) {
480
+ return /* @__PURE__ */ e(se, { label: "Close", onClick: n, className: "p-1", children: /* @__PURE__ */ e(de, { className: "h-5 w-5 text-stone", weight: "bold" }) });
481
481
  }
482
- const Ue = ({ renderActions: t }) => /* @__PURE__ */ i("div", { className: "message-input flex items-center gap-2 p-4", children: [
483
- t && t(),
484
- /* @__PURE__ */ e("div", { className: "flex-1", children: /* @__PURE__ */ e(we, { focus: !0, maxRows: 4 }) })
485
- ] }), Le = ({ onBack: t, showBackButton: s, onShowInfo: n, canShowInfo: l }) => {
486
- var o, w, x, g;
487
- const { channel: a } = ve(), m = $.useMemo(() => Object.values(a.state.members || {}).find(
488
- (C) => {
489
- var b;
490
- return ((b = C.user) == null ? void 0 : b.id) && C.user.id !== a._client.userID;
482
+ const Be = ({ renderActions: n }) => /* @__PURE__ */ i("div", { className: "message-input flex items-center gap-2 p-4", children: [
483
+ n && n(),
484
+ /* @__PURE__ */ e("div", { className: "flex-1", children: /* @__PURE__ */ e(ke, { focus: !0, maxRows: 4 }) })
485
+ ] }), Ae = ({ onBack: n, showBackButton: s, onShowInfo: t, canShowInfo: o }) => {
486
+ var l, b, x, v;
487
+ const { channel: a } = Re(), c = Q.useMemo(() => Object.values(a.state.members || {}).find(
488
+ (m) => {
489
+ var C;
490
+ return ((C = m.user) == null ? void 0 : C.id) && m.user.id !== a._client.userID;
491
491
  }
492
- ), [a._client.userID, a.state.members]), d = ((o = m == null ? void 0 : m.user) == null ? void 0 : o.name) || ((w = m == null ? void 0 : m.user) == null ? void 0 : w.id) || "Unknown member", r = (x = m == null ? void 0 : m.user) == null ? void 0 : x.image;
492
+ ), [a._client.userID, a.state.members]), d = ((l = c == null ? void 0 : c.user) == null ? void 0 : l.name) || ((b = c == null ? void 0 : c.user) == null ? void 0 : b.id) || "Unknown member", r = (x = c == null ? void 0 : c.user) == null ? void 0 : x.image;
493
493
  return /* @__PURE__ */ i("div", { className: "flex items-center justify-between gap-3 min-h-12", children: [
494
494
  /* @__PURE__ */ i("div", { className: "flex items-center gap-3 min-w-0", children: [
495
- s && t && /* @__PURE__ */ e(
495
+ s && n && /* @__PURE__ */ e(
496
496
  "button",
497
497
  {
498
498
  type: "button",
499
- onClick: t,
499
+ onClick: n,
500
500
  className: "inline-flex items-center justify-center w-8 h-8 rounded-lg hover:bg-sand focus:outline-none focus:ring-2 focus:ring-primary transition-colors lg:hidden",
501
- "aria-label": "Back to channel list",
502
- children: /* @__PURE__ */ e(Ie, { className: "h-5 w-5 text-stone", weight: "bold" })
501
+ "aria-label": "Back to conversations",
502
+ children: /* @__PURE__ */ e(Pe, { className: "h-5 w-5 text-stone", weight: "bold" })
503
503
  }
504
504
  ),
505
505
  /* @__PURE__ */ e(
506
- Y,
506
+ ne,
507
507
  {
508
- id: ((g = m == null ? void 0 : m.user) == null ? void 0 : g.id) || a.id || "unknown",
508
+ id: ((v = c == null ? void 0 : c.user) == null ? void 0 : v.id) || a.id || "unknown",
509
509
  name: d,
510
510
  image: r,
511
511
  size: 40
@@ -513,79 +513,79 @@ const Ue = ({ renderActions: t }) => /* @__PURE__ */ i("div", { className: "mess
513
513
  ),
514
514
  /* @__PURE__ */ e("div", { className: "min-w-0", children: /* @__PURE__ */ e("h1", { className: "text-lg font-semibold text-charcoal truncate", children: d }) })
515
515
  ] }),
516
- l && n && /* @__PURE__ */ e(q, { label: "Chat info", onClick: n, children: /* @__PURE__ */ e(ye, { className: "h-6 w-6 text-charcoal", weight: "bold" }) })
516
+ o && t && /* @__PURE__ */ e(se, { label: "Chat info", onClick: t, children: /* @__PURE__ */ e(De, { className: "h-6 w-6 text-charcoal", weight: "bold" }) })
517
517
  ] });
518
- }, Fe = ({
519
- isOpen: t,
518
+ }, He = ({
519
+ isOpen: n,
520
520
  onClose: s,
521
- participant: n,
522
- channel: l,
521
+ participant: t,
522
+ channel: o,
523
523
  followerStatusLabel: a,
524
- onLeaveConversation: m,
524
+ onLeaveConversation: c,
525
525
  onBlockParticipant: d
526
526
  }) => {
527
- var M, H, V, _, W, G, z;
528
- const { service: r, debug: o } = Z(), w = A(null), [x, g] = v(!1), [c, C] = v(!1), [b, y] = v(!1);
529
- B(() => {
530
- const k = w.current;
531
- k && (t ? k.showModal() : k.close());
532
- }, [t]);
533
- const I = L(async () => {
527
+ var U, j, Z, $, W, z, A;
528
+ const { service: r, debug: l } = ee(), b = H(null), [x, v] = E(!1), [u, m] = E(!1), [C, w] = E(!1);
529
+ G(() => {
530
+ const k = b.current;
531
+ k && (n ? k.showModal() : k.close());
532
+ }, [n]);
533
+ const y = M(async () => {
534
534
  var k;
535
- if (!(!r || !((k = n == null ? void 0 : n.user) != null && k.id)))
535
+ if (!(!r || !((k = t == null ? void 0 : t.user) != null && k.id)))
536
536
  try {
537
- const h = (await r.getBlockedUsers()).some(
538
- (U) => {
539
- var p;
540
- return U.blocked_user_id === ((p = n == null ? void 0 : n.user) == null ? void 0 : p.id);
537
+ const B = (await r.getBlockedUsers()).some(
538
+ (q) => {
539
+ var X;
540
+ return q.blocked_user_id === ((X = t == null ? void 0 : t.user) == null ? void 0 : X.id);
541
541
  }
542
542
  );
543
- g(h);
544
- } catch (D) {
543
+ v(B);
544
+ } catch (L) {
545
545
  console.error(
546
546
  "[ChannelInfoDialog] Failed to check blocked status:",
547
- D
547
+ L
548
548
  );
549
549
  }
550
- }, [r, (M = n == null ? void 0 : n.user) == null ? void 0 : M.id]);
551
- B(() => {
552
- t && I();
553
- }, [t, I]);
554
- const P = async () => {
550
+ }, [r, (U = t == null ? void 0 : t.user) == null ? void 0 : U.id]);
551
+ G(() => {
552
+ n && y();
553
+ }, [n, y]);
554
+ const D = async () => {
555
555
  var k;
556
- if (!c) {
557
- o && console.log("[ChannelInfoDialog] Leave conversation", l.cid), C(!0);
556
+ if (!u) {
557
+ l && console.log("[ChannelInfoDialog] Leave conversation", o.cid), m(!0);
558
558
  try {
559
- const D = ((k = l._client) == null ? void 0 : k.userID) ?? null;
560
- await l.hide(D, !1), m && await m(l), s();
561
- } catch (D) {
562
- console.error("[ChannelInfoDialog] Failed to leave conversation", D);
559
+ const L = ((k = o._client) == null ? void 0 : k.userID) ?? null;
560
+ await o.hide(L, !1), c && await c(o), s();
561
+ } catch (L) {
562
+ console.error("[ChannelInfoDialog] Failed to leave conversation", L);
563
563
  } finally {
564
- C(!1);
564
+ m(!1);
565
565
  }
566
566
  }
567
567
  }, O = async () => {
568
- var k, D, h;
569
- if (!(b || !r)) {
570
- o && console.log("[ChannelInfoDialog] Block member", (k = n == null ? void 0 : n.user) == null ? void 0 : k.id), y(!0);
568
+ var k, L, B;
569
+ if (!(C || !r)) {
570
+ l && console.log("[ChannelInfoDialog] Block member", (k = t == null ? void 0 : t.user) == null ? void 0 : k.id), w(!0);
571
571
  try {
572
- await r.blockUser((D = n == null ? void 0 : n.user) == null ? void 0 : D.id), d && await d((h = n == null ? void 0 : n.user) == null ? void 0 : h.id), s();
573
- } catch (U) {
574
- console.error("[ChannelInfoDialog] Failed to block member", U);
572
+ await r.blockUser((L = t == null ? void 0 : t.user) == null ? void 0 : L.id), d && await d((B = t == null ? void 0 : t.user) == null ? void 0 : B.id), s();
573
+ } catch (q) {
574
+ console.error("[ChannelInfoDialog] Failed to block member", q);
575
575
  } finally {
576
- y(!1);
576
+ w(!1);
577
577
  }
578
578
  }
579
- }, E = async () => {
580
- var k, D, h;
581
- if (!(b || !r)) {
582
- o && console.log("[ChannelInfoDialog] Unblock member", (k = n == null ? void 0 : n.user) == null ? void 0 : k.id), y(!0);
579
+ }, I = async () => {
580
+ var k, L, B;
581
+ if (!(C || !r)) {
582
+ l && console.log("[ChannelInfoDialog] Unblock member", (k = t == null ? void 0 : t.user) == null ? void 0 : k.id), w(!0);
583
583
  try {
584
- await r.unBlockUser((D = n == null ? void 0 : n.user) == null ? void 0 : D.id), d && await d((h = n == null ? void 0 : n.user) == null ? void 0 : h.id), s();
585
- } catch (U) {
586
- console.error("[ChannelInfoDialog] Failed to unblock member", U);
584
+ await r.unBlockUser((L = t == null ? void 0 : t.user) == null ? void 0 : L.id), d && await d((B = t == null ? void 0 : t.user) == null ? void 0 : B.id), s();
585
+ } catch (q) {
586
+ console.error("[ChannelInfoDialog] Failed to unblock member", q);
587
587
  } finally {
588
- y(!1);
588
+ w(!1);
589
589
  }
590
590
  }
591
591
  }, R = () => {
@@ -595,32 +595,32 @@ const Ue = ({ renderActions: t }) => /* @__PURE__ */ i("div", { className: "mess
595
595
  "noopener,noreferrer"
596
596
  );
597
597
  };
598
- if (!n) return null;
599
- const T = ((H = n.user) == null ? void 0 : H.name) || ((V = n.user) == null ? void 0 : V.id) || "Unknown member", u = (_ = n.user) == null ? void 0 : _.image, f = (W = n.user) == null ? void 0 : W.email, N = (G = n.user) == null ? void 0 : G.username, S = f || (N ? `linktr.ee/${N}` : void 0), j = ((z = n.user) == null ? void 0 : z.id) || "unknown";
598
+ if (!t) return null;
599
+ const T = ((j = t.user) == null ? void 0 : j.name) || ((Z = t.user) == null ? void 0 : Z.id) || "Unknown member", h = ($ = t.user) == null ? void 0 : $.image, g = (W = t.user) == null ? void 0 : W.email, f = (z = t.user) == null ? void 0 : z.username, S = g || (f ? `linktr.ee/${f}` : void 0), V = ((A = t.user) == null ? void 0 : A.id) || "unknown";
600
600
  return (
601
601
  // eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions
602
602
  /* @__PURE__ */ e(
603
603
  "dialog",
604
604
  {
605
- ref: w,
605
+ ref: b,
606
606
  className: "mes-dialog",
607
607
  onClose: s,
608
608
  onClick: (k) => {
609
- k.target === w.current && s();
609
+ k.target === b.current && s();
610
610
  },
611
611
  children: /* @__PURE__ */ i("div", { className: "ml-auto flex h-full w-full flex-col bg-white shadow-max-elevation-light", children: [
612
612
  /* @__PURE__ */ i("div", { className: "flex items-center justify-between border-b border-sand px-4 py-3", children: [
613
613
  /* @__PURE__ */ e("h2", { className: "text-base font-semibold text-charcoal", children: "Chat info" }),
614
- /* @__PURE__ */ e(ie, { onClick: s })
614
+ /* @__PURE__ */ e(me, { onClick: s })
615
615
  ] }),
616
616
  /* @__PURE__ */ i("div", { className: "flex-1 overflow-y-auto px-6 py-6", children: [
617
617
  /* @__PURE__ */ e("div", { className: "rounded-2xl bg-chalk p-4", children: /* @__PURE__ */ i("div", { className: "flex items-center gap-4", children: [
618
618
  /* @__PURE__ */ e(
619
- Y,
619
+ ne,
620
620
  {
621
- id: j,
621
+ id: V,
622
622
  name: T,
623
- image: u,
623
+ image: h,
624
624
  size: 64
625
625
  }
626
626
  ),
@@ -632,42 +632,42 @@ const Ue = ({ renderActions: t }) => /* @__PURE__ */ i("div", { className: "mess
632
632
  ] }) }),
633
633
  /* @__PURE__ */ i("ul", { className: "flex flex-col gap-2 mt-2", children: [
634
634
  /* @__PURE__ */ e("li", { children: /* @__PURE__ */ i(
635
- X,
635
+ J,
636
636
  {
637
- onClick: P,
638
- disabled: c,
639
- "aria-busy": c,
637
+ onClick: D,
638
+ disabled: u,
639
+ "aria-busy": u,
640
640
  children: [
641
- c ? /* @__PURE__ */ e(Q, { className: "h-5 w-5 animate-spin" }) : /* @__PURE__ */ e(Se, { className: "h-5 w-5" }),
641
+ u ? /* @__PURE__ */ e(K, { className: "h-5 w-5 animate-spin" }) : /* @__PURE__ */ e(Me, { className: "h-5 w-5" }),
642
642
  /* @__PURE__ */ e("span", { children: "Leave Conversation" })
643
643
  ]
644
644
  }
645
645
  ) }),
646
646
  /* @__PURE__ */ e("li", { children: x ? /* @__PURE__ */ i(
647
- X,
647
+ J,
648
648
  {
649
- onClick: E,
650
- disabled: b,
651
- "aria-busy": b,
649
+ onClick: I,
650
+ disabled: C,
651
+ "aria-busy": C,
652
652
  children: [
653
- b ? /* @__PURE__ */ e(Q, { className: "h-5 w-5 animate-spin" }) : /* @__PURE__ */ e(te, { className: "h-5 w-5" }),
653
+ C ? /* @__PURE__ */ e(K, { className: "h-5 w-5 animate-spin" }) : /* @__PURE__ */ e(ae, { className: "h-5 w-5" }),
654
654
  /* @__PURE__ */ e("span", { children: "Unblock" })
655
655
  ]
656
656
  }
657
657
  ) : /* @__PURE__ */ i(
658
- X,
658
+ J,
659
659
  {
660
660
  onClick: O,
661
- disabled: b,
662
- "aria-busy": b,
661
+ disabled: C,
662
+ "aria-busy": C,
663
663
  children: [
664
- b ? /* @__PURE__ */ e(Q, { className: "h-5 w-5 animate-spin" }) : /* @__PURE__ */ e(te, { className: "h-5 w-5" }),
664
+ C ? /* @__PURE__ */ e(K, { className: "h-5 w-5 animate-spin" }) : /* @__PURE__ */ e(ae, { className: "h-5 w-5" }),
665
665
  /* @__PURE__ */ e("span", { children: "Block" })
666
666
  ]
667
667
  }
668
668
  ) }),
669
- /* @__PURE__ */ e("li", { children: /* @__PURE__ */ i(X, { variant: "danger", onClick: R, children: [
670
- /* @__PURE__ */ e(Re, { className: "h-5 w-5" }),
669
+ /* @__PURE__ */ e("li", { children: /* @__PURE__ */ i(J, { variant: "danger", onClick: R, children: [
670
+ /* @__PURE__ */ e(Oe, { className: "h-5 w-5" }),
671
671
  /* @__PURE__ */ e("span", { children: "Report" })
672
672
  ] }) })
673
673
  ] })
@@ -676,66 +676,75 @@ const Ue = ({ renderActions: t }) => /* @__PURE__ */ i("div", { className: "mess
676
676
  }
677
677
  )
678
678
  );
679
- }, Me = ({
680
- channel: t,
679
+ }, Ge = ({
680
+ channel: n,
681
681
  onBack: s,
682
- showBackButton: n = !1,
683
- renderMessageInputActions: l,
682
+ showBackButton: t = !1,
683
+ renderMessageInputActions: o,
684
684
  onLeaveConversation: a,
685
- onBlockParticipant: m,
685
+ onBlockParticipant: c,
686
686
  className: d
687
687
  }) => {
688
- const [r, o] = v(!1), w = $.useMemo(() => Object.values(t.state.members || {}).find(
689
- (c) => {
690
- var C;
691
- return ((C = c.user) == null ? void 0 : C.id) && c.user.id !== t._client.userID;
688
+ const [r, l] = E(!1), b = Q.useMemo(() => Object.values(n.state.members || {}).find(
689
+ (u) => {
690
+ var m;
691
+ return ((m = u.user) == null ? void 0 : m.id) && u.user.id !== n._client.userID;
692
692
  }
693
- ), [t._client.userID, t.state.members]), x = $.useMemo(() => {
694
- const g = t.data ?? {};
695
- return g.followerStatus ? String(g.followerStatus) : g.isFollower ? "Subscribed to you" : void 0;
696
- }, [t.data]);
697
- return /* @__PURE__ */ i("div", { className: F("h-full flex flex-col", d), children: [
698
- /* @__PURE__ */ e(Ne, { channel: t, children: /* @__PURE__ */ i(Ce, { children: [
699
- /* @__PURE__ */ e("div", { className: "border-b border-sand bg-white px-4 py-3", children: /* @__PURE__ */ e(
700
- Le,
701
- {
702
- onBack: s,
703
- showBackButton: n,
704
- onShowInfo: () => o(!0),
705
- canShowInfo: !!w
706
- }
707
- ) }),
708
- /* @__PURE__ */ e("div", { className: "flex-1 overflow-hidden", children: /* @__PURE__ */ e(be, { hideDeletedMessages: !0, hideNewMessageSeparator: !1 }) }),
709
- /* @__PURE__ */ e(
710
- Ue,
711
- {
712
- renderActions: () => l == null ? void 0 : l(t)
713
- }
714
- )
715
- ] }) }),
716
- /* @__PURE__ */ e(
717
- Fe,
718
- {
719
- isOpen: r,
720
- onClose: () => o(!1),
721
- participant: w,
722
- channel: t,
723
- followerStatusLabel: x,
724
- onLeaveConversation: a,
725
- onBlockParticipant: m
726
- }
727
- )
728
- ] });
693
+ ), [n._client.userID, n.state.members]), x = Q.useMemo(() => {
694
+ const v = n.data ?? {};
695
+ return v.followerStatus ? String(v.followerStatus) : v.isFollower ? "Subscribed to you" : void 0;
696
+ }, [n.data]);
697
+ return /* @__PURE__ */ i(
698
+ "div",
699
+ {
700
+ className: P(
701
+ "messaging-channel-view h-full flex flex-col",
702
+ d
703
+ ),
704
+ children: [
705
+ /* @__PURE__ */ e(Ie, { channel: n, children: /* @__PURE__ */ i(ye, { children: [
706
+ /* @__PURE__ */ e("div", { className: "border-b border-sand bg-white px-4 py-3", children: /* @__PURE__ */ e(
707
+ Ae,
708
+ {
709
+ onBack: s,
710
+ showBackButton: t,
711
+ onShowInfo: () => l(!0),
712
+ canShowInfo: !!b
713
+ }
714
+ ) }),
715
+ /* @__PURE__ */ e("div", { className: "flex-1 overflow-hidden", children: /* @__PURE__ */ e(Se, { hideDeletedMessages: !0, hideNewMessageSeparator: !1 }) }),
716
+ /* @__PURE__ */ e(
717
+ Be,
718
+ {
719
+ renderActions: () => o == null ? void 0 : o(n)
720
+ }
721
+ )
722
+ ] }) }),
723
+ /* @__PURE__ */ e(
724
+ He,
725
+ {
726
+ isOpen: r,
727
+ onClose: () => l(!1),
728
+ participant: b,
729
+ channel: n,
730
+ followerStatusLabel: x,
731
+ onLeaveConversation: a,
732
+ onBlockParticipant: c
733
+ }
734
+ )
735
+ ]
736
+ }
737
+ );
729
738
  };
730
- function pe({
731
- searchQuery: t,
739
+ function $e({
740
+ searchQuery: n,
732
741
  setSearchQuery: s,
733
- placeholder: n
742
+ placeholder: t
734
743
  }) {
735
- const l = A(null);
744
+ const o = H(null);
736
745
  return /* @__PURE__ */ i("div", { className: "relative", children: [
737
746
  /* @__PURE__ */ e(
738
- ke,
747
+ Ue,
739
748
  {
740
749
  className: "pointer-events-none absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-stone",
741
750
  weight: "bold"
@@ -744,42 +753,42 @@ function pe({
744
753
  /* @__PURE__ */ e(
745
754
  "input",
746
755
  {
747
- ref: l,
756
+ ref: o,
748
757
  type: "text",
749
- placeholder: n,
750
- value: t,
758
+ placeholder: t,
759
+ value: n,
751
760
  onChange: (a) => s(a.target.value),
752
761
  className: "w-full pl-10 pr-10 py-3 text-sm border border-sand rounded-xl focus:outline-none focus:ring-2 focus:ring-black focus:border-transparent"
753
762
  }
754
763
  ),
755
- t && /* @__PURE__ */ e(
756
- q,
764
+ n && /* @__PURE__ */ e(
765
+ se,
757
766
  {
758
767
  label: "Clear search",
759
768
  onClick: () => {
760
769
  var a;
761
- s(""), (a = l.current) == null || a.focus();
770
+ s(""), (a = o.current) == null || a.focus();
762
771
  },
763
772
  className: "absolute right-3 top-1/2 -translate-y-1/2 p-1 text-stone hover:text-charcoal",
764
- children: /* @__PURE__ */ e(oe, { className: "h-4 w-4", weight: "bold" })
773
+ children: /* @__PURE__ */ e(de, { className: "h-4 w-4", weight: "bold" })
765
774
  }
766
775
  )
767
776
  ] });
768
777
  }
769
- const je = ({
770
- participantSource: t,
778
+ const _e = ({
779
+ participantSource: n,
771
780
  onSelectParticipant: s,
772
- onClose: n,
773
- existingParticipantIds: l = /* @__PURE__ */ new Set(),
781
+ onClose: t,
782
+ existingParticipantIds: o = /* @__PURE__ */ new Set(),
774
783
  participantLabel: a = "participants",
775
- searchPlaceholder: m = "Search participants...",
784
+ searchPlaceholder: c = "Search participants...",
776
785
  className: d
777
786
  }) => {
778
- const { debug: r } = Z(), [o, w] = v(""), [x, g] = v([]), [c, C] = v(!1), [b, y] = v(null), [I, P] = v(
787
+ const { debug: r } = ee(), [l, b] = E(""), [x, v] = E([]), [u, m] = E(!1), [C, w] = E(null), [y, D] = E(
779
788
  null
780
- ), O = A(!1);
781
- B(() => {
782
- if (t.loading) {
789
+ ), O = H(!1);
790
+ G(() => {
791
+ if (n.loading) {
783
792
  r && console.log(
784
793
  "[ParticipantPicker] Waiting for participant source to finish loading..."
785
794
  );
@@ -787,169 +796,169 @@ const je = ({
787
796
  }
788
797
  if (O.current) return;
789
798
  (async () => {
790
- r && console.log("[ParticipantPicker] Loading initial participants..."), C(!0), y(null);
799
+ r && console.log("[ParticipantPicker] Loading initial participants..."), m(!0), w(null);
791
800
  try {
792
- const f = await t.loadParticipants({
801
+ const g = await n.loadParticipants({
793
802
  search: "",
794
803
  // Load all participants initially
795
804
  limit: 100
796
805
  });
797
- g(f.participants), O.current = !0, r && console.log(
806
+ v(g.participants), O.current = !0, r && console.log(
798
807
  "[ParticipantPicker] Participants loaded successfully:",
799
- f.participants.length
808
+ g.participants.length
800
809
  );
801
- } catch (f) {
802
- const N = f instanceof Error ? f.message : "Failed to load participants";
803
- y(N), console.error("[ParticipantPicker] Failed to load participants:", f);
810
+ } catch (g) {
811
+ const f = g instanceof Error ? g.message : "Failed to load participants";
812
+ w(f), console.error("[ParticipantPicker] Failed to load participants:", g);
804
813
  } finally {
805
- C(!1);
814
+ m(!1);
806
815
  }
807
816
  })();
808
- }, [t.loading, r]);
809
- const E = x.filter((u) => !l.has(u.id)).filter((u) => {
810
- var N;
811
- if (!o) return !0;
812
- const f = o.toLowerCase();
813
- return u.name.toLowerCase().includes(f) || ((N = u.email) == null ? void 0 : N.toLowerCase().includes(f)) || !1;
814
- }), R = L(
815
- async (u) => {
816
- if (!I) {
817
- P(u.id);
817
+ }, [n.loading, r]);
818
+ const I = x.filter((h) => !o.has(h.id)).filter((h) => {
819
+ var f;
820
+ if (!l) return !0;
821
+ const g = l.toLowerCase();
822
+ return h.name.toLowerCase().includes(g) || ((f = h.email) == null ? void 0 : f.toLowerCase().includes(g)) || !1;
823
+ }), R = M(
824
+ async (h) => {
825
+ if (!y) {
826
+ D(h.id);
818
827
  try {
819
- await s(u);
820
- } catch (f) {
821
- console.error("[ParticipantPicker] Failed to start chat:", f), P(null);
828
+ await s(h);
829
+ } catch (g) {
830
+ console.error("[ParticipantPicker] Failed to start chat:", g), D(null);
822
831
  }
823
832
  }
824
833
  },
825
- [s, I]
826
- ), T = (u, f) => {
827
- (u.key === "Enter" || u.key === " ") && (u.preventDefault(), R(f));
834
+ [s, y]
835
+ ), T = (h, g) => {
836
+ (h.key === "Enter" || h.key === " ") && (h.preventDefault(), R(g));
828
837
  };
829
- return /* @__PURE__ */ i("div", { className: F("flex flex-col h-full", d), children: [
838
+ return /* @__PURE__ */ i("div", { className: P("flex flex-col h-full", d), children: [
830
839
  /* @__PURE__ */ i("div", { className: "px-4 py-4 border-b border-sand bg-chalk", children: [
831
840
  /* @__PURE__ */ i("div", { className: "flex items-center justify-between mb-3", children: [
832
841
  /* @__PURE__ */ e("h2", { className: "text-lg font-semibold text-charcoal", children: "Start a new Conversation" }),
833
- /* @__PURE__ */ e(ie, { onClick: n })
842
+ /* @__PURE__ */ e(me, { onClick: t })
834
843
  ] }),
835
844
  /* @__PURE__ */ i("p", { className: "text-xs text-stone mb-3", children: [
836
845
  "Select a ",
837
846
  a.slice(0, -1),
838
847
  " to start messaging (",
839
- E.length,
848
+ I.length,
840
849
  " available)",
841
- t.totalCount !== void 0 && ` • ${t.totalCount} ${a} total`
850
+ n.totalCount !== void 0 && ` • ${n.totalCount} ${a} total`
842
851
  ] }),
843
852
  /* @__PURE__ */ e(
844
- pe,
853
+ $e,
845
854
  {
846
- searchQuery: o,
847
- setSearchQuery: w,
848
- placeholder: m
855
+ searchQuery: l,
856
+ setSearchQuery: b,
857
+ placeholder: c
849
858
  }
850
859
  )
851
860
  ] }),
852
- b && /* @__PURE__ */ i("div", { className: "p-4 text-sm text-danger bg-danger-alt", children: [
861
+ C && /* @__PURE__ */ i("div", { className: "p-4 text-sm text-danger bg-danger-alt", children: [
853
862
  "Error loading ",
854
863
  a,
855
864
  ": ",
856
- b
865
+ C
857
866
  ] }),
858
- /* @__PURE__ */ e("div", { className: "flex-1 overflow-auto", children: c && E.length === 0 ? /* @__PURE__ */ e("div", { className: "h-32 flex items-center justify-center", children: /* @__PURE__ */ i("div", { className: "flex items-center space-x-2", children: [
867
+ /* @__PURE__ */ e("div", { className: "flex-1 overflow-auto", children: u && I.length === 0 ? /* @__PURE__ */ e("div", { className: "h-32 flex items-center justify-center", children: /* @__PURE__ */ i("div", { className: "flex items-center space-x-2", children: [
859
868
  /* @__PURE__ */ e("div", { className: "w-4 h-4 animate-spin rounded-full border-2 border-primary border-t-transparent" }),
860
869
  /* @__PURE__ */ i("span", { className: "text-sm text-stone", children: [
861
870
  "Loading ",
862
871
  a,
863
872
  "..."
864
873
  ] })
865
- ] }) }) : E.length === 0 ? /* @__PURE__ */ i("div", { className: "p-6 text-center", children: [
866
- /* @__PURE__ */ e("div", { className: "mx-auto mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-sand", children: /* @__PURE__ */ e(ne, { className: "h-8 w-8 text-charcoal" }) }),
867
- /* @__PURE__ */ e("h3", { className: "text-sm font-semibold text-charcoal mb-2", children: o ? `No ${a} found` : x.length > 0 ? `Already chatting with all ${a}` : `No ${a} yet` }),
868
- /* @__PURE__ */ e("p", { className: "text-xs text-stone", children: o ? "Try a different search term" : x.length > 0 ? `You have existing conversations with all your ${a}` : `${a.charAt(0).toUpperCase() + a.slice(1)} will appear here` })
874
+ ] }) }) : I.length === 0 ? /* @__PURE__ */ i("div", { className: "p-6 text-center", children: [
875
+ /* @__PURE__ */ e("div", { className: "mx-auto mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-sand", children: /* @__PURE__ */ e(ie, { className: "h-8 w-8 text-charcoal" }) }),
876
+ /* @__PURE__ */ e("h3", { className: "text-sm font-semibold text-charcoal mb-2", children: l ? `No ${a} found` : x.length > 0 ? `Already chatting with all ${a}` : `No ${a} yet` }),
877
+ /* @__PURE__ */ e("p", { className: "text-xs text-stone", children: l ? "Try a different search term" : x.length > 0 ? `You have existing conversations with all your ${a}` : `${a.charAt(0).toUpperCase() + a.slice(1)} will appear here` })
869
878
  ] }) : /* @__PURE__ */ i("ul", { className: "space-y-0", children: [
870
- E.map((u) => {
871
- const f = u.name || u.email || u.id, N = u.email && u.name ? u.email : u.phone;
879
+ I.map((h) => {
880
+ const g = h.name || h.email || h.id, f = h.email && h.name ? h.email : h.phone;
872
881
  return /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e(
873
882
  "button",
874
883
  {
875
884
  type: "button",
876
- onClick: () => R(u),
877
- onKeyDown: (S) => T(S, u),
885
+ onClick: () => R(h),
886
+ onKeyDown: (S) => T(S, h),
878
887
  className: "w-full px-4 py-3 hover:bg-sand transition-colors border-b border-sand text-left focus:outline-none focus:ring-2 focus:ring-black",
879
888
  children: /* @__PURE__ */ i("div", { className: "flex items-center justify-between", children: [
880
889
  /* @__PURE__ */ i("div", { className: "flex items-center space-x-3 flex-1 min-w-0", children: [
881
890
  /* @__PURE__ */ e(
882
- Y,
891
+ ne,
883
892
  {
884
- id: u.id,
885
- name: f,
886
- image: u.image,
893
+ id: h.id,
894
+ name: g,
895
+ image: h.image,
887
896
  size: 40
888
897
  }
889
898
  ),
890
899
  /* @__PURE__ */ i("div", { className: "flex-1 min-w-0", children: [
891
- /* @__PURE__ */ e("h4", { className: "text-sm font-medium text-charcoal truncate", children: f }),
892
- N && /* @__PURE__ */ e("p", { className: "text-xs text-stone truncate", children: N })
900
+ /* @__PURE__ */ e("h4", { className: "text-sm font-medium text-charcoal truncate", children: g }),
901
+ f && /* @__PURE__ */ e("p", { className: "text-xs text-stone truncate", children: f })
893
902
  ] })
894
903
  ] }),
895
- /* @__PURE__ */ e("div", { className: "flex-shrink-0", children: I === u.id ? /* @__PURE__ */ e(Q, { className: "h-5 w-5 text-primary animate-spin" }) : /* @__PURE__ */ e(ne, { className: "h-5 w-5 text-stone" }) })
904
+ /* @__PURE__ */ e("div", { className: "flex-shrink-0", children: y === h.id ? /* @__PURE__ */ e(K, { className: "h-5 w-5 text-primary animate-spin" }) : /* @__PURE__ */ e(ie, { className: "h-5 w-5 text-stone" }) })
896
905
  ] })
897
906
  }
898
- ) }, u.id);
907
+ ) }, h.id);
899
908
  }),
900
- c && /* @__PURE__ */ e("li", { className: "p-4 flex justify-center", children: /* @__PURE__ */ i("div", { className: "flex items-center space-x-2", children: [
909
+ u && /* @__PURE__ */ e("li", { className: "p-4 flex justify-center", children: /* @__PURE__ */ i("div", { className: "flex items-center space-x-2", children: [
901
910
  /* @__PURE__ */ e("div", { className: "w-4 h-4 animate-spin rounded-full border-2 border-primary border-t-transparent" }),
902
911
  /* @__PURE__ */ e("span", { className: "text-sm text-stone", children: "Loading more..." })
903
912
  ] }) })
904
913
  ] }) })
905
914
  ] });
906
- }, Ae = ({ hasChannels: t, onStartConversation: s, participantLabel: n }) => /* @__PURE__ */ e("div", { className: "flex items-center justify-center h-full p-8 text-balance", children: /* @__PURE__ */ i("div", { className: "text-center max-w-sm", children: [
915
+ }, Ve = ({ hasChannels: n, onStartConversation: s, participantLabel: t }) => /* @__PURE__ */ e("div", { className: "messaging-empty-state flex items-center justify-center h-full p-8 text-balance", children: /* @__PURE__ */ i("div", { className: "text-center max-w-sm", children: [
907
916
  /* @__PURE__ */ e("div", { className: "w-24 h-24 bg-primary-alt/10 rounded-full flex items-center justify-center mx-auto mb-6", children: /* @__PURE__ */ e("span", { className: "text-4xl", children: "💬" }) }),
908
917
  /* @__PURE__ */ e("h2", { className: "font-semibold text-charcoal", children: "Welcome to Messages" }),
909
- /* @__PURE__ */ e("p", { className: "text-stone text-sm mb-6", children: t ? /* @__PURE__ */ i(se, { children: [
918
+ /* @__PURE__ */ e("p", { className: "text-stone text-sm mb-6", children: n ? /* @__PURE__ */ i(oe, { children: [
910
919
  "Choose a conversation from the list or",
911
920
  " ",
912
- s && /* @__PURE__ */ i(re, { onClick: s, children: [
921
+ s && /* @__PURE__ */ i(ce, { onClick: s, children: [
913
922
  "start a new conversation with a ",
914
- n.slice(0, -1),
923
+ t.slice(0, -1),
915
924
  "."
916
925
  ] })
917
- ] }) : s && /* @__PURE__ */ i(se, { children: [
918
- /* @__PURE__ */ i(re, { onClick: s, children: [
926
+ ] }) : s && /* @__PURE__ */ i(oe, { children: [
927
+ /* @__PURE__ */ i(ce, { onClick: s, children: [
919
928
  "Start a new conversation with one of your ",
920
- n
929
+ t
921
930
  ] }),
922
931
  " ",
923
932
  "to begin messaging."
924
933
  ] }) })
925
- ] }) }), re = ({
926
- onClick: t,
934
+ ] }) }), ce = ({
935
+ onClick: n,
927
936
  children: s
928
937
  }) => /* @__PURE__ */ e(
929
938
  "button",
930
939
  {
931
940
  type: "button",
932
- onClick: t,
941
+ onClick: n,
933
942
  className: "inline-flex items-center gap-1 text-sm font-medium text-primary hover:text-primary-alt focus:outline-none focus:ring-2 focus:ring-primary",
934
943
  children: s
935
944
  }
936
- ), le = ({ error: t, onRetry: s }) => /* @__PURE__ */ e("div", { className: "flex items-center justify-center h-full p-8", children: /* @__PURE__ */ i("div", { className: "text-center max-w-md", children: [
937
- /* @__PURE__ */ e("div", { className: "w-24 h-24 bg-danger-alt rounded-full flex items-center justify-center mx-auto mb-6", children: /* @__PURE__ */ e("span", { className: "text-4xl", children: "⚠️" }) }),
938
- /* @__PURE__ */ e("h2", { className: "text-xl font-semibold text-charcoal mb-3", children: "Connection Error" }),
939
- /* @__PURE__ */ e("p", { className: "text-stone text-sm mb-6", children: t }),
945
+ ), re = ({ message: n, onBack: s }) => /* @__PURE__ */ e("div", { className: "messaging-error-state flex items-center justify-center h-full p-8", children: /* @__PURE__ */ i("div", { className: "text-center max-w-sm", children: [
946
+ /* @__PURE__ */ e("div", { className: "w-24 h-24 bg-danger-alt/20 rounded-full flex items-center justify-center mx-auto mb-6", children: /* @__PURE__ */ e("span", { className: "text-4xl", children: "⚠️" }) }),
947
+ /* @__PURE__ */ e("h2", { className: "font-semibold text-charcoal mb-2", children: "Oops!" }),
948
+ /* @__PURE__ */ e("p", { className: "text-stone text-sm mb-6", children: n }),
940
949
  s && /* @__PURE__ */ e(
941
950
  "button",
942
951
  {
943
952
  type: "button",
944
953
  onClick: s,
945
- className: "inline-flex items-center px-4 py-2 bg-primary text-white rounded-lg hover:bg-primary-alt focus:outline-none focus:ring-2 focus:ring-primary transition-colors",
946
- children: "Try Again"
954
+ className: "inline-flex items-center gap-2 px-4 py-2 text-sm font-medium text-white bg-primary hover:bg-primary-alt rounded-lg focus:outline-none focus:ring-2 focus:ring-primary transition-colors",
955
+ children: "Go Back"
947
956
  }
948
957
  )
949
- ] }) }), Be = ({ className: t, message: s }) => /* @__PURE__ */ i(
958
+ ] }) }), We = ({ className: n, message: s }) => /* @__PURE__ */ i(
950
959
  "div",
951
960
  {
952
- className: F("flex items-center justify-center h-full", t),
961
+ className: P("flex items-center justify-center h-full", n),
953
962
  children: [
954
963
  /* @__PURE__ */ i("svg", { viewBox: "0 0 100 100", className: "size-8 fill-pebble", stroke: "none", children: [
955
964
  /* @__PURE__ */ e("circle", { cx: "6", cy: "50", r: "6", children: /* @__PURE__ */ e(
@@ -989,245 +998,331 @@ const je = ({
989
998
  s && /* @__PURE__ */ e("span", { className: "text-stone", children: s })
990
999
  ]
991
1000
  }
992
- ), He = () => /* @__PURE__ */ e("div", { className: "flex items-center justify-center h-full", children: /* @__PURE__ */ i("div", { className: "flex items-center", children: [
993
- /* @__PURE__ */ e(Be, { className: "w-6 h-6" }),
1001
+ ), ze = () => /* @__PURE__ */ e("div", { className: "messaging-loading-state flex items-center justify-center h-full", children: /* @__PURE__ */ i("div", { className: "flex items-center", children: [
1002
+ /* @__PURE__ */ e(We, { className: "w-6 h-6" }),
994
1003
  /* @__PURE__ */ e("span", { className: "text-sm text-stone", children: "Loading messages" })
995
- ] }) }), Qe = ({
996
- capabilities: t = {},
1004
+ ] }) }), es = ({
1005
+ capabilities: n = {},
997
1006
  className: s,
998
- renderMessageInputActions: n,
999
- onChannelSelect: l,
1000
- onParticipantSelect: a
1007
+ renderMessageInputActions: t,
1008
+ onChannelSelect: o,
1009
+ onParticipantSelect: a,
1010
+ initialParticipantFilter: c,
1011
+ initialParticipantData: d
1001
1012
  }) => {
1002
1013
  const {
1003
- service: m,
1004
- client: d,
1005
- isConnected: r,
1006
- isLoading: o,
1007
- error: w,
1008
- refreshConnection: x,
1009
- debug: g
1010
- } = Pe(), [c, C] = v(null), [b, y] = v(!1), [I, P] = v(!1), [O, E] = v(/* @__PURE__ */ new Set()), [R, T] = v(0), u = A(null), {
1011
- showStartConversation: f = !1,
1012
- participantSource: N,
1013
- participantLabel: S = "participants"
1014
- } = t, j = A(null), M = L(async () => {
1015
- if (!d || !r) return;
1016
- const h = d.userID;
1017
- if (h)
1014
+ service: r,
1015
+ client: l,
1016
+ isConnected: b,
1017
+ isLoading: x,
1018
+ error: v,
1019
+ refreshConnection: u,
1020
+ debug: m
1021
+ } = Le(), [C, w] = E(null), [y, D] = E(!1), [O, I] = E(!1), [R, T] = E(/* @__PURE__ */ new Set()), [h, g] = E(0), [f, S] = E(!1), [V, U] = E(null), j = H(null), {
1022
+ showStartConversation: Z = !1,
1023
+ participantSource: $,
1024
+ participantLabel: W = "participants"
1025
+ } = n, z = H(null), A = M(async () => {
1026
+ if (!l || !b) return;
1027
+ const N = l.userID;
1028
+ if (N)
1018
1029
  try {
1019
- g && console.log("[MessagingShell] Syncing channels for user:", h);
1020
- const U = await d.queryChannels(
1030
+ m && console.log("[MessagingShell] Syncing channels for user:", N);
1031
+ const p = await l.queryChannels(
1021
1032
  {
1022
1033
  type: "messaging",
1023
- members: { $in: [h] }
1034
+ members: { $in: [N] }
1024
1035
  },
1025
1036
  {},
1026
1037
  { limit: 100 }
1027
- ), p = /* @__PURE__ */ new Set();
1028
- U.forEach((J) => {
1029
- const ce = J.state.members;
1030
- Object.values(ce).forEach((de) => {
1031
- var ee;
1032
- const K = (ee = de.user) == null ? void 0 : ee.id;
1033
- K && K !== h && p.add(K);
1038
+ ), F = /* @__PURE__ */ new Set();
1039
+ p.forEach((_) => {
1040
+ const ge = _.state.members;
1041
+ Object.values(ge).forEach((xe) => {
1042
+ var le;
1043
+ const te = (le = xe.user) == null ? void 0 : le.id;
1044
+ te && te !== N && F.add(te);
1034
1045
  });
1035
- }), E(p), y(U.length > 0), j.current = h, g && console.log("[MessagingShell] Channels synced successfully:", {
1036
- channelCount: U.length,
1037
- memberCount: p.size
1046
+ }), T(F), D(p.length > 0), z.current = N, m && console.log("[MessagingShell] Channels synced successfully:", {
1047
+ channelCount: p.length,
1048
+ memberCount: F.size
1038
1049
  });
1039
- } catch (U) {
1040
- console.error("[MessagingShell] Failed to sync channels:", U);
1050
+ } catch (p) {
1051
+ console.error("[MessagingShell] Failed to sync channels:", p);
1041
1052
  }
1042
- }, [d, r, g]);
1043
- B(() => {
1044
- if (!d || !r) return;
1045
- const h = d.userID;
1046
- h && j.current !== h && M();
1047
- }, [d, r, M]);
1048
- const H = L(
1049
- (h) => {
1050
- C(h), l == null || l(h);
1053
+ }, [l, b, m]);
1054
+ G(() => {
1055
+ if (!l || !b) return;
1056
+ const N = l.userID;
1057
+ N && z.current !== N && A();
1058
+ }, [l, b, A]), G(() => {
1059
+ if (!c || !l || !b) return;
1060
+ (async () => {
1061
+ const p = l.userID;
1062
+ if (p)
1063
+ try {
1064
+ m && console.log(
1065
+ "[MessagingShell] Loading initial conversation with:",
1066
+ c
1067
+ );
1068
+ const F = await l.queryChannels(
1069
+ {
1070
+ type: "messaging",
1071
+ members: { $eq: [p, c] }
1072
+ },
1073
+ {},
1074
+ { limit: 1 }
1075
+ );
1076
+ if (F.length > 0)
1077
+ w(F[0]), S(!0), U(null), m && console.log(
1078
+ "[MessagingShell] Initial conversation loaded:",
1079
+ F[0].id
1080
+ );
1081
+ else if (d && r) {
1082
+ m && console.log(
1083
+ "[MessagingShell] No conversation found, creating one for:",
1084
+ d
1085
+ );
1086
+ try {
1087
+ const _ = await r.startChannelWithParticipant({
1088
+ id: d.id,
1089
+ name: d.name,
1090
+ email: d.email,
1091
+ phone: d.phone
1092
+ });
1093
+ w(_), S(!0), U(null), m && console.log(
1094
+ "[MessagingShell] Channel created and loaded:",
1095
+ _.id
1096
+ );
1097
+ } catch (_) {
1098
+ console.error(
1099
+ "[MessagingShell] Failed to create conversation:",
1100
+ _
1101
+ ), U("Failed to create conversation");
1102
+ }
1103
+ } else
1104
+ U(
1105
+ "No conversation found with this account"
1106
+ ), m && console.log(
1107
+ "[MessagingShell] No conversation found for:",
1108
+ c
1109
+ );
1110
+ } catch (F) {
1111
+ console.error(
1112
+ "[MessagingShell] Failed to load initial conversation:",
1113
+ F
1114
+ ), U("Failed to load conversation");
1115
+ }
1116
+ })();
1117
+ }, [
1118
+ c,
1119
+ d,
1120
+ l,
1121
+ b,
1122
+ r,
1123
+ m
1124
+ ]);
1125
+ const k = M(
1126
+ (N) => {
1127
+ w(N), o == null || o(N);
1051
1128
  },
1052
- [l]
1053
- ), V = L(() => {
1054
- C(null);
1055
- }, []), _ = L(() => {
1056
- var h;
1057
- N && (T((U) => U + 1), P(!0), (h = u.current) == null || h.showModal());
1058
- }, [N]), W = L(
1059
- async (h) => {
1060
- var U;
1061
- if (m)
1129
+ [o]
1130
+ ), L = M(() => {
1131
+ f || w(null);
1132
+ }, [f]), B = M(() => {
1133
+ var N;
1134
+ $ && (g((p) => p + 1), I(!0), (N = j.current) == null || N.showModal());
1135
+ }, [$]), q = M(
1136
+ async (N) => {
1137
+ var p;
1138
+ if (r)
1062
1139
  try {
1063
- g && console.log(
1140
+ m && console.log(
1064
1141
  "[MessagingShell] Starting conversation with:",
1065
- h.id
1142
+ N.id
1066
1143
  );
1067
- const p = await m.startChannelWithParticipant({
1068
- id: h.id,
1069
- name: h.name,
1070
- email: h.email,
1071
- phone: h.phone
1144
+ const F = await r.startChannelWithParticipant({
1145
+ id: N.id,
1146
+ name: N.name,
1147
+ email: N.email,
1148
+ phone: N.phone
1072
1149
  });
1073
1150
  try {
1074
- await p.show();
1075
- } catch (J) {
1076
- console.warn("[MessagingShell] Failed to unhide channel:", J);
1151
+ await F.show();
1152
+ } catch (_) {
1153
+ console.warn("[MessagingShell] Failed to unhide channel:", _);
1077
1154
  }
1078
- C(p), P(!1), (U = u.current) == null || U.close(), a == null || a(h);
1079
- } catch (p) {
1080
- console.error("[MessagingShell] Failed to start conversation:", p);
1155
+ w(F), I(!1), (p = j.current) == null || p.close(), a == null || a(N);
1156
+ } catch (F) {
1157
+ console.error("[MessagingShell] Failed to start conversation:", F);
1081
1158
  }
1082
1159
  },
1083
- [m, a, g]
1084
- ), G = L(() => {
1085
- var h;
1086
- P(!1), (h = u.current) == null || h.close();
1087
- }, []), z = L(
1088
- async (h) => {
1089
- g && console.log("[MessagingShell] Leaving conversation:", h.id), C(null), j.current = null, await M();
1160
+ [r, a, m]
1161
+ ), X = M(() => {
1162
+ var N;
1163
+ I(!1), (N = j.current) == null || N.close();
1164
+ }, []), he = M(
1165
+ async (N) => {
1166
+ m && console.log("[MessagingShell] Leaving conversation:", N.id), w(null), S(!1), z.current = null, await A();
1090
1167
  },
1091
- [M, g]
1092
- ), k = L(
1093
- async (h) => {
1094
- g && console.log("[MessagingShell] Blocking participant:", h), C(null), j.current = null, await M();
1168
+ [A, m]
1169
+ ), fe = M(
1170
+ async (N) => {
1171
+ m && console.log("[MessagingShell] Blocking participant:", N), w(null), S(!1), z.current = null, await A();
1095
1172
  },
1096
- [M, g]
1097
- ), D = !!c;
1098
- return o ? /* @__PURE__ */ e("div", { className: F("h-full", s), children: /* @__PURE__ */ e(He, {}) }) : w ? /* @__PURE__ */ e("div", { className: F("h-full", s), children: /* @__PURE__ */ e(le, { error: w, onRetry: x }) }) : !r || !d ? /* @__PURE__ */ e("div", { className: F("h-full", s), children: /* @__PURE__ */ e(
1099
- le,
1173
+ [A, m]
1174
+ ), Y = !!C;
1175
+ return x ? /* @__PURE__ */ e("div", { className: P("h-full", s), children: /* @__PURE__ */ e(ze, {}) }) : v ? /* @__PURE__ */ e("div", { className: P("h-full", s), children: /* @__PURE__ */ e(re, { message: v, onBack: u }) }) : !b || !l ? /* @__PURE__ */ e("div", { className: P("h-full", s), children: /* @__PURE__ */ e(
1176
+ re,
1100
1177
  {
1101
- error: "Not connected to messaging service",
1102
- onRetry: x
1178
+ message: "Not connected to messaging service",
1179
+ onBack: u
1103
1180
  }
1104
- ) }) : /* @__PURE__ */ i("div", { className: F("h-full bg-white overflow-hidden", s), children: [
1105
- /* @__PURE__ */ i("div", { className: "flex h-full min-h-0", children: [
1106
- /* @__PURE__ */ e(
1107
- "div",
1108
- {
1109
- className: F(
1110
- "min-h-0 min-w-0 bg-white lg:bg-chalk lg:flex lg:flex-col lg:border-r lg:border-sand",
1181
+ ) }) : V ? /* @__PURE__ */ e("div", { className: P("h-full", s), children: /* @__PURE__ */ e(re, { message: V }) }) : /* @__PURE__ */ i(
1182
+ "div",
1183
+ {
1184
+ className: P(
1185
+ "messaging-shell h-full bg-white overflow-hidden",
1186
+ s
1187
+ ),
1188
+ children: [
1189
+ /* @__PURE__ */ i("div", { className: "flex h-full min-h-0", children: [
1190
+ /* @__PURE__ */ e(
1191
+ "div",
1111
1192
  {
1112
- "hidden lg:flex lg:w-80 lg:min-w-[280px] lg:max-w-[360px]": D,
1113
- "flex flex-col w-full lg:flex-1 lg:max-w-2xl": !D
1193
+ className: P(
1194
+ "messaging-channel-list-sidebar min-h-0 min-w-0 bg-white lg:bg-chalk lg:flex lg:flex-col lg:border-r lg:border-sand",
1195
+ {
1196
+ // In direct conversation mode, always hide the channel list
1197
+ hidden: f,
1198
+ // Normal mode: hide on mobile when channel selected, show on desktop
1199
+ "hidden lg:flex lg:w-80 lg:min-w-[280px] lg:max-w-[360px]": !f && Y,
1200
+ // Normal mode: show when no channel selected
1201
+ "flex flex-col w-full lg:flex-1 lg:max-w-2xl": !f && !Y
1202
+ }
1203
+ ),
1204
+ children: /* @__PURE__ */ e(
1205
+ je,
1206
+ {
1207
+ onChannelSelect: k,
1208
+ selectedChannel: C || void 0,
1209
+ showStartConversation: Z && !!$,
1210
+ onStartConversation: B,
1211
+ participantLabel: W
1212
+ }
1213
+ )
1114
1214
  }
1115
1215
  ),
1116
- children: /* @__PURE__ */ e(
1117
- Oe,
1216
+ /* @__PURE__ */ e(
1217
+ "div",
1118
1218
  {
1119
- onChannelSelect: H,
1120
- selectedChannel: c || void 0,
1121
- showStartConversation: f && !!N,
1122
- onStartConversation: _,
1123
- participantLabel: S
1124
- }
1125
- )
1126
- }
1127
- ),
1128
- /* @__PURE__ */ e(
1129
- "div",
1130
- {
1131
- className: F("flex-1 flex-col min-w-0 min-h-0", {
1132
- "hidden lg:flex": !D,
1133
- flex: D
1134
- }),
1135
- children: c ? /* @__PURE__ */ e("div", { className: "flex-1 min-h-0 flex flex-col", children: /* @__PURE__ */ e(
1136
- Me,
1137
- {
1138
- channel: c,
1139
- onBack: V,
1140
- showBackButton: !0,
1141
- renderMessageInputActions: n,
1142
- onLeaveConversation: z,
1143
- onBlockParticipant: k
1144
- },
1145
- c.id
1146
- ) }) : /* @__PURE__ */ e(
1147
- Ae,
1148
- {
1149
- hasChannels: b,
1150
- onStartConversation: f ? _ : void 0,
1151
- participantLabel: S
1219
+ className: P(
1220
+ "messaging-conversation-view flex-1 flex-col min-w-0 min-h-0",
1221
+ {
1222
+ // In direct conversation mode, always show (full width)
1223
+ flex: f || Y,
1224
+ // Normal mode: hide on mobile when no channel selected
1225
+ "hidden lg:flex": !f && !Y
1226
+ }
1227
+ ),
1228
+ children: C ? /* @__PURE__ */ e("div", { className: "flex-1 min-h-0 flex flex-col", children: /* @__PURE__ */ e(
1229
+ Ge,
1230
+ {
1231
+ channel: C,
1232
+ onBack: L,
1233
+ showBackButton: !f,
1234
+ renderMessageInputActions: t,
1235
+ onLeaveConversation: he,
1236
+ onBlockParticipant: fe
1237
+ },
1238
+ C.id
1239
+ ) }) : /* @__PURE__ */ e(
1240
+ Ve,
1241
+ {
1242
+ hasChannels: y,
1243
+ onStartConversation: Z ? B : void 0,
1244
+ participantLabel: W
1245
+ }
1246
+ )
1152
1247
  }
1153
1248
  )
1154
- }
1155
- )
1156
- ] }),
1157
- N && // eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions
1158
- /* @__PURE__ */ e(
1159
- "dialog",
1160
- {
1161
- ref: u,
1162
- className: "mes-dialog",
1163
- onClick: (h) => {
1164
- h.target === u.current && G();
1165
- },
1166
- onClose: G,
1167
- children: /* @__PURE__ */ e("div", { className: "h-full w-full bg-white shadow-max-elevation-light", children: /* @__PURE__ */ e(
1168
- je,
1249
+ ] }),
1250
+ $ && // eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions
1251
+ /* @__PURE__ */ e(
1252
+ "dialog",
1169
1253
  {
1170
- participantSource: N,
1171
- onSelectParticipant: W,
1172
- onClose: G,
1173
- existingParticipantIds: O,
1174
- participantLabel: S,
1175
- searchPlaceholder: `Search ${S}...`
1176
- },
1177
- R
1178
- ) })
1179
- }
1180
- )
1181
- ] });
1182
- }, Ze = (t, s = {}) => {
1183
- const { initialSearch: n = "", pageSize: l = 20 } = s, [a, m] = v([]), [d, r] = v(!1), [o, w] = v(null), [x, g] = v(n), [c, C] = v(!0), [b, y] = v(), I = L(async (R = !1, T) => {
1254
+ ref: j,
1255
+ className: "mes-dialog",
1256
+ onClick: (N) => {
1257
+ N.target === j.current && X();
1258
+ },
1259
+ onClose: X,
1260
+ children: /* @__PURE__ */ e("div", { className: "h-full w-full bg-white shadow-max-elevation-light", children: /* @__PURE__ */ e(
1261
+ _e,
1262
+ {
1263
+ participantSource: $,
1264
+ onSelectParticipant: q,
1265
+ onClose: X,
1266
+ existingParticipantIds: R,
1267
+ participantLabel: W,
1268
+ searchPlaceholder: `Search ${W}...`
1269
+ },
1270
+ h
1271
+ ) })
1272
+ }
1273
+ )
1274
+ ]
1275
+ }
1276
+ );
1277
+ }, ss = (n, s = {}) => {
1278
+ const { initialSearch: t = "", pageSize: o = 20 } = s, [a, c] = E([]), [d, r] = E(!1), [l, b] = E(null), [x, v] = E(t), [u, m] = E(!0), [C, w] = E(), y = M(async (R = !1, T) => {
1184
1279
  if (d) return;
1185
- const u = T !== void 0 ? T : x;
1186
- r(!0), w(null);
1280
+ const h = T !== void 0 ? T : x;
1281
+ r(!0), b(null);
1187
1282
  try {
1188
- const f = await t.loadParticipants({
1189
- search: u || void 0,
1190
- limit: l,
1191
- cursor: R ? void 0 : b
1283
+ const g = await n.loadParticipants({
1284
+ search: h || void 0,
1285
+ limit: o,
1286
+ cursor: R ? void 0 : C
1192
1287
  });
1193
- m(
1194
- (N) => R ? f.participants : [...N, ...f.participants]
1195
- ), C(f.hasMore), y(f.nextCursor);
1196
- } catch (f) {
1197
- const N = f instanceof Error ? f.message : "Failed to load participants";
1198
- w(N), console.error("[useParticipants] Load error:", f);
1288
+ c(
1289
+ (f) => R ? g.participants : [...f, ...g.participants]
1290
+ ), m(g.hasMore), w(g.nextCursor);
1291
+ } catch (g) {
1292
+ const f = g instanceof Error ? g.message : "Failed to load participants";
1293
+ b(f), console.error("[useParticipants] Load error:", g);
1199
1294
  } finally {
1200
1295
  r(!1);
1201
1296
  }
1202
- }, [t, x, b, l, d]), P = L(() => {
1203
- c && !d && I(!1);
1204
- }, [c, d, I]), O = L((R) => {
1205
- g(R), y(void 0), I(!0, R);
1206
- }, [I]), E = L(() => {
1207
- y(void 0), I(!0);
1208
- }, [I]);
1209
- return B(() => {
1210
- I(!0);
1211
- }, [t.loadParticipants]), {
1297
+ }, [n, x, C, o, d]), D = M(() => {
1298
+ u && !d && y(!1);
1299
+ }, [u, d, y]), O = M((R) => {
1300
+ v(R), w(void 0), y(!0, R);
1301
+ }, [y]), I = M(() => {
1302
+ w(void 0), y(!0);
1303
+ }, [y]);
1304
+ return G(() => {
1305
+ y(!0);
1306
+ }, [n.loadParticipants]), {
1212
1307
  participants: a,
1213
1308
  loading: d,
1214
- error: o,
1309
+ error: l,
1215
1310
  searchQuery: x,
1216
- hasMore: c,
1217
- totalCount: t.totalCount,
1218
- loadMore: P,
1311
+ hasMore: u,
1312
+ totalCount: n.totalCount,
1313
+ loadMore: D,
1219
1314
  search: O,
1220
- refresh: E
1315
+ refresh: I
1221
1316
  };
1222
1317
  };
1223
1318
  export {
1224
- Y as Avatar,
1225
- Oe as ChannelList,
1226
- Me as ChannelView,
1227
- Xe as MessagingProvider,
1228
- Qe as MessagingShell,
1229
- je as ParticipantPicker,
1230
- Pe as useMessaging,
1231
- Ze as useParticipants
1319
+ ne as Avatar,
1320
+ je as ChannelList,
1321
+ Ge as ChannelView,
1322
+ Ke as MessagingProvider,
1323
+ es as MessagingShell,
1324
+ _e as ParticipantPicker,
1325
+ Le as useMessaging,
1326
+ ss as useParticipants
1232
1327
  };
1233
1328
  //# sourceMappingURL=index.js.map