fix(admin): theme-aware Bootstrap tokens for stats and table headers #27

Open
zaelgohary wants to merge 1 commit from development_fix_indexer_theme_aware into development
Member

Summary

Hardcoded dark-only Bootstrap classes left stats labels and admin table headers unreadable in light theme.

Closes #26

Changes

  • Swapped hardcoded color classes for theme-aware Bootstrap tokens.

Test Results

cargo build --workspace green locally.

## Summary Hardcoded dark-only Bootstrap classes left stats labels and admin table headers unreadable in light theme. ## Related Issue Closes #26 ## Changes - Swapped hardcoded color classes for theme-aware Bootstrap tokens. ## Test Results cargo build --workspace green locally.
fix(admin): use theme-aware Bootstrap tokens so contrast works in light + dark
Some checks failed
Build Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 2s
Build and Test / build (push) Failing after 3s
Build Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 3s
Build and Test / build (pull_request) Failing after 2s
f6335e7cd0
Some checks failed
Build Linux / build-linux (linux-amd64, false, x86_64-unknown-linux-musl) (push) Failing after 2s
Build and Test / build (push) Failing after 3s
Build Linux / build-linux (linux-arm64, true, aarch64-unknown-linux-gnu) (push) Failing after 3s
Build and Test / build (pull_request) Failing after 2s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin development_fix_indexer_theme_aware:development_fix_indexer_theme_aware
git switch development_fix_indexer_theme_aware

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch development
git merge --no-ff development_fix_indexer_theme_aware
git switch development_fix_indexer_theme_aware
git rebase development
git switch development
git merge --ff-only development_fix_indexer_theme_aware
git switch development_fix_indexer_theme_aware
git rebase development
git switch development
git merge --no-ff development_fix_indexer_theme_aware
git switch development
git merge --squash development_fix_indexer_theme_aware
git switch development
git merge --ff-only development_fix_indexer_theme_aware
git switch development
git merge development_fix_indexer_theme_aware
git push origin development
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!27
No description provided.