fix(admin): bump dark-theme contrast for stats labels and table code #25
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_indexer!25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_dark_theme_contrast"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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: bumpedsmallcolor from--bs-gray-400to--bs-gray-300; added.stats-card smallfor belt-and-braces; broadened thecodeselector with.table code, td codeso 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.