wintercms / wintercms/wn-debugbar-plugin

Variable keys names not visibles on dark theme

Open
#26 1 comment 0 reactions 0 assignees View on GitHub

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 :
Image

Dark :
Image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.