@qoretechnologies/reqraft 0.10.20 → 0.10.26

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.
Files changed (139) hide show
  1. package/.claude/CLAUDE.md +11 -8
  2. package/dist/components/composer/Composer.d.ts +108 -0
  3. package/dist/components/composer/Composer.d.ts.map +1 -0
  4. package/dist/components/composer/Composer.js +238 -0
  5. package/dist/components/composer/Composer.js.map +1 -0
  6. package/dist/components/composer/helpers.d.ts +21 -0
  7. package/dist/components/composer/helpers.d.ts.map +1 -0
  8. package/dist/components/composer/helpers.js +75 -0
  9. package/dist/components/composer/helpers.js.map +1 -0
  10. package/dist/components/composer/index.d.ts +3 -0
  11. package/dist/components/composer/index.d.ts.map +1 -0
  12. package/dist/components/composer/index.js +19 -0
  13. package/dist/components/composer/index.js.map +1 -0
  14. package/dist/components/form/engine/FormEngine.d.ts +1 -1
  15. package/dist/components/imageLightbox/ImageLightbox.d.ts +21 -0
  16. package/dist/components/imageLightbox/ImageLightbox.d.ts.map +1 -0
  17. package/dist/components/imageLightbox/ImageLightbox.js +169 -0
  18. package/dist/components/imageLightbox/ImageLightbox.js.map +1 -0
  19. package/dist/components/imageLightbox/index.d.ts +2 -0
  20. package/dist/components/imageLightbox/index.d.ts.map +1 -0
  21. package/dist/components/imageLightbox/index.js +18 -0
  22. package/dist/components/imageLightbox/index.js.map +1 -0
  23. package/dist/components/searchFilterBar/SearchFilterBar.d.ts +33 -0
  24. package/dist/components/searchFilterBar/SearchFilterBar.d.ts.map +1 -0
  25. package/dist/components/searchFilterBar/SearchFilterBar.js +76 -0
  26. package/dist/components/searchFilterBar/SearchFilterBar.js.map +1 -0
  27. package/dist/components/searchFilterBar/index.d.ts +2 -0
  28. package/dist/components/searchFilterBar/index.d.ts.map +1 -0
  29. package/dist/components/searchFilterBar/index.js +18 -0
  30. package/dist/components/searchFilterBar/index.js.map +1 -0
  31. package/dist/components/supportTicket/AttachmentChips.d.ts +10 -0
  32. package/dist/components/supportTicket/AttachmentChips.d.ts.map +1 -0
  33. package/dist/components/supportTicket/AttachmentChips.js +122 -0
  34. package/dist/components/supportTicket/AttachmentChips.js.map +1 -0
  35. package/dist/components/supportTicket/InterfaceReferenceTags.d.ts +43 -0
  36. package/dist/components/supportTicket/InterfaceReferenceTags.d.ts.map +1 -0
  37. package/dist/components/supportTicket/InterfaceReferenceTags.js +31 -0
  38. package/dist/components/supportTicket/InterfaceReferenceTags.js.map +1 -0
  39. package/dist/components/supportTicket/ReferencePicker.d.ts +87 -0
  40. package/dist/components/supportTicket/ReferencePicker.d.ts.map +1 -0
  41. package/dist/components/supportTicket/ReferencePicker.js +295 -0
  42. package/dist/components/supportTicket/ReferencePicker.js.map +1 -0
  43. package/dist/components/supportTicket/TicketHeader.d.ts +86 -0
  44. package/dist/components/supportTicket/TicketHeader.d.ts.map +1 -0
  45. package/dist/components/supportTicket/TicketHeader.js +149 -0
  46. package/dist/components/supportTicket/TicketHeader.js.map +1 -0
  47. package/dist/components/supportTicket/TicketMetaTags.d.ts +32 -0
  48. package/dist/components/supportTicket/TicketMetaTags.d.ts.map +1 -0
  49. package/dist/components/supportTicket/TicketMetaTags.js +21 -0
  50. package/dist/components/supportTicket/TicketMetaTags.js.map +1 -0
  51. package/dist/components/supportTicket/TicketReplyBox.d.ts +63 -0
  52. package/dist/components/supportTicket/TicketReplyBox.d.ts.map +1 -0
  53. package/dist/components/supportTicket/TicketReplyBox.js +115 -0
  54. package/dist/components/supportTicket/TicketReplyBox.js.map +1 -0
  55. package/dist/components/supportTicket/attachmentAccess.d.ts +37 -0
  56. package/dist/components/supportTicket/attachmentAccess.d.ts.map +1 -0
  57. package/dist/components/supportTicket/attachmentAccess.js +132 -0
  58. package/dist/components/supportTicket/attachmentAccess.js.map +1 -0
  59. package/dist/components/supportTicket/fileToAttachment.d.ts +9 -0
  60. package/dist/components/supportTicket/fileToAttachment.d.ts.map +1 -0
  61. package/dist/components/supportTicket/fileToAttachment.js +28 -0
  62. package/dist/components/supportTicket/fileToAttachment.js.map +1 -0
  63. package/dist/components/supportTicket/index.d.ts +11 -0
  64. package/dist/components/supportTicket/index.d.ts.map +1 -0
  65. package/dist/components/supportTicket/index.js +27 -0
  66. package/dist/components/supportTicket/index.js.map +1 -0
  67. package/dist/components/supportTicket/meta.d.ts +71 -0
  68. package/dist/components/supportTicket/meta.d.ts.map +1 -0
  69. package/dist/components/supportTicket/meta.js +115 -0
  70. package/dist/components/supportTicket/meta.js.map +1 -0
  71. package/dist/components/supportTicket/ticketModel.d.ts +102 -0
  72. package/dist/components/supportTicket/ticketModel.d.ts.map +1 -0
  73. package/dist/components/supportTicket/ticketModel.js +3 -0
  74. package/dist/components/supportTicket/ticketModel.js.map +1 -0
  75. package/dist/components/ticketReferences/TicketReferences.d.ts +52 -0
  76. package/dist/components/ticketReferences/TicketReferences.d.ts.map +1 -0
  77. package/dist/components/ticketReferences/TicketReferences.js +492 -0
  78. package/dist/components/ticketReferences/TicketReferences.js.map +1 -0
  79. package/dist/components/ticketReferences/index.d.ts +3 -0
  80. package/dist/components/ticketReferences/index.d.ts.map +1 -0
  81. package/dist/components/ticketReferences/index.js +6 -0
  82. package/dist/components/ticketReferences/index.js.map +1 -0
  83. package/dist/components/ticketThread/TicketThread.d.ts +57 -0
  84. package/dist/components/ticketThread/TicketThread.d.ts.map +1 -0
  85. package/dist/components/ticketThread/TicketThread.js +299 -0
  86. package/dist/components/ticketThread/TicketThread.js.map +1 -0
  87. package/dist/components/ticketThread/index.d.ts +3 -0
  88. package/dist/components/ticketThread/index.d.ts.map +1 -0
  89. package/dist/components/ticketThread/index.js +7 -0
  90. package/dist/components/ticketThread/index.js.map +1 -0
  91. package/dist/helpers/common.d.ts +5 -0
  92. package/dist/helpers/common.d.ts.map +1 -1
  93. package/dist/helpers/common.js +20 -1
  94. package/dist/helpers/common.js.map +1 -1
  95. package/dist/helpers/scrollbar.d.ts +2 -0
  96. package/dist/helpers/scrollbar.d.ts.map +1 -0
  97. package/dist/helpers/scrollbar.js +25 -0
  98. package/dist/helpers/scrollbar.js.map +1 -0
  99. package/dist/index.d.ts +8 -1
  100. package/dist/index.d.ts.map +1 -1
  101. package/dist/index.js +10 -1
  102. package/dist/index.js.map +1 -1
  103. package/package.json +1 -1
  104. package/src/components/composer/Composer.stories.tsx +238 -0
  105. package/src/components/composer/Composer.tsx +545 -0
  106. package/src/components/composer/helpers.ts +74 -0
  107. package/src/components/composer/index.ts +2 -0
  108. package/src/components/imageLightbox/ImageLightbox.stories.tsx +238 -0
  109. package/src/components/imageLightbox/ImageLightbox.tsx +236 -0
  110. package/src/components/imageLightbox/index.ts +1 -0
  111. package/src/components/searchFilterBar/SearchFilterBar.tsx +131 -0
  112. package/src/components/searchFilterBar/index.ts +1 -0
  113. package/src/components/supportTicket/AttachmentChips.stories.tsx +171 -0
  114. package/src/components/supportTicket/AttachmentChips.tsx +147 -0
  115. package/src/components/supportTicket/InterfaceReferenceTags.stories.tsx +171 -0
  116. package/src/components/supportTicket/InterfaceReferenceTags.tsx +96 -0
  117. package/src/components/supportTicket/ReferencePicker.stories.tsx +519 -0
  118. package/src/components/supportTicket/ReferencePicker.tsx +563 -0
  119. package/src/components/supportTicket/TicketConversation.stories.tsx +121 -0
  120. package/src/components/supportTicket/TicketHeader.stories.tsx +183 -0
  121. package/src/components/supportTicket/TicketHeader.tsx +247 -0
  122. package/src/components/supportTicket/TicketMetaTags.stories.tsx +103 -0
  123. package/src/components/supportTicket/TicketMetaTags.tsx +85 -0
  124. package/src/components/supportTicket/TicketReplyBox.stories.tsx +351 -0
  125. package/src/components/supportTicket/TicketReplyBox.tsx +146 -0
  126. package/src/components/supportTicket/attachmentAccess.ts +97 -0
  127. package/src/components/supportTicket/fileToAttachment.ts +24 -0
  128. package/src/components/supportTicket/index.ts +10 -0
  129. package/src/components/supportTicket/meta.ts +185 -0
  130. package/src/components/supportTicket/ticketModel.ts +131 -0
  131. package/src/components/ticketReferences/TicketReferences.stories.tsx +315 -0
  132. package/src/components/ticketReferences/TicketReferences.tsx +886 -0
  133. package/src/components/ticketReferences/index.ts +2 -0
  134. package/src/components/ticketThread/TicketThread.stories.tsx +828 -0
  135. package/src/components/ticketThread/TicketThread.tsx +704 -0
  136. package/src/components/ticketThread/index.ts +6 -0
  137. package/src/helpers/common.ts +19 -0
  138. package/src/helpers/scrollbar.ts +32 -0
  139. package/src/index.tsx +8 -1
@@ -0,0 +1,238 @@
1
+ import { StoryObj } from '@storybook/react-vite';
2
+ import { expect, fn, userEvent, waitFor, within } from 'storybook/test';
3
+ import { useEffect, useState } from 'react';
4
+ import { StoryMeta } from '../../types';
5
+ import { IImageLightboxImage, ImageLightbox } from './ImageLightbox';
6
+
7
+ /**
8
+ * The shared full-image viewer, on `ReqoreModal`. Opened by the ticket thread (an image
9
+ * on a message) and the References tab (the screenshot grid) alike. Pages across a set,
10
+ * click-to-zoom, download; the shell/backdrop/Esc are the modal's.
11
+ */
12
+ const meta = {
13
+ component: ImageLightbox,
14
+ title: 'Components/ImageLightbox',
15
+ } as StoryMeta<typeof ImageLightbox>;
16
+ export default meta;
17
+ type Story = StoryObj<typeof meta>;
18
+
19
+ const shot = (label: string, hue: number): string =>
20
+ `data:image/svg+xml,${encodeURIComponent(
21
+ `<svg xmlns='http://www.w3.org/2000/svg' width='640' height='400'>` +
22
+ `<rect width='640' height='400' fill='hsl(${hue},38%,16%)'/>` +
23
+ `<text x='24' y='210' fill='white' font-family='sans-serif' font-size='28' opacity='0.7'>${label}</text>` +
24
+ `</svg>`
25
+ )}`;
26
+
27
+ const IMAGES: IImageLightboxImage[] = [
28
+ { attachment_id: 'i1', filename: 'canvas-error.png' },
29
+ { attachment_id: 'i2', filename: 'console.png' },
30
+ { attachment_id: 'i3', filename: 'network.png' },
31
+ ];
32
+
33
+ /** Open on a set of three, so the paging chrome (`1 / 3`, prev/next) shows. */
34
+ export const Paging: Story = {
35
+ parameters: {
36
+ docs: {
37
+ description: {
38
+ story:
39
+ "Renders the lightbox open on a set of three images, so the paging chrome ('1 / 3', prev/next) shows, and arrow keys page through the set.",
40
+ },
41
+ },
42
+ },
43
+ render: function Render() {
44
+ const [index, setIndex] = useState<number | null>(0);
45
+ if (index === null) {
46
+ return <div>closed</div>;
47
+ }
48
+ return (
49
+ <ImageLightbox
50
+ images={IMAGES}
51
+ index={index}
52
+ onIndex={setIndex}
53
+ onClose={() => setIndex(null)}
54
+ fetchAttachmentUrl={async (id) => shot(id, id === 'i1' ? 265 : id === 'i2' ? 205 : 150)}
55
+ onDownload={fn()}
56
+ />
57
+ );
58
+ },
59
+ async play() {
60
+ // the modal portals to the body, so query document-wide
61
+ await waitFor(() => expect(document.querySelector('[role="dialog"]')).not.toBeNull());
62
+ const dialog = within(document.body);
63
+ await expect(await dialog.findByText('canvas-error.png')).toBeInTheDocument();
64
+ await expect(dialog.getByText('1 / 3')).toBeInTheDocument();
65
+ // page forward via the keyboard (the action buttons are icon-only)
66
+ await userEvent.keyboard('{ArrowRight}');
67
+ await waitFor(() => expect(dialog.getByText('2 / 3')).toBeInTheDocument());
68
+ },
69
+ };
70
+
71
+ /**
72
+ * Regression guard for the "screenshot preview stuck loading" bug.
73
+ *
74
+ * Consumers pass `fetchAttachmentUrl` as an inline arrow — a new identity every render —
75
+ * and re-render for reasons unrelated to the lightbox. Here the parent ticks on a timer
76
+ * (handing a fresh fetcher each render) while the fetch is deliberately slow, so those
77
+ * re-renders land WHILE the image is still loading. When the fetch effect depended on
78
+ * `fetchAttachmentUrl`, each re-render tore down the in-flight fetch and the `requested`
79
+ * guard blocked a retry — the spinner hung forever. The image resolving proves the effect
80
+ * now depends on `id` alone. Removing that fix makes this story time out.
81
+ */
82
+ export const ResolvesDespiteParentReRenders: Story = {
83
+ parameters: {
84
+ docs: {
85
+ description: {
86
+ story:
87
+ 'Renders the lightbox while the parent re-renders on a timer with a deliberately slow fetch — a regression guard proving the image still resolves instead of the spinner hanging forever.',
88
+ },
89
+ },
90
+ },
91
+ render: function Render() {
92
+ const [index, setIndex] = useState<number | null>(0);
93
+ const [, setTick] = useState(0);
94
+ useEffect(() => {
95
+ const timer = setInterval(() => setTick((n) => n + 1), 30);
96
+ return () => clearInterval(timer);
97
+ }, []);
98
+ if (index === null) {
99
+ return <div>closed</div>;
100
+ }
101
+ return (
102
+ <ImageLightbox
103
+ images={[IMAGES[0]]}
104
+ index={index}
105
+ onIndex={setIndex}
106
+ onClose={() => setIndex(null)}
107
+ // a brand-new arrow every render, and a slow fetch so the re-renders overlap it
108
+ fetchAttachmentUrl={async (id) => {
109
+ await new Promise((resolve) => setTimeout(resolve, 120));
110
+ return shot(id, 265);
111
+ }}
112
+ onDownload={fn()}
113
+ />
114
+ );
115
+ },
116
+ async play() {
117
+ await expect(await within(document.body).findByText('canvas-error.png')).toBeInTheDocument();
118
+ // the image resolves and paints — it never would while the spinner was hung
119
+ await waitFor(
120
+ () => expect(document.body.querySelector('img[alt="canvas-error.png"]')).not.toBeNull(),
121
+ { timeout: 3000 }
122
+ );
123
+ },
124
+ };
125
+
126
+ /**
127
+ * Renaming from inside the preview. The pencil (only offered when `onRename` is wired)
128
+ * swaps in an input row; Enter commits through the host, which owns the actual rename —
129
+ * here the harness updates its image list, so the modal header shows the new name.
130
+ * Esc cancels the edit WITHOUT closing the modal. Discriminating: remove the
131
+ * `onRename` plumbing and the pencil never renders / the title never changes.
132
+ */
133
+ export const Renamable: Story = {
134
+ parameters: {
135
+ docs: {
136
+ description: {
137
+ story:
138
+ 'Renders the lightbox with onRename wired — the header pencil opens an inline input; Enter commits the new name through the host and Esc cancels without closing the modal.',
139
+ },
140
+ },
141
+ },
142
+ render: function Render() {
143
+ const [index, setIndex] = useState<number | null>(0);
144
+ const [images, setImages] = useState<IImageLightboxImage[]>([IMAGES[0]]);
145
+ if (index === null) {
146
+ return <div>closed</div>;
147
+ }
148
+ return (
149
+ <ImageLightbox
150
+ images={images}
151
+ index={index}
152
+ onIndex={setIndex}
153
+ onClose={() => setIndex(null)}
154
+ fetchAttachmentUrl={async (id) => shot(id, 265)}
155
+ onRename={(id, name) =>
156
+ setImages((current) =>
157
+ current.map((img) => (img.attachment_id === id ? { ...img, filename: name } : img))
158
+ )
159
+ }
160
+ />
161
+ );
162
+ },
163
+ async play() {
164
+ const dialog = within(document.body);
165
+ await expect(await dialog.findByText('canvas-error.png')).toBeInTheDocument();
166
+
167
+ const pencil = await waitFor(() => {
168
+ const el = document.body.querySelector<HTMLButtonElement>('.imagelightbox-rename');
169
+ if (!el) {
170
+ throw new Error('rename action not rendered');
171
+ }
172
+ return el;
173
+ });
174
+ await userEvent.click(pencil);
175
+
176
+ // Esc cancels the edit but keeps the modal open
177
+ const input = await waitFor(() => {
178
+ const el = document.body.querySelector<HTMLInputElement>('.reqore-modal input');
179
+ if (!el) {
180
+ throw new Error('rename input not shown');
181
+ }
182
+ return el;
183
+ });
184
+ await expect(input).toHaveValue('canvas-error.png'); // pre-filled with the current name
185
+ await userEvent.keyboard('{Escape}');
186
+ await waitFor(() =>
187
+ expect(document.body.querySelector('.reqore-modal input')).toBeNull()
188
+ );
189
+ await expect(document.querySelector('[role="dialog"]')).not.toBeNull();
190
+
191
+ // now rename for real: pencil → clear → type → Enter → header carries the new name
192
+ await userEvent.click(document.body.querySelector<HTMLButtonElement>('.imagelightbox-rename')!);
193
+ const input2 = await waitFor(() => {
194
+ const el = document.body.querySelector<HTMLInputElement>('.reqore-modal input');
195
+ if (!el) {
196
+ throw new Error('rename input not shown (second open)');
197
+ }
198
+ return el;
199
+ });
200
+ await userEvent.clear(input2);
201
+ await userEvent.type(input2, 'mapper-crash.png');
202
+ await userEvent.keyboard('{Enter}');
203
+ await waitFor(() => expect(dialog.getByText('mapper-crash.png')).toBeInTheDocument());
204
+ await expect(dialog.queryByText('canvas-error.png')).not.toBeInTheDocument();
205
+ },
206
+ };
207
+
208
+ /** A single image: no paging chrome. */
209
+ export const Single: Story = {
210
+ parameters: {
211
+ docs: {
212
+ description: {
213
+ story: 'Renders the lightbox on a single image, so no paging chrome appears.',
214
+ },
215
+ },
216
+ },
217
+ render: function Render() {
218
+ const [index, setIndex] = useState<number | null>(0);
219
+ if (index === null) {
220
+ return <div>closed</div>;
221
+ }
222
+ return (
223
+ <ImageLightbox
224
+ images={[IMAGES[0]]}
225
+ index={index}
226
+ onIndex={setIndex}
227
+ onClose={() => setIndex(null)}
228
+ fetchAttachmentUrl={async (id) => shot(id, 265)}
229
+ onDownload={fn()}
230
+ />
231
+ );
232
+ },
233
+ async play() {
234
+ const dialog = within(document.body);
235
+ await expect(await dialog.findByText('canvas-error.png')).toBeInTheDocument();
236
+ await expect(dialog.queryByText('1 / 1')).not.toBeInTheDocument();
237
+ },
238
+ };
@@ -0,0 +1,236 @@
1
+ import {
2
+ ReqoreInput,
3
+ ReqoreModal,
4
+ ReqoreSpan,
5
+ ReqoreSpinner,
6
+ useLatestZIndex,
7
+ } from '@qoretechnologies/reqore';
8
+ import { useCallback, useEffect, useRef, useState } from 'react';
9
+ import styled from 'styled-components';
10
+
11
+ /*
12
+ * The shared full-image viewer: a `ReqoreModal` holding one image at a time, with
13
+ * click-to-zoom, keyboard/arrow paging across a set, and a download action. Both the
14
+ * ticket thread (an image attachment on a message) and the References tab (the ticket's
15
+ * screenshot grid) open this, so there is one lightbox rather than a Modal-backed one
16
+ * here and a hand-rolled overlay there.
17
+ *
18
+ * reqore has no image-viewer primitive, so the zoom stage below is bespoke — but the
19
+ * shell, backdrop, focus trap, Esc-to-close and header/actions are all `ReqoreModal`.
20
+ * When reqore gains a real viewer this collapses onto it. It fetches the shown image's
21
+ * bytes itself (caching per id), so a consumer only has to hand it `fetchAttachmentUrl`.
22
+ */
23
+
24
+ // Compact rename row above the stage while editing — the modal's `label` slot is
25
+ // string-only, so the input can't live in the header itself.
26
+ const RenameRow = styled.div`
27
+ margin-bottom: 8px;
28
+ `;
29
+
30
+ const Stage = styled.div<{ $zoom: boolean }>`
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: center;
34
+ min-height: 40vh;
35
+ max-height: 74vh;
36
+ overflow: auto;
37
+ background: rgba(0, 0, 0, 0.25);
38
+ border-radius: 8px;
39
+
40
+ img {
41
+ display: block;
42
+ cursor: ${({ $zoom }) => ($zoom ? 'zoom-out' : 'zoom-in')};
43
+ ${({ $zoom }) =>
44
+ $zoom
45
+ ? 'max-width: none; max-height: none;'
46
+ : 'max-width: 100%; max-height: 74vh; object-fit: contain;'}
47
+ }
48
+ `;
49
+
50
+ export interface IImageLightboxImage {
51
+ attachment_id: string;
52
+ filename: string;
53
+ }
54
+
55
+ export interface IImageLightboxProps {
56
+ /** the set the viewer pages across — one image is a set of one (no paging chrome) */
57
+ images: IImageLightboxImage[];
58
+ /** which image is shown */
59
+ index: number;
60
+ onIndex: (index: number) => void;
61
+ onClose: () => void;
62
+ /** resolve an image's bytes as an object URL (the consumer's authed endpoint) */
63
+ fetchAttachmentUrl: (attachmentId: string) => Promise<string>;
64
+ onDownload?: (attachmentId: string, filename: string) => void;
65
+ /** Rename the shown image. Presence of the callback IS the permission — a staged
66
+ * (composer) set passes it, server-side attachment sets simply don't, so the
67
+ * thread / References viewers stay rename-free without any extra flag. */
68
+ onRename?: (attachmentId: string, newName: string) => void;
69
+ }
70
+
71
+ export const ImageLightbox = ({
72
+ images,
73
+ index,
74
+ onIndex,
75
+ onClose,
76
+ fetchAttachmentUrl,
77
+ onDownload,
78
+ onRename,
79
+ }: IImageLightboxProps) => {
80
+ const [zoom, setZoom] = useState<boolean>(false);
81
+ // inline rename state: editing toggles the input row; draftName is the working value
82
+ const [editing, setEditing] = useState<boolean>(false);
83
+ const [draftName, setDraftName] = useState<string>('');
84
+ // url per attachment: undefined = not fetched, null = fetch failed, string = ready
85
+ const [urls, setUrls] = useState<Record<string, string | null>>({});
86
+ const requested = useRef<Set<string>>(new Set());
87
+ // Render above everything currently on screen: the ticket composer that can open this
88
+ // lightbox floats at its own climbed z-index (also useLatestZIndex), so a modal on a fixed
89
+ // z-index ends up BEHIND it. Climbing past the current top keeps the viewer on top wherever
90
+ // it's opened from.
91
+ const zIndex = useLatestZIndex();
92
+
93
+ const image = images[index];
94
+ const id = image?.attachment_id;
95
+ const url = id ? urls[id] : undefined;
96
+ const multiple = images.length > 1;
97
+
98
+ // Keep the latest fetcher in a ref so the fetch effect can depend on `id` ALONE.
99
+ // Consumers routinely pass `fetchAttachmentUrl` as an inline arrow — a new identity
100
+ // every render. If the effect depended on it, each parent re-render would re-run the
101
+ // effect: the previous run's cleanup fired first, so its in-flight fetch resolved with
102
+ // nothing to write to, and because `requested` already held the id nothing re-fetched.
103
+ // Net result: the spinner hung forever. Depending on `id` only breaks that cycle.
104
+ const fetchRef = useRef(fetchAttachmentUrl);
105
+ fetchRef.current = fetchAttachmentUrl;
106
+ // True only while mounted: a fetch that resolves after unmount is dropped, but one that
107
+ // resolves after a benign re-render still caches — the distinction a per-run flag missed.
108
+ const mounted = useRef(true);
109
+ useEffect(
110
+ () => () => {
111
+ mounted.current = false;
112
+ },
113
+ []
114
+ );
115
+
116
+ // fetch the shown image's bytes once per id; `requested` guards against re-fetching a
117
+ // page you've already visited
118
+ useEffect(() => {
119
+ if (!id || requested.current.has(id)) {
120
+ return undefined;
121
+ }
122
+ requested.current.add(id);
123
+ fetchRef.current(id)
124
+ .then((resolved) => mounted.current && setUrls((current) => ({ ...current, [id]: resolved })))
125
+ .catch(() => mounted.current && setUrls((current) => ({ ...current, [id]: null })));
126
+ return undefined;
127
+ }, [id]);
128
+
129
+ const step = useCallback(
130
+ (delta: number) => {
131
+ setZoom(false);
132
+ // paging abandons an in-flight rename — the draft belonged to the image left behind
133
+ setEditing(false);
134
+ onIndex((index + delta + images.length) % images.length);
135
+ },
136
+ [index, images.length, onIndex]
137
+ );
138
+
139
+ useEffect(() => {
140
+ if (!multiple || editing) {
141
+ // while renaming, arrow keys belong to the text input, not the pager
142
+ return undefined;
143
+ }
144
+ const handler = (event: KeyboardEvent) => {
145
+ if (event.key === 'ArrowRight') {
146
+ step(1);
147
+ } else if (event.key === 'ArrowLeft') {
148
+ step(-1);
149
+ }
150
+ };
151
+ window.addEventListener('keydown', handler);
152
+ return () => window.removeEventListener('keydown', handler);
153
+ }, [step, multiple, editing]);
154
+
155
+ const startRename = useCallback(() => {
156
+ setDraftName(images[index]?.filename ?? '');
157
+ setEditing(true);
158
+ }, [images, index]);
159
+
160
+ const commitRename = useCallback(() => {
161
+ const current = images[index];
162
+ const name = draftName.trim();
163
+ if (onRename && current && name && name !== current.filename) {
164
+ onRename(current.attachment_id, name);
165
+ }
166
+ setEditing(false);
167
+ }, [draftName, images, index, onRename]);
168
+
169
+ if (!image) {
170
+ return null;
171
+ }
172
+
173
+ return (
174
+ <ReqoreModal
175
+ isOpen
176
+ onClose={onClose}
177
+ customZIndex={zIndex}
178
+ blur={3}
179
+ icon='ImageLine'
180
+ label={image.filename}
181
+ badge={multiple ? `${index + 1} / ${images.length}` : undefined}
182
+ actions={[
183
+ { icon: 'ArrowLeftSLine', tooltip: 'Previous', onClick: () => step(-1), show: multiple },
184
+ { icon: 'ArrowRightSLine', tooltip: 'Next', onClick: () => step(1), show: multiple },
185
+ {
186
+ icon: 'Edit2Line',
187
+ tooltip: 'Rename',
188
+ className: 'imagelightbox-rename',
189
+ onClick: startRename,
190
+ show: !!onRename && !editing,
191
+ },
192
+ {
193
+ icon: 'DownloadLine',
194
+ tooltip: 'Download',
195
+ onClick: () => onDownload?.(image.attachment_id, image.filename),
196
+ show: !!onDownload,
197
+ },
198
+ ]}
199
+ >
200
+ {editing ? (
201
+ <RenameRow>
202
+ <ReqoreInput
203
+ value={draftName}
204
+ onChange={(event: React.ChangeEvent<HTMLInputElement>) =>
205
+ setDraftName(event.target.value)
206
+ }
207
+ onBlur={commitRename}
208
+ onKeyDown={(event: React.KeyboardEvent) => {
209
+ if (event.key === 'Enter') {
210
+ commitRename();
211
+ } else if (event.key === 'Escape') {
212
+ // cancel the edit only — don't let the modal's own Esc-to-close see it
213
+ event.stopPropagation();
214
+ setEditing(false);
215
+ }
216
+ }}
217
+ size='small'
218
+ fluid
219
+ autoFocus
220
+ />
221
+ </RenameRow>
222
+ ) : null}
223
+ <Stage $zoom={zoom}>
224
+ {url ? (
225
+ <img src={url} alt={image.filename} onClick={() => setZoom((z) => !z)} />
226
+ ) : url === null ? (
227
+ <ReqoreSpan effect={{ opacity: 0.6 }}>Preview unavailable — use Download.</ReqoreSpan>
228
+ ) : (
229
+ <ReqoreSpinner iconColor='info' size='big'>
230
+ Loading…
231
+ </ReqoreSpinner>
232
+ )}
233
+ </Stage>
234
+ </ReqoreModal>
235
+ );
236
+ };
@@ -0,0 +1 @@
1
+ export * from './ImageLightbox';
@@ -0,0 +1,131 @@
1
+ import { ReqoreControlGroup, ReqoreDropdown, ReqoreInput } from '@qoretechnologies/reqore';
2
+ import { IReqoreIconName } from '@qoretechnologies/reqore/dist/types/icons';
3
+ import styled, { css } from 'styled-components';
4
+
5
+ /*
6
+ * A search box with filter dropdowns beside it — the strip that sits above a list
7
+ * and narrows it.
8
+ *
9
+ * This existed twice, built independently either side of the package boundary: the
10
+ * ticket list in qorus-ide and the References tab here in reqraft. Same
11
+ * composition (ReqoreControlGroup > ReqoreInput + N ReqoreDropdowns), but they had
12
+ * drifted — one sized the group, the other sized each control; one wrapped, the
13
+ * other stacked; one moved the dropdown caret to the right slot and suppressed the
14
+ * default, the other did not. Two strips that should be indistinguishable ended up
15
+ * visibly different, and any fix had to be made twice.
16
+ *
17
+ * It lives in reqraft rather than Reqore because it is a composition of Reqore
18
+ * primitives, not a new primitive — there is nothing here Reqore is missing.
19
+ *
20
+ * The frosted container is part of the component, not the caller's job. Extracting
21
+ * only the controls left the two surfaces still looking different: one bar sat in a
22
+ * bordered, blurred card, the other bare on the page. If the bar is meant to read
23
+ * the same everywhere then its own chrome has to travel with it.
24
+ */
25
+
26
+ const Container = styled.div<{ $sticky?: boolean }>`
27
+ padding: 8px;
28
+ border-radius: 8px;
29
+ border: 1px solid rgba(255, 255, 255, 0.08);
30
+ background: rgba(255, 255, 255, 0.04);
31
+ backdrop-filter: blur(6px);
32
+
33
+ ${({ $sticky }) =>
34
+ $sticky &&
35
+ css`
36
+ position: sticky;
37
+ top: 0;
38
+ z-index: 2;
39
+ `}
40
+ `;
41
+
42
+ export interface ISearchFilterOption {
43
+ label: string;
44
+ icon?: IReqoreIconName;
45
+ selected?: boolean;
46
+ onClick: () => void;
47
+ }
48
+
49
+ export interface ISearchFilter {
50
+ /** Icon for the trigger — usually the selected option's. */
51
+ icon?: IReqoreIconName;
52
+ /** Trigger label — usually the selected option's. */
53
+ label: string;
54
+ items: ISearchFilterOption[];
55
+ }
56
+
57
+ export interface ISearchFilterBarProps {
58
+ value: string;
59
+ onChange: (value: string) => void;
60
+ placeholder: string;
61
+ filters?: ISearchFilter[];
62
+ /**
63
+ * Stack the search over its filters. On a phone the box and two dropdowns
64
+ * cannot share a row without the input collapsing to a few characters, so the
65
+ * caller passes its own breakpoint result rather than this guessing.
66
+ */
67
+ stacked?: boolean;
68
+ /**
69
+ * Pin the bar to the top of its scroll container. For a bar inside a scrolling
70
+ * panel (the References tab); a bar above a page-level list does not need it.
71
+ */
72
+ sticky?: boolean;
73
+ }
74
+
75
+ export const SearchFilterBar = ({
76
+ value,
77
+ onChange,
78
+ placeholder,
79
+ filters = [],
80
+ stacked,
81
+ sticky,
82
+ }: ISearchFilterBarProps) => (
83
+ <Container $sticky={sticky}>
84
+ {/* `size='small'` on the GROUP, not per control: the bar filters the content, it
85
+ is not content — at the default size the dropdowns read as primary actions and
86
+ crowd the search field. */}
87
+ <ReqoreControlGroup
88
+ fluid
89
+ wrap
90
+ gapSize='small'
91
+ size='small'
92
+ vertical={stacked}
93
+ verticalAlign={stacked ? undefined : 'center'}
94
+ >
95
+ <ReqoreInput
96
+ icon='Search2Line'
97
+ placeholder={placeholder}
98
+ value={value}
99
+ onChange={(event) => onChange((event.currentTarget as HTMLInputElement).value)}
100
+ onClearClick={value ? () => onChange('') : undefined}
101
+ minimal
102
+ fluid
103
+ />
104
+ {filters.length ?
105
+ <ReqoreControlGroup gapSize='small' size='small' fluid={stacked}>
106
+ {filters.map((filter, index) => (
107
+ <ReqoreDropdown
108
+ key={index}
109
+ icon={filter.icon}
110
+ label={filter.label}
111
+ minimal
112
+ flat
113
+ /* stretch to share the row when stacked; hug the label otherwise */
114
+ fixed={!stacked}
115
+ /* the caret defaults to the LEFT slot, where the filter's own icon
116
+ already sits — without this each trigger shows two glyphs */
117
+ rightIcon='ArrowDownSLine'
118
+ showCaret={false}
119
+ items={filter.items.map((item) => ({
120
+ label: item.label,
121
+ icon: item.icon,
122
+ selected: item.selected,
123
+ onClick: item.onClick,
124
+ }))}
125
+ />
126
+ ))}
127
+ </ReqoreControlGroup>
128
+ : null}
129
+ </ReqoreControlGroup>
130
+ </Container>
131
+ );
@@ -0,0 +1 @@
1
+ export * from './SearchFilterBar';