fix(admin): bump dark-theme contrast for stats labels and table code #25

Merged
zaelgohary merged 1 commit from development_fix_dark_theme_contrast into development 2026-05-13 07:29:14 +00:00
Member

Summary

In HeroIndex Admin dark theme, Documents/Size/Segments labels and schema field-name <code> cells inside tables were rendering as low-contrast dark-gray on a dark surface.

Closes #24

Changes

  • crates/hero_indexer_admin/static/index.html: bumped small color from --bs-gray-400 to --bs-gray-300; added .stats-card small for belt-and-braces; broadened the code selector with .table code, td code so table cells stop inheriting Bootstrap's lower-contrast default.

Test Results

Rebuilt + restarted hero_indexer on herodev. Browser screenshot before/after captured under hero_os/tests/e2e/screenshots/per_feature/indexer_*.png; labels and field-name cells now legible.

## Summary In HeroIndex Admin dark theme, Documents/Size/Segments labels and schema field-name `<code>` cells inside tables were rendering as low-contrast dark-gray on a dark surface. ## Related Issue Closes #24 ## Changes - `crates/hero_indexer_admin/static/index.html`: bumped `small` color from `--bs-gray-400` to `--bs-gray-300`; added `.stats-card small` for belt-and-braces; broadened the `code` selector with `.table code, td code` so table cells stop inheriting Bootstrap's lower-contrast default. ## Test Results Rebuilt + restarted hero_indexer on herodev. Browser screenshot before/after captured under `hero_os/tests/e2e/screenshots/per_feature/indexer_*.png`; labels and field-name cells now legible.
fix(admin): bump dark-theme contrast for stats labels and table code
Some checks failed
Build Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 2s
Build and Test / build (push) Failing after 2s
Build Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 3s
Build and Test / build (pull_request) Failing after 3s
429f60bffe
Closes #24
zaelgohary merged commit 2de41da4c2 into development 2026-05-13 07:29:14 +00:00
zaelgohary deleted branch development_fix_dark_theme_contrast 2026-05-13 07:29:14 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_indexer!25
No description provided.