Skip to content

Commit f7acdbb

Browse files
committed
PR_26171_ALPHA_046 rebuild game hub table
1 parent 77462a9 commit f7acdbb

9 files changed

Lines changed: 2607 additions & 916 deletions

File tree

assets/theme-v2/css/tables.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,17 @@ td {
111111
text-transform: none
112112
}
113113

114+
.data-table [data-table-parent-cell],
114115
.data-table [data-idea-board-idea-cell] {
115116
cursor: pointer
116117
}
117118

119+
.data-table [data-table-parent-cell]:focus-visible {
120+
outline: var(--border-width-sm) solid var(--gold);
121+
outline-offset: calc(var(--space-2) * -1)
122+
}
123+
124+
.table-parent-label,
118125
.idea-board-idea-label {
119126
display: inline-flex;
120127
align-items: center;
@@ -126,10 +133,12 @@ td {
126133
white-space: nowrap
127134
}
128135

136+
.table-parent-label__text,
129137
.idea-board-idea-label__text {
130138
line-height: var(--line-height-single)
131139
}
132140

141+
.table-parent-chevron,
133142
.idea-board-idea-chevron {
134143
display: inline-block;
135144
width: 1em;
@@ -144,26 +153,35 @@ td {
144153
mask-size: contain
145154
}
146155

156+
.table-parent-chevron--down,
147157
.idea-board-idea-chevron--down {
148158
-webkit-mask-image: url("../images/gfs-chevron-down.svg");
149159
mask-image: url("../images/gfs-chevron-down.svg")
150160
}
151161

162+
.table-parent-chevron--up,
152163
.idea-board-idea-chevron--up {
153164
-webkit-mask-image: url("../images/gfs-chevron-up.svg");
154165
mask-image: url("../images/gfs-chevron-up.svg")
155166
}
156167

168+
.table-child-surface,
157169
.idea-board-notes-child-surface {
158170
margin-left: calc(var(--space-14) * 2);
159171
max-width: calc(100% - (var(--space-14) * 2))
160172
}
161173

174+
.table-child-actions,
162175
.idea-board-notes-child-actions {
163176
padding-left: var(--space-14);
164177
padding-top: var(--space-10)
165178
}
166179

180+
.table-child-row > td:first-child,
181+
.table-child-indent {
182+
padding-left: calc(var(--space-14) * 2)
183+
}
184+
167185
.tool-form-table {
168186
table-layout: fixed;
169187
width: 100%
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
docs_build/dev/PROJECT_INSTRUCTIONS.md
2-
docs_build/dev/PROJECT_MULTI_PC.txt
3-
docs_build/dev/reports/PR_26171_ALPHA_075-team-based-pr-naming-manual-validation-notes.md
4-
docs_build/dev/reports/PR_26171_ALPHA_075-team-based-pr-naming-validation.md
5-
docs_build/dev/reports/PR_26171_ALPHA_075-team-based-pr-naming.md
6-
docs_build/dev/reports/codex_changed_files.txt
7-
docs_build/dev/reports/codex_review.diff
1+
assets/theme-v2/css/tables.css / updated
2+
docs_build/pr/PR_26171_ALPHA_046-game-hub-table-standard-rebuild/APPLY_PR.md / added
3+
docs_build/pr/PR_26171_ALPHA_046-game-hub-table-standard-rebuild/BUILD_PR.md / added
4+
docs_build/pr/PR_26171_ALPHA_046-game-hub-table-standard-rebuild/PLAN_PR.md / added
5+
docs_build/dev/reports/codex_review.diff / updated
6+
docs_build/dev/reports/codex_changed_files.txt / updated
7+
tests/playwright/tools/GameWorkspaceMockRepository.spec.mjs / updated
8+
toolbox/game-workspace/game-workspace.js / updated
9+
toolbox/game-workspace/index.html / updated

0 commit comments

Comments
 (0)