main · last commit
6 hours ago ·
ti41arbu
sr-ht-dolt-8il Move ~495 lines of inline style CSS out of beads/memory/ready/milestones templates
Lined Up
bd update sr-ht-dolt-8il --claim
bd close sr-ht-dolt-8il
| Created by | Eugene Blikh |
| Owner | bigbes@gmail.com |
| Created | 2026-08-17T20:39:53Z |
| Updated | 2026-08-17T20:39:53Z |
What is wrong: `sourcehut-dolt/web/templates/{beads.html (252 lines), memory.html (110), ready.html (80), milestones.html (53)}` carry roughly 495 lines of CSS total in inline `<style>` blocks, despite dolt's `scss/main.scss` being only 18 lines total and having a working `make css` pipeline.
Why it matters: inline CSS is re-sent on every page load, sits outside the hashed-asset immutable cache, and cannot use the shared SCSS variables (`$font-family-monospace`, the dark palette) — so dolt's theme diverges from the rest of the instance in exactly the pages that put their rules outside the shared build.
Sibling that already does it correctly: the six other services that keep everything in `scss/main.scss` below `@import "base"`.
Fix: move the inline CSS rules out of `beads.html`, `memory.html`, `ready.html`, and `milestones.html` into `scss/main.scss`, and delete the `<style>` blocks from the templates.
Status: verified.
Audit: D37 (cross-repo audit, 2026-08-17)
No outgoing dependencies.
Nothing depends on this issue.
| id | sr-ht-dolt-8il |
| content_hash | 337c621057a981c96a9ef996c9379d9a233dd548007930b646fc0efe6c092d90 |
| title | Move ~495 lines of inline style CSS out of beads/memory/ready/milestones templates |
| description | What is wrong: `sourcehut-dolt/web/templates/{beads.html (252 lines), memory.html (110), ready.html (80), milestones.html (53)}` carry roughly 495 lines of CSS total in inline `<style>` blocks, despite dolt's `scss/main.scss` being only 18 lines total and having a working `make css` pipeline. Why it matters: inline CSS is re-sent on every page load, sits outside the hashed-asset immutable cache, and cannot use the shared SCSS variables (`$font-family-monospace`, the dark palette) — so dolt's theme diverges from the rest of the instance in exactly the pages that put their rules outside the shared build. Sibling that already does it correctly: the six other services that keep everything in `scss/main.scss` below `@import "base"`. Fix: move the inline CSS rules out of `beads.html`, `memory.html`, `ready.html`, and `milestones.html` into `scss/main.scss`, and delete the `<style>` blocks from the templates. Status: verified. Audit: D37 (cross-repo audit, 2026-08-17) |
| design | |
| acceptance_criteria | |
| notes | |
| status | open |
| priority | 3 |
| issue_type | task |
| assignee | NULL |
| estimated_minutes | NULL |
| created_at | 2026-08-17T20:39:53Z |
| created_by | Eugene Blikh |
| owner | bigbes@gmail.com |
| updated_at | 2026-08-17T20:39:53Z |
| closed_at | NULL |
| closed_by_session | |
| external_ref | NULL |
| spec_id | |
| compaction_level | 0 |
| compacted_at | NULL |
| compacted_at_commit | NULL |
| original_size | NULL |
| sender | |
| ephemeral | 0 |
| wisp_type | |
| pinned | 0 |
| is_template | 0 |
| mol_type | |
| work_type | |
| source_system | |
| metadata | �{} |
| source_repo | |
| close_reason | |
| event_kind | |
| actor | |
| target | |
| payload | |
| await_type | |
| await_id | |
| timeout_ns | 0 |
| waiters | |
| hook_bead | |
| role_bead | |
| agent_state | |
| last_activity | NULL |
| role_type | |
| rig | |
| due_at | NULL |
| defer_until | NULL |
| no_history | 0 |
| started_at | NULL |
| is_blocked | 0 |
| id | 01a01173-bc72-7032-a076-51bbd9482e70 |
| issue_id | sr-ht-dolt-8il |
| event_type | created |
| actor | Eugene Blikh |
| old_value | |
| new_value | |
| comment | NULL |
| created_at | 2026-08-17T23:39:52Z |
No comments.