@profoundlogic/coderflow-server 0.5.4 → 0.5.6
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/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +409 -0
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +2975 -2022
- package/dist/web-ui/public/task.html +98 -2
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -3208,3 +3208,412 @@
|
|
|
3208
3208
|
cursor: not-allowed;
|
|
3209
3209
|
transform: none;
|
|
3210
3210
|
}
|
|
3211
|
+
|
|
3212
|
+
/* ── ExitPlanMode / Plan Detail ── */
|
|
3213
|
+
|
|
3214
|
+
.profound-feedback-modal .plan-detail {
|
|
3215
|
+
font-family: inherit;
|
|
3216
|
+
line-height: 1.6;
|
|
3217
|
+
color: var(--feedback-text);
|
|
3218
|
+
}
|
|
3219
|
+
|
|
3220
|
+
.profound-feedback-modal .plan-detail h1,
|
|
3221
|
+
.profound-feedback-modal .plan-detail h2,
|
|
3222
|
+
.profound-feedback-modal .plan-detail h3 {
|
|
3223
|
+
margin: 12px 0 6px;
|
|
3224
|
+
font-weight: 600;
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
.profound-feedback-modal .plan-detail h1 { font-size: 16px; }
|
|
3228
|
+
.profound-feedback-modal .plan-detail h2 { font-size: 14px; }
|
|
3229
|
+
.profound-feedback-modal .plan-detail h3 { font-size: 13px; }
|
|
3230
|
+
|
|
3231
|
+
.profound-feedback-modal .plan-detail ul,
|
|
3232
|
+
.profound-feedback-modal .plan-detail ol {
|
|
3233
|
+
padding-left: 20px;
|
|
3234
|
+
margin: 4px 0;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
|
+
.profound-feedback-modal .plan-detail li {
|
|
3238
|
+
margin: 2px 0;
|
|
3239
|
+
}
|
|
3240
|
+
|
|
3241
|
+
.profound-feedback-modal .plan-detail code {
|
|
3242
|
+
background: var(--feedback-surface-muted);
|
|
3243
|
+
padding: 1px 4px;
|
|
3244
|
+
border-radius: 3px;
|
|
3245
|
+
font-size: 12px;
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
.profound-feedback-modal .plan-detail pre {
|
|
3249
|
+
background: #2d2d2d;
|
|
3250
|
+
border: 1px solid #404040;
|
|
3251
|
+
border-radius: 4px;
|
|
3252
|
+
padding: 10px;
|
|
3253
|
+
overflow-x: auto;
|
|
3254
|
+
font-size: 12px;
|
|
3255
|
+
margin: 6px 0;
|
|
3256
|
+
color: #f8f8f2;
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
/* ── AskUserQuestion Styles ── */
|
|
3260
|
+
|
|
3261
|
+
.profound-feedback-modal .ask-question-detail {
|
|
3262
|
+
display: flex;
|
|
3263
|
+
flex-direction: column;
|
|
3264
|
+
gap: 8px;
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
.profound-feedback-modal .ask-question-collapsible {
|
|
3268
|
+
border: 1px solid var(--feedback-border);
|
|
3269
|
+
border-radius: 4px;
|
|
3270
|
+
overflow: hidden;
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3273
|
+
.profound-feedback-modal .ask-question-summary {
|
|
3274
|
+
display: flex;
|
|
3275
|
+
align-items: center;
|
|
3276
|
+
gap: 6px;
|
|
3277
|
+
padding: 10px 14px;
|
|
3278
|
+
cursor: pointer;
|
|
3279
|
+
font-size: 13px;
|
|
3280
|
+
color: var(--feedback-text);
|
|
3281
|
+
user-select: none;
|
|
3282
|
+
list-style: none;
|
|
3283
|
+
background: var(--feedback-surface-muted);
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
.profound-feedback-modal .ask-question-summary::-webkit-details-marker {
|
|
3287
|
+
display: none;
|
|
3288
|
+
}
|
|
3289
|
+
|
|
3290
|
+
.profound-feedback-modal .ask-question-summary::before {
|
|
3291
|
+
content: '▶';
|
|
3292
|
+
font-size: 9px;
|
|
3293
|
+
color: var(--feedback-text-muted);
|
|
3294
|
+
transition: transform 0.15s;
|
|
3295
|
+
flex-shrink: 0;
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
.profound-feedback-modal .ask-question-collapsible[open] > .ask-question-summary::before {
|
|
3299
|
+
transform: rotate(90deg);
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
.profound-feedback-modal .ask-question-summary-num {
|
|
3303
|
+
font-weight: 600;
|
|
3304
|
+
color: #8b5cf6;
|
|
3305
|
+
}
|
|
3306
|
+
|
|
3307
|
+
.profound-feedback-modal .ask-question-summary-chip {
|
|
3308
|
+
display: inline-flex;
|
|
3309
|
+
padding: 1px 8px;
|
|
3310
|
+
background: #8b5cf620;
|
|
3311
|
+
color: #8b5cf6;
|
|
3312
|
+
border-radius: 4px;
|
|
3313
|
+
font-size: 11px;
|
|
3314
|
+
font-weight: 600;
|
|
3315
|
+
flex-shrink: 0;
|
|
3316
|
+
}
|
|
3317
|
+
|
|
3318
|
+
.profound-feedback-modal .ask-question-summary-text {
|
|
3319
|
+
flex: 1;
|
|
3320
|
+
min-width: 0;
|
|
3321
|
+
overflow: hidden;
|
|
3322
|
+
text-overflow: ellipsis;
|
|
3323
|
+
white-space: nowrap;
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
.profound-feedback-modal .ask-question-summary-count {
|
|
3327
|
+
font-size: 11px;
|
|
3328
|
+
color: var(--feedback-text-muted);
|
|
3329
|
+
flex-shrink: 0;
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3332
|
+
.profound-feedback-modal .ask-question-body {
|
|
3333
|
+
padding: 8px 14px 14px;
|
|
3334
|
+
border-top: 1px solid var(--feedback-border);
|
|
3335
|
+
}
|
|
3336
|
+
|
|
3337
|
+
.profound-feedback-modal .ask-question-multi-badge {
|
|
3338
|
+
font-size: 10px;
|
|
3339
|
+
background: #8b5cf620;
|
|
3340
|
+
color: #8b5cf6;
|
|
3341
|
+
padding: 2px 6px;
|
|
3342
|
+
border-radius: 4px;
|
|
3343
|
+
font-weight: 500;
|
|
3344
|
+
flex-shrink: 0;
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3347
|
+
.profound-feedback-modal .ask-question-options {
|
|
3348
|
+
display: flex;
|
|
3349
|
+
flex-direction: column;
|
|
3350
|
+
gap: 6px;
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3353
|
+
.profound-feedback-modal .ask-question-option {
|
|
3354
|
+
padding: 10px 14px;
|
|
3355
|
+
background: var(--feedback-surface-muted);
|
|
3356
|
+
border: 1px solid var(--feedback-border);
|
|
3357
|
+
border-radius: 4px;
|
|
3358
|
+
}
|
|
3359
|
+
|
|
3360
|
+
.profound-feedback-modal .ask-question-option-label {
|
|
3361
|
+
font-weight: 500;
|
|
3362
|
+
font-size: 14px;
|
|
3363
|
+
color: var(--feedback-text);
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
.profound-feedback-modal .ask-question-option-desc {
|
|
3367
|
+
font-size: 12px;
|
|
3368
|
+
color: var(--feedback-text-muted);
|
|
3369
|
+
margin-top: 2px;
|
|
3370
|
+
line-height: 1.4;
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3373
|
+
.profound-feedback-modal .ask-question-option-preview {
|
|
3374
|
+
margin: 6px 0 0;
|
|
3375
|
+
padding: 8px 10px;
|
|
3376
|
+
background: #2d2d2d;
|
|
3377
|
+
border: 1px solid #404040;
|
|
3378
|
+
border-radius: 4px;
|
|
3379
|
+
font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', 'Consolas', monospace;
|
|
3380
|
+
font-size: 11px;
|
|
3381
|
+
line-height: 1.4;
|
|
3382
|
+
white-space: pre-wrap;
|
|
3383
|
+
max-height: 120px;
|
|
3384
|
+
overflow: auto;
|
|
3385
|
+
color: #f8f8f2;
|
|
3386
|
+
}
|
|
3387
|
+
|
|
3388
|
+
.profound-feedback-modal .ask-question-denied-badge {
|
|
3389
|
+
display: inline-flex;
|
|
3390
|
+
align-items: center;
|
|
3391
|
+
gap: 4px;
|
|
3392
|
+
font-size: 11px;
|
|
3393
|
+
color: #f59e0b;
|
|
3394
|
+
background: #f59e0b20;
|
|
3395
|
+
padding: 2px 8px;
|
|
3396
|
+
border-radius: 4px;
|
|
3397
|
+
font-weight: 500;
|
|
3398
|
+
margin-top: 8px;
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
.profound-feedback-modal .ask-question-answered-badge {
|
|
3402
|
+
font-size: 13px;
|
|
3403
|
+
color: #10b981;
|
|
3404
|
+
font-weight: 500;
|
|
3405
|
+
margin-top: 8px;
|
|
3406
|
+
padding: 8px 12px;
|
|
3407
|
+
background: #10b98110;
|
|
3408
|
+
border-radius: 4px;
|
|
3409
|
+
white-space: pre-wrap;
|
|
3410
|
+
}
|
|
3411
|
+
|
|
3412
|
+
/* Answer UI */
|
|
3413
|
+
.profound-feedback-modal .ask-question-answer-ui {
|
|
3414
|
+
margin-top: 12px;
|
|
3415
|
+
padding: 12px;
|
|
3416
|
+
background: #8b5cf610;
|
|
3417
|
+
border: 1px solid #8b5cf630;
|
|
3418
|
+
border-radius: 4px;
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3421
|
+
.profound-feedback-modal .ask-answer-label {
|
|
3422
|
+
font-size: 12px;
|
|
3423
|
+
font-weight: 600;
|
|
3424
|
+
color: #8b5cf6;
|
|
3425
|
+
text-transform: uppercase;
|
|
3426
|
+
letter-spacing: 0.5px;
|
|
3427
|
+
margin-bottom: 8px;
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3430
|
+
.profound-feedback-modal .ask-answer-options {
|
|
3431
|
+
display: flex;
|
|
3432
|
+
flex-wrap: wrap;
|
|
3433
|
+
gap: 8px;
|
|
3434
|
+
margin-bottom: 10px;
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3437
|
+
.profound-feedback-modal .ask-answer-option-btn {
|
|
3438
|
+
padding: 8px 12px 8px 36px;
|
|
3439
|
+
background: var(--feedback-surface-muted);
|
|
3440
|
+
border: 1px solid var(--feedback-border);
|
|
3441
|
+
border-radius: 4px;
|
|
3442
|
+
cursor: pointer;
|
|
3443
|
+
font-size: 13px;
|
|
3444
|
+
color: var(--feedback-text);
|
|
3445
|
+
transition: all 0.15s;
|
|
3446
|
+
position: relative;
|
|
3447
|
+
text-align: left;
|
|
3448
|
+
}
|
|
3449
|
+
|
|
3450
|
+
.profound-feedback-modal .ask-answer-option-btn::before {
|
|
3451
|
+
content: '';
|
|
3452
|
+
position: absolute;
|
|
3453
|
+
left: 12px;
|
|
3454
|
+
top: 50%;
|
|
3455
|
+
transform: translateY(-50%);
|
|
3456
|
+
width: 14px;
|
|
3457
|
+
height: 14px;
|
|
3458
|
+
border-radius: 50%;
|
|
3459
|
+
border: 2px solid var(--feedback-border);
|
|
3460
|
+
background: transparent;
|
|
3461
|
+
transition: all 0.15s;
|
|
3462
|
+
}
|
|
3463
|
+
|
|
3464
|
+
.profound-feedback-modal .ask-answer-question[data-multi-select="true"] .ask-answer-option-btn::before {
|
|
3465
|
+
border-radius: 3px;
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
.profound-feedback-modal .ask-answer-option-btn:hover {
|
|
3469
|
+
border-color: #8b5cf6;
|
|
3470
|
+
background: #8b5cf610;
|
|
3471
|
+
}
|
|
3472
|
+
|
|
3473
|
+
.profound-feedback-modal .ask-answer-option-btn:hover::before {
|
|
3474
|
+
border-color: #8b5cf6;
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3477
|
+
.profound-feedback-modal .ask-answer-option-btn.selected {
|
|
3478
|
+
border-color: #8b5cf6;
|
|
3479
|
+
background: #8b5cf610;
|
|
3480
|
+
}
|
|
3481
|
+
|
|
3482
|
+
.profound-feedback-modal .ask-answer-option-btn.selected::before {
|
|
3483
|
+
border-color: #8b5cf6;
|
|
3484
|
+
background: #8b5cf6;
|
|
3485
|
+
box-shadow: inset 0 0 0 2.5px var(--feedback-surface-muted);
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3488
|
+
.profound-feedback-modal .ask-answer-question[data-multi-select="true"] .ask-answer-option-btn.selected::before {
|
|
3489
|
+
box-shadow: none;
|
|
3490
|
+
}
|
|
3491
|
+
|
|
3492
|
+
.profound-feedback-modal .ask-answer-question[data-multi-select="true"] .ask-answer-option-btn.selected::after {
|
|
3493
|
+
content: '';
|
|
3494
|
+
position: absolute;
|
|
3495
|
+
left: 16px;
|
|
3496
|
+
top: 50%;
|
|
3497
|
+
transform: translateY(-60%) rotate(45deg);
|
|
3498
|
+
width: 5px;
|
|
3499
|
+
height: 9px;
|
|
3500
|
+
border: solid white;
|
|
3501
|
+
border-width: 0 2px 2px 0;
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3504
|
+
.profound-feedback-modal .ask-answer-option-btn-label {
|
|
3505
|
+
font-weight: 500;
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
.profound-feedback-modal .ask-answer-option-btn-desc {
|
|
3509
|
+
font-size: 11px;
|
|
3510
|
+
color: var(--feedback-text-muted);
|
|
3511
|
+
margin-top: 2px;
|
|
3512
|
+
}
|
|
3513
|
+
|
|
3514
|
+
.profound-feedback-modal .ask-answer-question {
|
|
3515
|
+
margin-bottom: 12px;
|
|
3516
|
+
padding-bottom: 12px;
|
|
3517
|
+
border-bottom: 1px solid var(--feedback-border);
|
|
3518
|
+
}
|
|
3519
|
+
|
|
3520
|
+
.profound-feedback-modal .ask-answer-question:last-of-type {
|
|
3521
|
+
border-bottom: none;
|
|
3522
|
+
margin-bottom: 8px;
|
|
3523
|
+
padding-bottom: 0;
|
|
3524
|
+
}
|
|
3525
|
+
|
|
3526
|
+
.profound-feedback-modal .ask-answer-question-label {
|
|
3527
|
+
font-size: 13px;
|
|
3528
|
+
font-weight: 500;
|
|
3529
|
+
color: var(--feedback-text);
|
|
3530
|
+
margin-bottom: 8px;
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
.profound-feedback-modal .ask-answer-freeform {
|
|
3534
|
+
display: flex;
|
|
3535
|
+
gap: 8px;
|
|
3536
|
+
align-items: flex-start;
|
|
3537
|
+
}
|
|
3538
|
+
|
|
3539
|
+
.profound-feedback-modal .ask-answer-freeform textarea {
|
|
3540
|
+
flex: 1;
|
|
3541
|
+
min-height: 36px;
|
|
3542
|
+
max-height: 120px;
|
|
3543
|
+
padding: 8px 12px;
|
|
3544
|
+
border: 1px solid var(--feedback-border);
|
|
3545
|
+
border-radius: 4px;
|
|
3546
|
+
font-family: inherit;
|
|
3547
|
+
font-size: 13px;
|
|
3548
|
+
resize: vertical;
|
|
3549
|
+
background: var(--feedback-surface-muted);
|
|
3550
|
+
color: var(--feedback-text);
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
.profound-feedback-modal .ask-answer-submit-row {
|
|
3554
|
+
display: flex;
|
|
3555
|
+
justify-content: flex-end;
|
|
3556
|
+
margin-top: 4px;
|
|
3557
|
+
}
|
|
3558
|
+
|
|
3559
|
+
.profound-feedback-modal .ask-answer-submit {
|
|
3560
|
+
padding: 8px 16px;
|
|
3561
|
+
background: #8b5cf6;
|
|
3562
|
+
color: white;
|
|
3563
|
+
border: none;
|
|
3564
|
+
border-radius: 4px;
|
|
3565
|
+
cursor: pointer;
|
|
3566
|
+
font-size: 13px;
|
|
3567
|
+
font-weight: 500;
|
|
3568
|
+
white-space: nowrap;
|
|
3569
|
+
transition: background 0.15s;
|
|
3570
|
+
}
|
|
3571
|
+
|
|
3572
|
+
.profound-feedback-modal .ask-answer-submit:hover {
|
|
3573
|
+
background: #7c3aed;
|
|
3574
|
+
}
|
|
3575
|
+
|
|
3576
|
+
.profound-feedback-modal .ask-answer-submit:disabled {
|
|
3577
|
+
opacity: 0.5;
|
|
3578
|
+
cursor: not-allowed;
|
|
3579
|
+
}
|
|
3580
|
+
|
|
3581
|
+
/* Preview layout */
|
|
3582
|
+
.profound-feedback-modal .ask-answer-preview-layout {
|
|
3583
|
+
display: grid;
|
|
3584
|
+
grid-template-columns: 1fr 1.5fr;
|
|
3585
|
+
gap: 12px;
|
|
3586
|
+
min-height: 120px;
|
|
3587
|
+
}
|
|
3588
|
+
|
|
3589
|
+
.profound-feedback-modal .ask-answer-preview-options {
|
|
3590
|
+
display: flex;
|
|
3591
|
+
flex-direction: column;
|
|
3592
|
+
gap: 4px;
|
|
3593
|
+
}
|
|
3594
|
+
|
|
3595
|
+
.profound-feedback-modal .ask-answer-preview-btn {
|
|
3596
|
+
display: flex;
|
|
3597
|
+
flex-direction: column;
|
|
3598
|
+
align-items: flex-start;
|
|
3599
|
+
text-align: left;
|
|
3600
|
+
padding: 8px 12px;
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3603
|
+
.profound-feedback-modal .ask-answer-preview-panel {
|
|
3604
|
+
background: #2d2d2d;
|
|
3605
|
+
border: 1px solid #404040;
|
|
3606
|
+
border-radius: 4px;
|
|
3607
|
+
overflow: auto;
|
|
3608
|
+
max-height: 300px;
|
|
3609
|
+
}
|
|
3610
|
+
|
|
3611
|
+
.profound-feedback-modal .ask-answer-preview-content {
|
|
3612
|
+
margin: 0;
|
|
3613
|
+
padding: 12px;
|
|
3614
|
+
font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', 'Consolas', monospace;
|
|
3615
|
+
font-size: 12px;
|
|
3616
|
+
line-height: 1.5;
|
|
3617
|
+
white-space: pre-wrap;
|
|
3618
|
+
color: #f8f8f2;
|
|
3619
|
+
}
|