wintercms / wintercms/wn-debugbar-plugin
Variable keys names not visibles on dark theme
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 11
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
All dumped variables keys are not visible when in dark theme scheme.
packages versions:
barryvdh/laravel-debugbar 3.15.4
php-debugbar/php-debugbar 2.1.6
winter/wn-debugbar-plugin 4.0.6
Light :
Dark :
An inline CSS rule is apply to all sf-dump-public elements regardless of the theme scheme:
.phpdebugbar pre.sf-dump .sf-dump-public {
color: #000000;
}
Maybe we need to update latest dependencies versions?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the variable dump in the dark theme using the listed DebugBar versions, then trace the styling applied to .phpdebugbar pre.sf-dump .sf-dump-public. Check the DebugBar integration and its theme-related styles first; done means dumped variable keys are readable in both light and dark themes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, php
- Domain
- devtools, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100