Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions assets/theme-v2/css/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,17 @@ td {
text-transform: none
}

.data-table [data-table-parent-cell],
.data-table [data-idea-board-idea-cell] {
cursor: pointer
}

.data-table [data-table-parent-cell]:focus-visible {
outline: var(--border-width-sm) solid var(--gold);
outline-offset: calc(var(--space-2) * -1)
}

.table-parent-label,
.idea-board-idea-label {
display: inline-flex;
align-items: center;
Expand All @@ -126,10 +133,12 @@ td {
white-space: nowrap
}

.table-parent-label__text,
.idea-board-idea-label__text {
line-height: var(--line-height-single)
}

.table-parent-chevron,
.idea-board-idea-chevron {
display: inline-block;
width: 1em;
Expand All @@ -144,26 +153,35 @@ td {
mask-size: contain
}

.table-parent-chevron--down,
.idea-board-idea-chevron--down {
-webkit-mask-image: url("../images/gfs-chevron-down.svg");
mask-image: url("../images/gfs-chevron-down.svg")
}

.table-parent-chevron--up,
.idea-board-idea-chevron--up {
-webkit-mask-image: url("../images/gfs-chevron-up.svg");
mask-image: url("../images/gfs-chevron-up.svg")
}

.table-child-surface,
.idea-board-notes-child-surface {
margin-left: calc(var(--space-14) * 2);
max-width: calc(100% - (var(--space-14) * 2))
}

.table-child-actions,
.idea-board-notes-child-actions {
padding-left: var(--space-14);
padding-top: var(--space-10)
}

.table-child-row > td:first-child,
.table-child-indent {
padding-left: calc(var(--space-14) * 2)
}

.tool-form-table {
table-layout: fixed;
width: 100%
Expand Down
51 changes: 9 additions & 42 deletions docs_build/dev/reports/codex_changed_files.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,9 @@
docs_build/dev/reports/PR_26171_BETA_069-message-tts-profile-contract-alignment-manual-validation-notes.md
docs_build/dev/reports/PR_26171_BETA_069-message-tts-profile-contract-alignment-message-tts-ownership-checklist.md
docs_build/dev/reports/PR_26171_BETA_069-message-tts-profile-contract-alignment-parent-child-table-checklist.md
docs_build/dev/reports/PR_26171_BETA_069-message-tts-profile-contract-alignment-validation.md
docs_build/dev/reports/PR_26171_BETA_069-message-tts-profile-contract-alignment.md
docs_build/dev/reports/codex_changed_files.txt
docs_build/dev/reports/codex_review.diff
docs_build/dev/reports/coverage_changed_js_guardrail.txt
docs_build/dev/reports/dependency_gating_report.md
docs_build/dev/reports/dependency_hydration_reuse_report.md
docs_build/dev/reports/execution_graph_reuse_report.md
docs_build/dev/reports/failure_fingerprint_report.md
docs_build/dev/reports/filesystem_scan_reduction_report.md
docs_build/dev/reports/incremental_validation_report.md
docs_build/dev/reports/lane_compilation_report.md
docs_build/dev/reports/lane_deduplication_report.md
docs_build/dev/reports/lane_input_validation_report.md
docs_build/dev/reports/lane_manifests/workspace-contract.json
docs_build/dev/reports/lane_runtime_optimization_report.md
docs_build/dev/reports/lane_snapshot_report.md
docs_build/dev/reports/lane_snapshots/workspace-contract.json
docs_build/dev/reports/lane_warm_start_report.md
docs_build/dev/reports/lane_warm_starts/workspace-contract.json
docs_build/dev/reports/monolith_trigger_removal_report.md
docs_build/dev/reports/persistent_lane_manifest_report.md
docs_build/dev/reports/playwright_discovery_ownership_report.md
docs_build/dev/reports/playwright_discovery_scope_report.md
docs_build/dev/reports/playwright_structure_audit.md
docs_build/dev/reports/playwright_v8_coverage_report.txt
docs_build/dev/reports/retry_suppression_report.md
docs_build/dev/reports/slow_path_pruning_report.md
docs_build/dev/reports/static_validation_report.md
docs_build/dev/reports/targeted_file_manifest_report.md
docs_build/dev/reports/test_cleanup_performance_report.md
docs_build/dev/reports/test_cleanup_routing_report.md
docs_build/dev/reports/testing_lane_execution_report.md
docs_build/dev/reports/validation_cache_report.md
docs_build/dev/reports/zero_browser_preflight_report.md
src/dev-runtime/messages/messages-sqlite-service.mjs
tests/playwright/tools/MessagesTool.spec.mjs
toolbox/messages/index.html
toolbox/messages/messages.js
assets/theme-v2/css/tables.css / updated
docs_build/dev/reports/codex_changed_files.txt / updated
docs_build/dev/reports/codex_review.diff / updated
docs_build/pr/PR_26171_ALPHA_046-game-hub-table-standard-rebuild/APPLY_PR.md / added
docs_build/pr/PR_26171_ALPHA_046-game-hub-table-standard-rebuild/BUILD_PR.md / added
docs_build/pr/PR_26171_ALPHA_046-game-hub-table-standard-rebuild/PLAN_PR.md / added
tests/playwright/tools/GameWorkspaceMockRepository.spec.mjs / updated
toolbox/game-workspace/game-workspace.js / updated
toolbox/game-workspace/index.html / updated
Loading
Loading