privateboard 0.1.20 → 0.1.21
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/boot.js +239 -34
- package/dist/boot.js.map +1 -1
- package/dist/cli.js +239 -34
- package/dist/cli.js.map +1 -1
- package/dist/server.js +239 -34
- package/dist/server.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/package.json +14 -3
- package/public/adjourn-overlay.css +19 -19
- package/public/agent-overlay.css +71 -71
- package/public/agent-profile.css +66 -66
- package/public/agent-profile.js +32 -31
- package/public/app.js +80 -22
- package/public/i18n.js +20 -16
- package/public/icons/fold.png +0 -0
- package/public/index.html +190 -94
- package/public/new-agent.css +111 -110
- package/public/new-agent.js +4 -1
- package/public/onboarding.css +96 -96
- package/public/onboarding.js +53 -24
- package/public/quote-cta.css +38 -38
- package/public/room-settings.css +145 -144
- package/public/themes.css +43 -64
- package/public/user-settings.css +257 -215
- package/public/user-settings.js +94 -13
- package/public/voice-onboarding.css +33 -33
- package/public/voice-replay.css +34 -34
package/public/room-settings.css
CHANGED
|
@@ -47,9 +47,9 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
47
47
|
and section content reads tighter. */
|
|
48
48
|
max-width: 700px;
|
|
49
49
|
max-height: calc(100vh - 48px);
|
|
50
|
-
background: var(--panel
|
|
51
|
-
border: 0.5px solid var(--line-strong
|
|
52
|
-
color: var(--text
|
|
50
|
+
background: var(--panel);
|
|
51
|
+
border: 0.5px solid var(--line-strong);
|
|
52
|
+
color: var(--text);
|
|
53
53
|
animation: rs-rise 0.18s ease-out;
|
|
54
54
|
display: flex;
|
|
55
55
|
flex-direction: column;
|
|
@@ -74,27 +74,27 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
74
74
|
position: absolute;
|
|
75
75
|
width: 10px;
|
|
76
76
|
height: 10px;
|
|
77
|
-
border: 1.5px solid var(--lime
|
|
77
|
+
border: 1.5px solid var(--lime);
|
|
78
78
|
pointer-events: none;
|
|
79
79
|
}
|
|
80
80
|
.room-settings-modal::before { top: -1px; left: -1px; border-right: none; border-bottom: none; }
|
|
81
81
|
.room-settings-modal::after { bottom: -1px; right: -1px; border-left: none; border-top: none; }
|
|
82
82
|
|
|
83
83
|
.rs-classification {
|
|
84
|
-
background: var(--
|
|
85
|
-
border-bottom: 0.5px solid var(--line-bright
|
|
84
|
+
background: var(--strip-bg);
|
|
85
|
+
border-bottom: 0.5px solid var(--line-bright);
|
|
86
86
|
padding: 5px 14px;
|
|
87
87
|
font-size: 8px;
|
|
88
88
|
letter-spacing: 0.22em;
|
|
89
89
|
text-transform: uppercase;
|
|
90
|
-
color: var(--lime
|
|
90
|
+
color: var(--lime);
|
|
91
91
|
font-weight: 700;
|
|
92
92
|
display: flex;
|
|
93
93
|
justify-content: space-between;
|
|
94
94
|
align-items: center;
|
|
95
95
|
}
|
|
96
96
|
.rs-classification .right {
|
|
97
|
-
color: var(--text-faint
|
|
97
|
+
color: var(--text-faint);
|
|
98
98
|
letter-spacing: 0.12em;
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -104,19 +104,20 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
104
104
|
gap: 12px;
|
|
105
105
|
align-items: start;
|
|
106
106
|
padding: 14px 16px 12px;
|
|
107
|
-
|
|
107
|
+
background: var(--strip-bg);
|
|
108
|
+
border-bottom: 0.5px dashed var(--line-bright);
|
|
108
109
|
}
|
|
109
110
|
.rs-head .meta {
|
|
110
111
|
font-family: var(--mono);
|
|
111
112
|
font-size: 9px;
|
|
112
|
-
color: var(--text-dim
|
|
113
|
+
color: var(--text-dim);
|
|
113
114
|
text-transform: uppercase;
|
|
114
115
|
letter-spacing: 0.18em;
|
|
115
116
|
margin-bottom: 4px;
|
|
116
117
|
font-weight: 700;
|
|
117
118
|
}
|
|
118
119
|
.rs-head .meta .live {
|
|
119
|
-
color: var(--lime
|
|
120
|
+
color: var(--lime);
|
|
120
121
|
font-weight: 700;
|
|
121
122
|
}
|
|
122
123
|
.rs-head .meta .live::before {
|
|
@@ -127,13 +128,13 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
127
128
|
.rs-head .title {
|
|
128
129
|
font-size: 14px;
|
|
129
130
|
font-weight: 700;
|
|
130
|
-
color: var(--text
|
|
131
|
+
color: var(--text);
|
|
131
132
|
letter-spacing: -0.01em;
|
|
132
133
|
line-height: 1.3;
|
|
133
134
|
}
|
|
134
135
|
.rs-head .title::before {
|
|
135
136
|
content: "▸ ";
|
|
136
|
-
color: var(--lime
|
|
137
|
+
color: var(--lime);
|
|
137
138
|
}
|
|
138
139
|
|
|
139
140
|
/* ─── Title clamp ──────────────────────────────────────────────
|
|
@@ -161,19 +162,19 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
161
162
|
font-size: 10px;
|
|
162
163
|
letter-spacing: 0.14em;
|
|
163
164
|
text-transform: uppercase;
|
|
164
|
-
color: var(--text-soft
|
|
165
|
+
color: var(--text-soft);
|
|
165
166
|
cursor: pointer;
|
|
166
167
|
padding: 0;
|
|
167
168
|
transition: color 0.12s;
|
|
168
169
|
}
|
|
169
|
-
.rs-title-toggle:hover { color: var(--lime
|
|
170
|
-
.rs-title-toggle::before { content: "[ "; color: var(--text-faint
|
|
171
|
-
.rs-title-toggle::after { content: " ]"; color: var(--text-faint
|
|
170
|
+
.rs-title-toggle:hover { color: var(--lime); }
|
|
171
|
+
.rs-title-toggle::before { content: "[ "; color: var(--text-faint); }
|
|
172
|
+
.rs-title-toggle::after { content: " ]"; color: var(--text-faint); }
|
|
172
173
|
.rs-head .close-btn {
|
|
173
174
|
width: 24px; height: 24px;
|
|
174
175
|
background: transparent;
|
|
175
|
-
border: 0.5px solid var(--line-bright
|
|
176
|
-
color: var(--text-dim
|
|
176
|
+
border: 0.5px solid var(--line-bright);
|
|
177
|
+
color: var(--text-dim);
|
|
177
178
|
font-size: 12px;
|
|
178
179
|
cursor: pointer;
|
|
179
180
|
font-family: var(--mono);
|
|
@@ -181,14 +182,14 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
181
182
|
transition: all 0.12s;
|
|
182
183
|
}
|
|
183
184
|
.rs-head .close-btn:hover {
|
|
184
|
-
border-color: var(--lime
|
|
185
|
-
color: var(--lime
|
|
185
|
+
border-color: var(--lime);
|
|
186
|
+
color: var(--lime);
|
|
186
187
|
}
|
|
187
188
|
|
|
188
189
|
.rs-body { padding: 14px 16px 4px; }
|
|
189
190
|
|
|
190
191
|
/* Legacy section block (kept for any leftover .rs-block consumers). */
|
|
191
|
-
.rs-block { padding-bottom: 14px; margin-bottom: 14px; border-bottom: 0.5px solid var(--line
|
|
192
|
+
.rs-block { padding-bottom: 14px; margin-bottom: 14px; border-bottom: 0.5px solid var(--line); }
|
|
192
193
|
.rs-block:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
|
|
193
194
|
|
|
194
195
|
/* ─── Configuration · 3-row compact spec sheet ──────────────────────
|
|
@@ -206,7 +207,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
206
207
|
gap: 14px;
|
|
207
208
|
align-items: center;
|
|
208
209
|
padding: 12px 0;
|
|
209
|
-
border-bottom: 0.5px solid var(--line
|
|
210
|
+
border-bottom: 0.5px solid var(--line);
|
|
210
211
|
}
|
|
211
212
|
.rs-config-row:last-child { border-bottom: none; }
|
|
212
213
|
.rs-config-row-label {
|
|
@@ -219,14 +220,14 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
219
220
|
font-family: var(--font-human);
|
|
220
221
|
font-size: 13px;
|
|
221
222
|
font-weight: 600;
|
|
222
|
-
color: var(--text
|
|
223
|
+
color: var(--text);
|
|
223
224
|
letter-spacing: -0.005em;
|
|
224
225
|
}
|
|
225
226
|
.rs-config-row-hint {
|
|
226
227
|
font-family: var(--mono);
|
|
227
228
|
font-size: 9px;
|
|
228
229
|
letter-spacing: 0.06em;
|
|
229
|
-
color: var(--text-dim
|
|
230
|
+
color: var(--text-dim);
|
|
230
231
|
}
|
|
231
232
|
@media (max-width: 600px) {
|
|
232
233
|
.rs-config-row { grid-template-columns: 1fr; gap: 6px; }
|
|
@@ -259,12 +260,12 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
259
260
|
align-items: center;
|
|
260
261
|
gap: 5px;
|
|
261
262
|
padding: 3px 6px;
|
|
262
|
-
background: var(--bg
|
|
263
|
-
border: 0.5px solid var(--line-strong
|
|
263
|
+
background: var(--bg);
|
|
264
|
+
border: 0.5px solid var(--line-strong);
|
|
264
265
|
font-family: var(--mono);
|
|
265
266
|
font-size: 9px;
|
|
266
267
|
font-weight: 700;
|
|
267
|
-
color: var(--text-soft
|
|
268
|
+
color: var(--text-soft);
|
|
268
269
|
cursor: pointer;
|
|
269
270
|
text-align: left;
|
|
270
271
|
text-transform: uppercase;
|
|
@@ -274,13 +275,13 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
274
275
|
white-space: nowrap;
|
|
275
276
|
}
|
|
276
277
|
.rs-chip-mini:hover {
|
|
277
|
-
border-color: var(--lime-dim
|
|
278
|
-
color: var(--lime
|
|
278
|
+
border-color: var(--lime-dim);
|
|
279
|
+
color: var(--lime);
|
|
279
280
|
}
|
|
280
281
|
.rs-chip-mini.active {
|
|
281
|
-
background: var(--lime
|
|
282
|
-
color: var(--bg
|
|
283
|
-
border-color: var(--lime
|
|
282
|
+
background: var(--lime);
|
|
283
|
+
color: var(--bg);
|
|
284
|
+
border-color: var(--lime);
|
|
284
285
|
}
|
|
285
286
|
.rs-chip-label { line-height: 1; }
|
|
286
287
|
.rs-chip-info {
|
|
@@ -294,19 +295,19 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
294
295
|
font-size: 9px;
|
|
295
296
|
font-weight: 700;
|
|
296
297
|
line-height: 1;
|
|
297
|
-
color: var(--text-faint
|
|
298
|
-
border: 0.5px solid var(--line-bright
|
|
298
|
+
color: var(--text-faint);
|
|
299
|
+
border: 0.5px solid var(--line-bright);
|
|
299
300
|
cursor: help;
|
|
300
301
|
user-select: none;
|
|
301
302
|
transition: color 0.12s, border-color 0.12s;
|
|
302
303
|
}
|
|
303
304
|
.rs-chip-mini:hover .rs-chip-info {
|
|
304
|
-
color: var(--lime
|
|
305
|
-
border-color: var(--lime
|
|
305
|
+
color: var(--lime);
|
|
306
|
+
border-color: var(--lime);
|
|
306
307
|
}
|
|
307
308
|
.rs-chip-mini.active .rs-chip-info {
|
|
308
|
-
color: var(--bg
|
|
309
|
-
border-color: var(--bg
|
|
309
|
+
color: var(--bg);
|
|
310
|
+
border-color: var(--bg);
|
|
310
311
|
background: rgba(0, 0, 0, 0.18);
|
|
311
312
|
}
|
|
312
313
|
|
|
@@ -317,13 +318,13 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
317
318
|
position: fixed;
|
|
318
319
|
z-index: 9100;
|
|
319
320
|
max-width: 320px;
|
|
320
|
-
background: var(--panel
|
|
321
|
-
border: 0.5px solid var(--line-strong
|
|
321
|
+
background: var(--panel);
|
|
322
|
+
border: 0.5px solid var(--line-strong);
|
|
322
323
|
padding: 10px 12px;
|
|
323
324
|
font-family: var(--font-human);
|
|
324
325
|
font-size: 12px;
|
|
325
326
|
line-height: 1.55;
|
|
326
|
-
color: var(--text-soft
|
|
327
|
+
color: var(--text-soft);
|
|
327
328
|
letter-spacing: -0.005em;
|
|
328
329
|
border-radius: 4px;
|
|
329
330
|
}
|
|
@@ -332,11 +333,11 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
332
333
|
font-size: 9px;
|
|
333
334
|
letter-spacing: 0.18em;
|
|
334
335
|
text-transform: uppercase;
|
|
335
|
-
color: var(--text-faint
|
|
336
|
+
color: var(--text-faint);
|
|
336
337
|
font-weight: 700;
|
|
337
338
|
margin-bottom: 4px;
|
|
338
339
|
}
|
|
339
|
-
.rs-info-popover-body { color: var(--text-soft
|
|
340
|
+
.rs-info-popover-body { color: var(--text-soft); }
|
|
340
341
|
|
|
341
342
|
/* Directors trigger button · stacks the first 5 active director
|
|
342
343
|
avatars with a +N overflow chip + count label, matching the
|
|
@@ -346,9 +347,9 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
346
347
|
display: inline-flex;
|
|
347
348
|
align-items: center;
|
|
348
349
|
gap: 10px;
|
|
349
|
-
background: var(--bg
|
|
350
|
-
border: 0.5px solid var(--line-bright
|
|
351
|
-
color: var(--text-soft
|
|
350
|
+
background: var(--bg);
|
|
351
|
+
border: 0.5px solid var(--line-bright);
|
|
352
|
+
color: var(--text-soft);
|
|
352
353
|
font-family: var(--mono);
|
|
353
354
|
font-size: 10px;
|
|
354
355
|
font-weight: 700;
|
|
@@ -361,8 +362,8 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
361
362
|
}
|
|
362
363
|
.rs-cast-btn:hover,
|
|
363
364
|
.rs-cast-btn.on {
|
|
364
|
-
border-color: var(--lime
|
|
365
|
-
color: var(--lime
|
|
365
|
+
border-color: var(--lime);
|
|
366
|
+
color: var(--lime);
|
|
366
367
|
}
|
|
367
368
|
.rs-cast-stack {
|
|
368
369
|
display: inline-flex;
|
|
@@ -371,8 +372,8 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
371
372
|
.rs-cast-av {
|
|
372
373
|
width: 18px;
|
|
373
374
|
height: 18px;
|
|
374
|
-
border: 0.5px solid var(--line-bright
|
|
375
|
-
background: var(--bg
|
|
375
|
+
border: 0.5px solid var(--line-bright);
|
|
376
|
+
background: var(--bg);
|
|
376
377
|
margin-left: -4px;
|
|
377
378
|
image-rendering: pixelated;
|
|
378
379
|
image-rendering: crisp-edges;
|
|
@@ -389,19 +390,19 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
389
390
|
font-size: 8px;
|
|
390
391
|
font-weight: 700;
|
|
391
392
|
letter-spacing: 0;
|
|
392
|
-
background: var(--panel-2
|
|
393
|
-
border: 0.5px solid var(--line-bright
|
|
394
|
-
color: var(--text-faint
|
|
393
|
+
background: var(--panel-2);
|
|
394
|
+
border: 0.5px solid var(--line-bright);
|
|
395
|
+
color: var(--text-faint);
|
|
395
396
|
border-radius: 0;
|
|
396
397
|
}
|
|
397
398
|
.rs-cast-count { white-space: nowrap; }
|
|
398
399
|
.rs-cast-chevron {
|
|
399
400
|
font-size: 9px;
|
|
400
|
-
color: var(--text-faint
|
|
401
|
+
color: var(--text-faint);
|
|
401
402
|
margin-left: 2px;
|
|
402
403
|
}
|
|
403
404
|
.rs-cast-btn:hover .rs-cast-chevron,
|
|
404
|
-
.rs-cast-btn.on .rs-cast-chevron { color: var(--lime
|
|
405
|
+
.rs-cast-btn.on .rs-cast-chevron { color: var(--lime); }
|
|
405
406
|
|
|
406
407
|
/* Picker popover · same composition as the room composer's
|
|
407
408
|
.composer-pick-pop · 360px wide, scrollable list of director rows. */
|
|
@@ -412,8 +413,8 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
412
413
|
max-width: calc(100vw - 32px);
|
|
413
414
|
max-height: 56vh;
|
|
414
415
|
overflow-y: auto;
|
|
415
|
-
background: var(--panel
|
|
416
|
-
border: 0.5px solid var(--line-strong
|
|
416
|
+
background: var(--panel);
|
|
417
|
+
border: 0.5px solid var(--line-strong);
|
|
417
418
|
border-radius: 4px;
|
|
418
419
|
}
|
|
419
420
|
.rs-cast-head {
|
|
@@ -421,10 +422,10 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
421
422
|
justify-content: space-between;
|
|
422
423
|
align-items: baseline;
|
|
423
424
|
padding: 8px 12px;
|
|
424
|
-
border-bottom: 0.5px solid var(--line
|
|
425
|
+
border-bottom: 0.5px solid var(--line);
|
|
425
426
|
position: sticky;
|
|
426
427
|
top: 0;
|
|
427
|
-
background: var(--panel
|
|
428
|
+
background: var(--panel);
|
|
428
429
|
z-index: 1;
|
|
429
430
|
}
|
|
430
431
|
.rs-cast-title {
|
|
@@ -459,13 +460,13 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
459
460
|
align-items: center;
|
|
460
461
|
gap: 9px;
|
|
461
462
|
padding: 5px 10px;
|
|
462
|
-
background: var(--bg
|
|
463
|
-
border: 0.5px solid var(--line-bright
|
|
463
|
+
background: var(--bg);
|
|
464
|
+
border: 0.5px solid var(--line-bright);
|
|
464
465
|
cursor: pointer;
|
|
465
466
|
border-radius: 0;
|
|
466
467
|
transition: border-color 0.12s, background 0.12s;
|
|
467
468
|
}
|
|
468
|
-
.rs-toggle-row:hover { border-color: var(--text-faint
|
|
469
|
+
.rs-toggle-row:hover { border-color: var(--text-faint); }
|
|
469
470
|
/* `.rs-toggle-row .rs-incognito-check` only needs spacing here;
|
|
470
471
|
the global `input[type="checkbox"]` rule in index.html now
|
|
471
472
|
owns appearance / border / fill / hover / focus / disabled
|
|
@@ -479,15 +480,15 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
479
480
|
.rs-toggle-label {
|
|
480
481
|
font-family: var(--font-human);
|
|
481
482
|
font-size: 12px;
|
|
482
|
-
color: var(--text-soft
|
|
483
|
+
color: var(--text-soft);
|
|
483
484
|
letter-spacing: -0.005em;
|
|
484
485
|
}
|
|
485
486
|
.rs-toggle-row:has(.rs-incognito-check:checked) {
|
|
486
|
-
border-color: var(--lime
|
|
487
|
-
background: var(--panel-2
|
|
487
|
+
border-color: var(--lime);
|
|
488
|
+
background: var(--panel-2);
|
|
488
489
|
}
|
|
489
490
|
.rs-toggle-row:has(.rs-incognito-check:checked) .rs-toggle-label {
|
|
490
|
-
color: var(--lime
|
|
491
|
+
color: var(--lime);
|
|
491
492
|
}
|
|
492
493
|
|
|
493
494
|
/* Vote-trigger radio group · two cells per row (Auto / Manual)
|
|
@@ -510,17 +511,17 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
510
511
|
column-gap: 8px;
|
|
511
512
|
row-gap: 2px;
|
|
512
513
|
padding: 7px 9px;
|
|
513
|
-
background: var(--bg
|
|
514
|
-
border: 0.5px solid var(--line-bright
|
|
514
|
+
background: var(--bg);
|
|
515
|
+
border: 0.5px solid var(--line-bright);
|
|
515
516
|
cursor: pointer;
|
|
516
517
|
transition: border-color 0.12s, background 0.12s;
|
|
517
518
|
}
|
|
518
|
-
.rs-radio-row:hover { border-color: var(--text-faint
|
|
519
|
+
.rs-radio-row:hover { border-color: var(--text-faint); }
|
|
519
520
|
.rs-radio-row input[type="radio"] {
|
|
520
521
|
grid-row: 1;
|
|
521
522
|
grid-column: 1;
|
|
522
523
|
margin: 0;
|
|
523
|
-
accent-color: var(--lime
|
|
524
|
+
accent-color: var(--lime);
|
|
524
525
|
cursor: pointer;
|
|
525
526
|
width: 13px;
|
|
526
527
|
height: 13px;
|
|
@@ -538,23 +539,23 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
538
539
|
font-family: var(--font-human);
|
|
539
540
|
font-size: 12px;
|
|
540
541
|
font-weight: 600;
|
|
541
|
-
color: var(--text-soft
|
|
542
|
+
color: var(--text-soft);
|
|
542
543
|
letter-spacing: -0.005em;
|
|
543
544
|
line-height: 1.2;
|
|
544
545
|
}
|
|
545
546
|
.rs-radio-desc {
|
|
546
547
|
font-family: var(--font-human);
|
|
547
548
|
font-size: 11px;
|
|
548
|
-
color: var(--text-faint
|
|
549
|
+
color: var(--text-faint);
|
|
549
550
|
letter-spacing: -0.003em;
|
|
550
551
|
line-height: 1.35;
|
|
551
552
|
}
|
|
552
553
|
.rs-radio-row.active {
|
|
553
|
-
border-color: var(--lime
|
|
554
|
-
background: var(--panel-2
|
|
554
|
+
border-color: var(--lime);
|
|
555
|
+
background: var(--panel-2);
|
|
555
556
|
}
|
|
556
557
|
.rs-radio-row.active .rs-radio-name {
|
|
557
|
-
color: var(--lime
|
|
558
|
+
color: var(--lime);
|
|
558
559
|
}
|
|
559
560
|
|
|
560
561
|
/* Section label · matches the new composer's mono micro-type kicker.
|
|
@@ -566,7 +567,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
566
567
|
font-weight: 700;
|
|
567
568
|
text-transform: uppercase;
|
|
568
569
|
letter-spacing: 0.2em;
|
|
569
|
-
color: var(--text-faint
|
|
570
|
+
color: var(--text-faint);
|
|
570
571
|
margin-bottom: 7px;
|
|
571
572
|
display: flex;
|
|
572
573
|
align-items: center;
|
|
@@ -575,10 +576,10 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
575
576
|
.rs-label .count {
|
|
576
577
|
margin-left: auto;
|
|
577
578
|
font-size: 8px;
|
|
578
|
-
color: var(--text-faint
|
|
579
|
+
color: var(--text-faint);
|
|
579
580
|
letter-spacing: 0.1em;
|
|
580
581
|
font-weight: 600;
|
|
581
|
-
border: 0.5px solid var(--line-bright
|
|
582
|
+
border: 0.5px solid var(--line-bright);
|
|
582
583
|
padding: 1px 6px;
|
|
583
584
|
text-transform: lowercase;
|
|
584
585
|
border-radius: 2px;
|
|
@@ -589,16 +590,16 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
589
590
|
font-family: var(--mono);
|
|
590
591
|
font-size: 12px;
|
|
591
592
|
line-height: 1.5;
|
|
592
|
-
color: var(--text-soft
|
|
593
|
-
background: var(--bg
|
|
594
|
-
border: 0.5px solid var(--line-bright
|
|
593
|
+
color: var(--text-soft);
|
|
594
|
+
background: var(--bg);
|
|
595
|
+
border: 0.5px solid var(--line-bright);
|
|
595
596
|
padding: 8px 11px;
|
|
596
597
|
letter-spacing: -0.003em;
|
|
597
598
|
border-radius: 3px;
|
|
598
599
|
}
|
|
599
600
|
.rs-topic::before {
|
|
600
601
|
content: "> ";
|
|
601
|
-
color: var(--lime
|
|
602
|
+
color: var(--lime);
|
|
602
603
|
font-weight: 700;
|
|
603
604
|
}
|
|
604
605
|
|
|
@@ -612,8 +613,8 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
612
613
|
flex-direction: column;
|
|
613
614
|
max-height: 380px;
|
|
614
615
|
overflow-y: auto;
|
|
615
|
-
border: 0.5px solid var(--line-bright
|
|
616
|
-
background: var(--bg
|
|
616
|
+
border: 0.5px solid var(--line-bright);
|
|
617
|
+
background: var(--bg);
|
|
617
618
|
border-radius: 3px;
|
|
618
619
|
padding: 2px 0;
|
|
619
620
|
}
|
|
@@ -624,7 +625,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
624
625
|
font-size: 8px;
|
|
625
626
|
letter-spacing: 0.18em;
|
|
626
627
|
text-transform: uppercase;
|
|
627
|
-
color: var(--text-faint
|
|
628
|
+
color: var(--text-faint);
|
|
628
629
|
margin: 6px 0 3px;
|
|
629
630
|
font-weight: 700;
|
|
630
631
|
}
|
|
@@ -644,9 +645,9 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
644
645
|
text-align: left;
|
|
645
646
|
transition: background 0.1s;
|
|
646
647
|
}
|
|
647
|
-
.rs-member:hover { background: var(--panel-2
|
|
648
|
-
.rs-member.on { background: var(--panel-3
|
|
649
|
-
.rs-member.on .rs-member-name { color: var(--lime
|
|
648
|
+
.rs-member:hover { background: var(--panel-2); }
|
|
649
|
+
.rs-member.on { background: var(--panel-3); }
|
|
650
|
+
.rs-member.on .rs-member-name { color: var(--lime); }
|
|
650
651
|
|
|
651
652
|
/* Director picker checkbox · 12 × 12 to fit the dense member-row
|
|
652
653
|
grid. Visual treatment comes from the global checkbox rule
|
|
@@ -661,12 +662,12 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
661
662
|
display: flex;
|
|
662
663
|
align-items: center;
|
|
663
664
|
justify-content: center;
|
|
664
|
-
background: var(--bg
|
|
665
|
-
border: 0.5px solid var(--line-bright
|
|
665
|
+
background: var(--bg);
|
|
666
|
+
border: 0.5px solid var(--line-bright);
|
|
666
667
|
cursor: pointer;
|
|
667
668
|
transition: border-color 0.12s;
|
|
668
669
|
}
|
|
669
|
-
.rs-member-img:hover { border-color: var(--lime
|
|
670
|
+
.rs-member-img:hover { border-color: var(--lime); }
|
|
670
671
|
.rs-member-av {
|
|
671
672
|
width: 100%;
|
|
672
673
|
height: 100%;
|
|
@@ -683,7 +684,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
683
684
|
.rs-member-name {
|
|
684
685
|
font-family: var(--font-human);
|
|
685
686
|
font-size: 12px;
|
|
686
|
-
color: var(--text
|
|
687
|
+
color: var(--text);
|
|
687
688
|
letter-spacing: -0.005em;
|
|
688
689
|
white-space: nowrap;
|
|
689
690
|
overflow: hidden;
|
|
@@ -697,7 +698,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
697
698
|
/* Was text-faint · same readability problem as
|
|
698
699
|
`.composer-pick-tag` — bumped to text-dim so the role label
|
|
699
700
|
(skeptic / physicist / …) is actually legible. */
|
|
700
|
-
color: var(--text-dim
|
|
701
|
+
color: var(--text-dim);
|
|
701
702
|
white-space: nowrap;
|
|
702
703
|
overflow: hidden;
|
|
703
704
|
text-overflow: ellipsis;
|
|
@@ -707,19 +708,19 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
707
708
|
font-family: var(--mono);
|
|
708
709
|
font-size: 8px;
|
|
709
710
|
letter-spacing: 0.04em;
|
|
710
|
-
color: var(--text-soft
|
|
711
|
+
color: var(--text-soft);
|
|
711
712
|
padding: 1px 5px;
|
|
712
|
-
border: 0.5px solid var(--line
|
|
713
|
-
background: var(--panel-2
|
|
713
|
+
border: 0.5px solid var(--line);
|
|
714
|
+
background: var(--panel-2);
|
|
714
715
|
white-space: nowrap;
|
|
715
716
|
border-radius: 2px;
|
|
716
717
|
}
|
|
717
718
|
|
|
718
719
|
.rs-member-info {
|
|
719
720
|
width: 16px; height: 16px;
|
|
720
|
-
border: 0.5px solid var(--line-bright
|
|
721
|
+
border: 0.5px solid var(--line-bright);
|
|
721
722
|
background: transparent;
|
|
722
|
-
color: var(--text-faint
|
|
723
|
+
color: var(--text-faint);
|
|
723
724
|
font-family: var(--font-human);
|
|
724
725
|
font-style: italic;
|
|
725
726
|
font-size: 9px;
|
|
@@ -733,15 +734,15 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
733
734
|
border-radius: 2px;
|
|
734
735
|
}
|
|
735
736
|
.rs-member-info:hover {
|
|
736
|
-
border-color: var(--lime
|
|
737
|
-
color: var(--lime
|
|
737
|
+
border-color: var(--lime);
|
|
738
|
+
color: var(--lime);
|
|
738
739
|
}
|
|
739
740
|
|
|
740
741
|
.rs-empty {
|
|
741
|
-
color: var(--text-faint
|
|
742
|
+
color: var(--text-faint);
|
|
742
743
|
font-size: 11px;
|
|
743
744
|
padding: 8px 10px;
|
|
744
|
-
border: 0.5px dashed var(--line-bright
|
|
745
|
+
border: 0.5px dashed var(--line-bright);
|
|
745
746
|
font-family: var(--mono);
|
|
746
747
|
letter-spacing: 0.06em;
|
|
747
748
|
}
|
|
@@ -751,8 +752,8 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
751
752
|
list-style: none;
|
|
752
753
|
margin: 0;
|
|
753
754
|
padding: 0;
|
|
754
|
-
border: 0.5px solid var(--line-bright
|
|
755
|
-
background: var(--bg
|
|
755
|
+
border: 0.5px solid var(--line-bright);
|
|
756
|
+
background: var(--bg);
|
|
756
757
|
max-height: 160px;
|
|
757
758
|
overflow-y: auto;
|
|
758
759
|
border-radius: 3px;
|
|
@@ -765,7 +766,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
765
766
|
padding: 4px 9px;
|
|
766
767
|
font-family: var(--mono);
|
|
767
768
|
font-size: 10px;
|
|
768
|
-
color: var(--text-soft
|
|
769
|
+
color: var(--text-soft);
|
|
769
770
|
letter-spacing: -0.003em;
|
|
770
771
|
}
|
|
771
772
|
.rs-history-row + .rs-history-row {
|
|
@@ -773,7 +774,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
773
774
|
}
|
|
774
775
|
.rs-history-row .h-time {
|
|
775
776
|
font-size: 9px;
|
|
776
|
-
color: var(--text-faint
|
|
777
|
+
color: var(--text-faint);
|
|
777
778
|
letter-spacing: 0.04em;
|
|
778
779
|
white-space: nowrap;
|
|
779
780
|
}
|
|
@@ -783,21 +784,21 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
783
784
|
font-size: 10px;
|
|
784
785
|
}
|
|
785
786
|
.rs-history-row .h-label {
|
|
786
|
-
color: var(--text
|
|
787
|
+
color: var(--text);
|
|
787
788
|
font-family: var(--sans);
|
|
788
789
|
font-size: 12px;
|
|
789
790
|
}
|
|
790
791
|
.rs-history-row .h-who {
|
|
791
792
|
font-size: 8px;
|
|
792
|
-
color: var(--text-faint
|
|
793
|
+
color: var(--text-faint);
|
|
793
794
|
text-transform: uppercase;
|
|
794
795
|
letter-spacing: 0.12em;
|
|
795
796
|
font-weight: 600;
|
|
796
797
|
}
|
|
797
|
-
.rs-history-row.h-add .h-icon { color: var(--lime
|
|
798
|
-
.rs-history-row.h-remove .h-icon { color: var(--red
|
|
799
|
-
.rs-history-row.h-config .h-icon { color: var(--amber
|
|
800
|
-
.rs-history-row.h-system .h-icon { color: var(--text-dim
|
|
798
|
+
.rs-history-row.h-add .h-icon { color: var(--lime); }
|
|
799
|
+
.rs-history-row.h-remove .h-icon { color: var(--red); }
|
|
800
|
+
.rs-history-row.h-config .h-icon { color: var(--amber); }
|
|
801
|
+
.rs-history-row.h-system .h-icon { color: var(--text-dim); }
|
|
801
802
|
|
|
802
803
|
/* Configuration block */
|
|
803
804
|
.rs-config-grid {
|
|
@@ -808,8 +809,8 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
808
809
|
@media (max-width: 600px) { .rs-config-grid { grid-template-columns: 1fr; } }
|
|
809
810
|
|
|
810
811
|
.rs-config-item {
|
|
811
|
-
background: var(--bg
|
|
812
|
-
border: 0.5px solid var(--line-bright
|
|
812
|
+
background: var(--bg);
|
|
813
|
+
border: 0.5px solid var(--line-bright);
|
|
813
814
|
padding: 7px 9px;
|
|
814
815
|
border-radius: 3px;
|
|
815
816
|
}
|
|
@@ -866,7 +867,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
866
867
|
font-weight: 700;
|
|
867
868
|
letter-spacing: 0.18em;
|
|
868
869
|
text-transform: uppercase;
|
|
869
|
-
color: var(--lime
|
|
870
|
+
color: var(--lime);
|
|
870
871
|
margin-bottom: 5px;
|
|
871
872
|
display: flex;
|
|
872
873
|
justify-content: space-between;
|
|
@@ -892,20 +893,20 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
892
893
|
display: grid;
|
|
893
894
|
grid-template-columns: repeat(4, 1fr);
|
|
894
895
|
gap: 1px;
|
|
895
|
-
background: var(--line-bright
|
|
896
|
-
border: 0.5px solid var(--line-bright
|
|
896
|
+
background: var(--line-bright);
|
|
897
|
+
border: 0.5px solid var(--line-bright);
|
|
897
898
|
border-radius: 3px;
|
|
898
899
|
overflow: hidden;
|
|
899
900
|
}
|
|
900
901
|
.rs-stat {
|
|
901
|
-
background: var(--panel
|
|
902
|
+
background: var(--panel);
|
|
902
903
|
padding: 7px 8px;
|
|
903
904
|
text-align: center;
|
|
904
905
|
}
|
|
905
906
|
.rs-stat .v {
|
|
906
907
|
font-family: var(--mono);
|
|
907
908
|
font-size: 14px;
|
|
908
|
-
color: var(--lime
|
|
909
|
+
color: var(--lime);
|
|
909
910
|
font-weight: 700;
|
|
910
911
|
letter-spacing: -0.01em;
|
|
911
912
|
line-height: 1;
|
|
@@ -914,7 +915,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
914
915
|
font-size: 8px;
|
|
915
916
|
text-transform: uppercase;
|
|
916
917
|
letter-spacing: 0.18em;
|
|
917
|
-
color: var(--text-faint
|
|
918
|
+
color: var(--text-faint);
|
|
918
919
|
margin-top: 3px;
|
|
919
920
|
font-weight: 700;
|
|
920
921
|
}
|
|
@@ -922,9 +923,9 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
922
923
|
|
|
923
924
|
/* Footer actions */
|
|
924
925
|
.rs-foot {
|
|
925
|
-
border-top: 0.5px solid var(--line-bright
|
|
926
|
+
border-top: 0.5px solid var(--line-bright);
|
|
926
927
|
padding: 9px 16px;
|
|
927
|
-
background: var(--panel-2
|
|
928
|
+
background: var(--panel-2);
|
|
928
929
|
display: flex;
|
|
929
930
|
justify-content: space-between;
|
|
930
931
|
align-items: center;
|
|
@@ -933,7 +934,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
933
934
|
.rs-foot .saved {
|
|
934
935
|
font-family: var(--mono);
|
|
935
936
|
font-size: 9px;
|
|
936
|
-
color: var(--text-faint
|
|
937
|
+
color: var(--text-faint);
|
|
937
938
|
text-transform: uppercase;
|
|
938
939
|
letter-spacing: 0.18em;
|
|
939
940
|
font-weight: 700;
|
|
@@ -942,11 +943,11 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
942
943
|
content: "○ ";
|
|
943
944
|
}
|
|
944
945
|
.rs-foot .saved.pending {
|
|
945
|
-
color: var(--amber
|
|
946
|
+
color: var(--amber);
|
|
946
947
|
animation: rs-pending-pulse 1.4s ease-in-out infinite;
|
|
947
948
|
}
|
|
948
949
|
.rs-foot .saved.pending::before { content: "● "; }
|
|
949
|
-
.rs-foot .saved.error { color: var(--red
|
|
950
|
+
.rs-foot .saved.error { color: var(--red); animation: none; }
|
|
950
951
|
.rs-foot .saved.error::before { content: "✕ "; }
|
|
951
952
|
@keyframes rs-pending-pulse {
|
|
952
953
|
0%, 100% { opacity: 0.7; }
|
|
@@ -961,28 +962,28 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
961
962
|
text-transform: uppercase;
|
|
962
963
|
letter-spacing: 0.14em;
|
|
963
964
|
padding: 6px 11px;
|
|
964
|
-
border: 0.5px solid var(--line-strong
|
|
965
|
+
border: 0.5px solid var(--line-strong);
|
|
965
966
|
background: transparent;
|
|
966
|
-
color: var(--text-soft
|
|
967
|
+
color: var(--text-soft);
|
|
967
968
|
cursor: pointer;
|
|
968
969
|
border-radius: 3px;
|
|
969
970
|
transition: all 0.12s;
|
|
970
971
|
}
|
|
971
|
-
.rs-action:hover { border-color: var(--lime
|
|
972
|
+
.rs-action:hover { border-color: var(--lime); color: var(--lime); }
|
|
972
973
|
/* Confirm button picks up a primary-action treatment when there are
|
|
973
974
|
staged changes, so the user knows the action is live. */
|
|
974
975
|
.rs-action.dirty {
|
|
975
|
-
background: var(--lime
|
|
976
|
-
color: var(--bg
|
|
977
|
-
border-color: var(--lime
|
|
976
|
+
background: var(--lime);
|
|
977
|
+
color: var(--bg);
|
|
978
|
+
border-color: var(--lime);
|
|
978
979
|
}
|
|
979
980
|
.rs-action.dirty:hover {
|
|
980
981
|
background: transparent;
|
|
981
|
-
color: var(--lime
|
|
982
|
+
color: var(--lime);
|
|
982
983
|
}
|
|
983
984
|
.rs-action[disabled] { opacity: 0.55; cursor: progress; pointer-events: none; }
|
|
984
|
-
.rs-action.danger { color: var(--red
|
|
985
|
-
.rs-action.danger:hover { background: var(--red
|
|
985
|
+
.rs-action.danger { color: var(--red); border-color: rgba(181, 112, 106, 0.4); }
|
|
986
|
+
.rs-action.danger:hover { background: var(--red); color: var(--bg); border-color: var(--red); }
|
|
986
987
|
|
|
987
988
|
/* Icon-only buttons in the room-head action bar · borderless mask-icon
|
|
988
989
|
register matching the sidebar nav buttons (.new-btn.nav-*). Sized at
|
|
@@ -1000,7 +1001,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
1000
1001
|
padding: 0;
|
|
1001
1002
|
background: transparent;
|
|
1002
1003
|
border: none;
|
|
1003
|
-
color: var(--text-soft
|
|
1004
|
+
color: var(--text-soft);
|
|
1004
1005
|
cursor: pointer;
|
|
1005
1006
|
text-decoration: none;
|
|
1006
1007
|
transition: color 0.12s, background 0.12s;
|
|
@@ -1022,7 +1023,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
1022
1023
|
}
|
|
1023
1024
|
.head-icon-btn:hover,
|
|
1024
1025
|
.room-settings-trigger:hover {
|
|
1025
|
-
color: var(--lime
|
|
1026
|
+
color: var(--lime);
|
|
1026
1027
|
background: var(--panel-2, rgba(255, 255, 255, 0.04));
|
|
1027
1028
|
}
|
|
1028
1029
|
/* Hover-name tooltip · mirrors `.ib-action::after`'s register (panel-2
|
|
@@ -1041,13 +1042,13 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
1041
1042
|
top: calc(100% + 8px);
|
|
1042
1043
|
right: 0;
|
|
1043
1044
|
transform: translateY(-3px);
|
|
1044
|
-
background: var(--panel-2
|
|
1045
|
-
border: 0.5px solid var(--line-strong
|
|
1045
|
+
background: var(--panel-2);
|
|
1046
|
+
border: 0.5px solid var(--line-strong);
|
|
1046
1047
|
padding: 5px 9px;
|
|
1047
1048
|
font-family: var(--mono);
|
|
1048
1049
|
font-size: 10px;
|
|
1049
1050
|
letter-spacing: 0.04em;
|
|
1050
|
-
color: var(--text
|
|
1051
|
+
color: var(--text);
|
|
1051
1052
|
white-space: nowrap;
|
|
1052
1053
|
pointer-events: none;
|
|
1053
1054
|
opacity: 0;
|
|
@@ -1085,7 +1086,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
1085
1086
|
/* Pending state · brief still streaming. Pulse the icon's opacity so
|
|
1086
1087
|
the user reads "working on it" without a separate spinner. */
|
|
1087
1088
|
.head-view-report.is-generating {
|
|
1088
|
-
color: var(--text-faint
|
|
1089
|
+
color: var(--text-faint);
|
|
1089
1090
|
cursor: progress;
|
|
1090
1091
|
pointer-events: none;
|
|
1091
1092
|
}
|
|
@@ -1100,7 +1101,7 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
1100
1101
|
primary CTA-ness moves to the icon's color tone (lime) — same
|
|
1101
1102
|
tactic as the sidebar's `.new-btn.active` lime state. */
|
|
1102
1103
|
.head-view-report.is-generate {
|
|
1103
|
-
color: var(--lime
|
|
1104
|
+
color: var(--lime);
|
|
1104
1105
|
}
|
|
1105
1106
|
/* Count chip for multi-brief popover trigger · pinned to the icon's
|
|
1106
1107
|
top-right corner so the user sees "there's more than one report"
|
|
@@ -1120,8 +1121,8 @@ html.is-electron-mac .room-settings-overlay * {
|
|
|
1120
1121
|
font-size: 9px;
|
|
1121
1122
|
font-weight: 700;
|
|
1122
1123
|
letter-spacing: 0;
|
|
1123
|
-
color: var(--bg
|
|
1124
|
-
background: var(--lime
|
|
1124
|
+
color: var(--bg);
|
|
1125
|
+
background: var(--lime);
|
|
1125
1126
|
border-radius: 7px;
|
|
1126
1127
|
pointer-events: none;
|
|
1127
1128
|
}
|