Keith Solomon
06e09e8285
🐞 fix: Intercept summary click to animate both directions
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
2026-07-25 15:50:59 -05:00
Keith Solomon
01072f6788
🐞 fix: Keep max-height at pixel value after open so close animates
2026-07-25 15:45:14 -05:00
Keith Solomon
842818ec7e
🐞 fix: Animate team-grid bio with JS measuring natural height
2026-07-25 15:41:46 -05:00
Keith Solomon
7c1c145846
🐞 fix: Use max-height for team-grid bio animation
2026-07-25 15:33:10 -05:00
Keith Solomon
aabed2b437
🐞 fix: Use @starting-style for team-grid open transition
2026-07-25 15:23:43 -05:00
Keith Solomon
e5301f34c4
🐞 fix: Animate team-grid bio on close and subsequent opens
2026-07-25 15:18:38 -05:00
Keith Solomon
18dde4c9f4
✨ feat: Enhance team-grid block with single open mode and updated styles
2026-07-25 15:15:13 -05:00
Keith Solomon
1c5c727691
✅ test: Add Playwright tests for team-grid block
2026-07-25 13:38:36 -05:00
Keith Solomon
3a07eb384f
🎨 build: Rebuild dist with team-grid block styles
2026-07-25 13:32:58 -05:00
Keith Solomon
cb883ca869
📝 docs: Fix Task 6 Step 2 grep — Tailwind v4 preserves CSS-nesting
2026-07-25 13:32:58 -05:00
Keith Solomon
3c786ee9d9
🔧 chore: Import team-grid block CSS into theme
2026-07-25 13:27:16 -05:00
Keith Solomon
c20510814e
✨ feat: Add team-grid block PHP template
2026-07-25 13:24:06 -05:00
Keith Solomon
a816e56cfa
✨ feat: Add team-grid block CSS
2026-07-25 13:21:02 -05:00
Keith Solomon
c1ac1d659b
✨ feat: Add team-grid block.json registration
2026-07-25 13:17:40 -05:00
Keith Solomon
379dee3ea6
✨ feat: Add ACF field group for team-grid block
2026-07-25 13:13:53 -05:00
Keith Solomon
54d79cdcdf
📝 docs: Add implementation plan for team grid block
2026-07-25 12:48:10 -05:00
Keith Solomon
619409eabb
📝 docs: Add design spec for team grid block
2026-07-25 12:46:27 -05:00
Keith Solomon
e7de88551d
🐞 fix: Adjust text alignment styles
Deploy to Dreamhost (dev) / build (push) Successful in 35s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
2026-07-25 11:21:47 -05:00
Keith Solomon
f8247ff7af
🐞 fix: Adjust line thickness
Deploy to Dreamhost (dev) / build (push) Successful in 36s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
2026-07-25 11:16:39 -05:00
Keith Solomon
2441cef539
⏪ rollback: Revert file move, change url for svg
Deploy to Dreamhost (dev) / build (push) Successful in 36s
Sync TODOs with Issues / sync_todos (push) Successful in 5s
2026-07-25 11:13:26 -05:00
Keith Solomon
75055e6f6e
🐞 fix: Move line image into block folder
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
2026-07-25 11:07:06 -05:00
Keith Solomon
63df8e9a88
🐞 fix: Update service heading font size
Deploy to Dreamhost (dev) / build (push) Successful in 35s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
2026-07-25 10:54:30 -05:00
Keith Solomon
704b0dc266
🐞 fix: Unregister core pullquote block
2026-07-25 10:54:07 -05:00
Keith Solomon
b7477306d8
🐞 fix: Adjust menu width
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 5s
2026-07-25 10:45:43 -05:00
Keith Solomon
02a8379de2
🐞 fix: Update styles and footer spacing
Deploy to Dreamhost (dev) / build (push) Successful in 36s
Sync TODOs with Issues / sync_todos (push) Successful in 5s
2026-07-25 10:42:57 -05:00
Keith Solomon
f0b5bf75a5
✨ feature: Add services list block
Deploy to Dreamhost (dev) / build (push) Successful in 39s
Sync TODOs with Issues / sync_todos (push) Successful in 7s
2026-07-25 10:37:28 -05:00
Keith Solomon
60d764045f
🐞 fix: Remove dead $line_url variable from services-list template
2026-07-25 00:18:40 -05:00
Keith Solomon
9c4553f3d0
✅ test: Add assertion for dynamic grid column class
2026-07-25 00:16:26 -05:00
Keith Solomon
b0bad0d273
🐞 fix: Remove redundant inline style on services-list line div
2026-07-25 00:16:03 -05:00
Keith Solomon
9c3a645368
📝 docs: Sync spec and plan to use text-24px after the build fix
2026-07-25 00:15:47 -05:00
Keith Solomon
d2b2a04b56
✅ test: Add Playwright tests for services-list block
2026-07-24 23:59:28 -05:00
Keith Solomon
7663ca63f6
📝 docs: Fix Task 7 Step 2 grep to match CSS-nesting unwrap
2026-07-24 23:57:25 -05:00
Keith Solomon
415934e0bf
📝 docs: Fix Task 7 verification greps for Windows Git-Bash
2026-07-24 23:54:15 -05:00
Keith Solomon and Claude
dae3e7fd68
🎨 build: Rebuild dist after services-list heading token fix
...
Rebuild static/dist/theme.css to reflect the text-25px → text-24px
fix in views/blocks/services-list/services-list.css. The
.services-list__heading rule now resolves cleanly in Tailwind v4.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-24 23:52:33 -05:00
Keith Solomon and Claude
2c917edf20
🐞 fix: Use registered text-24px token in services-list heading
...
The text-25px literal is not a registered token in the project's
typography scale (--text-*). Replace with the closest existing
token, text-24px, to satisfy Tailwind v4 @apply resolution.
Co-Authored-By: Claude <noreply@anthropic.com >
2026-07-24 23:51:57 -05:00
Keith Solomon
0be6800d88
🔧 chore: Import services-list block CSS into theme
2026-07-24 23:43:24 -05:00
Keith Solomon
61f959e1a2
✨ feat: Add services-list block PHP template
2026-07-24 23:39:51 -05:00
Keith Solomon
a13a3adeef
📝 docs: Fix brief Task 4 verification grep for CSS nesting
2026-07-24 23:34:39 -05:00
Keith Solomon
8c52946340
✨ feat: Add services-list block CSS
2026-07-24 23:32:06 -05:00
Keith Solomon
a628973ed8
✨ feat: Add services-list block.json registration
2026-07-24 23:28:25 -05:00
Keith Solomon
b32abfb8f6
✨ feat: Add services-list decorative line SVG
2026-07-24 23:24:13 -05:00
Keith Solomon
07fea9e57b
✨ feat: Add ACF field group for services-list block
2026-07-24 23:21:14 -05:00
Keith Solomon
c8832f49b2
📝 docs: Add design spec for services content blocks
2026-07-24 23:11:28 -05:00
Keith Solomon
bd035501b7
🐞 fix: Round corners of hero intro
Deploy to Dreamhost (dev) / build (push) Successful in 35s
Sync TODOs with Issues / sync_todos (push) Successful in 7s
2026-07-14 22:32:01 -05:00
Keith Solomon
ecccfe8c70
🐞 fix: Adjust font size and line height for page hero services intro, and update margin for CTAs container
Deploy to Dreamhost (dev) / build (push) Successful in 37s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
2026-07-14 22:01:54 -05:00
Keith Solomon
fbd3b7feb0
🐞 fix: Update Calls to Action field label and name, adjust layout settings, and enhance page hero services structure
Deploy to Dreamhost (dev) / build (push) Successful in 37s
Sync TODOs with Issues / sync_todos (push) Successful in 7s
2026-07-14 21:50:27 -05:00
Keith Solomon
8c3284399e
🐞 fix: Remove Chrome tint implementation
Deploy to Dreamhost (dev) / build (push) Successful in 33s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
2026-07-12 15:30:54 -05:00
Keith Solomon
5bffd36ff8
🐞 fix: Update chrome tint implementation to use opacity for visibility and adjust related tests
Deploy to Dreamhost (dev) / build (push) Successful in 35s
Sync TODOs with Issues / sync_todos (push) Successful in 5s
2026-07-12 15:21:58 -05:00
Keith Solomon
7267f67d99
🐞 fix: Update chrome tint visibility handling to prevent dark bars over page content and enhance related tests
Deploy to Dreamhost (dev) / build (push) Successful in 36s
Sync TODOs with Issues / sync_todos (push) Successful in 6s
2026-07-12 15:13:55 -05:00
Keith Solomon
2b0daaa699
🐞 fix: Update footer color for chrome tinting and adjust related tests for iOS compatibility
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 5s
2026-07-12 14:50:34 -05:00