Skip to content

feat(ui): expand the shared debug UI with secure same-origin navigation, configurable sensitive-key redaction, responsivon, configurable sensitive-key redaction, responsive and accessible interactions, persistent drawer and bounded EXPLAIN workflows, query grouping, conditional feature loading, and cross-adapter browser quality gates.e and accessible interactions, persistent drawer and bounded EXPLAIN workflows, query grouping, conditional feature loading, and cross-adapter browser quality gates. - #25

Merged
terabytesoftw merged 6 commits into
mainfrom
feat/expand-shared-debug-ui
Aug 24, 2026

Conversation

@terabytesoftw

Copy link
Copy Markdown
Contributor

Pull Request

  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bugfix (non-breaking change that fixes an issue)
  • CI/build configuration
  • Documentation update
  • New feature (non-breaking change that adds functionality)
  • Refactoring (no functional changes)

…on, configurable sensitive-key redaction, responsive and accessible interactions, persistent drawer and bounded `EXPLAIN` workflows, query grouping, conditional feature loading, and cross-adapter browser quality gates.
@terabytesoftw terabytesoftw added the enhancement New feature or request label Aug 24, 2026
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.77465% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.86%. Comparing base (2c8997d) to head (c5ad386).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/Panel/Db/NPlusOneDetector.php 81.81% 8 Missing ⚠️
src/Panel/Db/DbQueryRenderer.php 98.30% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##                main      #25      +/-   ##
=============================================
- Coverage     100.00%   99.86%   -0.14%     
- Complexity      1623     1663      +40     
=============================================
  Files            135      137       +2     
  Lines           6303     6492     +189     
=============================================
+ Hits            6303     6483     +180     
- Misses             0        9       +9     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

Next included review available in 20 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: f1e29723-4014-4381-9cd6-ee7adb21eae6

📥 Commits

Reviewing files that changed from the base of the PR and between 2c8997d and c5ad386.

⛔ Files ignored due to path filters (8)
  • package-lock.json is excluded by !**/package-lock.json
  • resources/assets/dist/css/debug.min.css is excluded by !**/dist/**, !**/*.min.css
  • resources/assets/dist/js/db.min.js is excluded by !**/dist/**, !**/*.min.js
  • resources/assets/dist/js/debug.min.js is excluded by !**/dist/**, !**/*.min.js
  • resources/assets/dist/js/dom.min.js is excluded by !**/dist/**, !**/*.min.js
  • resources/assets/dist/js/phpinfo-search.min.js is excluded by !**/dist/**, !**/*.min.js
  • resources/assets/dist/js/toolbar.min.js is excluded by !**/dist/**, !**/*.min.js
  • resources/assets/dist/js/userswitch.min.js is excluded by !**/dist/**, !**/*.min.js
📒 Files selected for processing (74)
  • .editorconfig
  • .github/workflows/assets.yml
  • .gitignore
  • CHANGELOG.md
  • docs/browser-quality.md
  • docs/ui-parity-baseline.md
  • e2e/accessibility.spec.js
  • e2e/global-setup.js
  • e2e/large-data.spec.js
  • e2e/live-performance.spec.js
  • e2e/security.spec.js
  • e2e/smoke.spec.js
  • e2e/support/debug-ui.js
  • e2e/support/environment.js
  • e2e/visual.spec.js
  • package.json
  • playwright.config.js
  • resources/src/core/clipboard.js
  • resources/src/core/debug.js
  • resources/src/core/deep-links.js
  • resources/src/core/density.js
  • resources/src/core/dom.js
  • resources/src/core/dropdown.js
  • resources/src/core/features.js
  • resources/src/core/tabs.js
  • resources/src/panels/db.js
  • resources/src/styles/main.css
  • resources/src/styles/primitives.css
  • resources/src/styles/tokens.css
  • resources/src/toolbar/element.js
  • resources/src/toolbar/messaging.js
  • resources/src/toolbar/panel.js
  • resources/src/toolbar/theme.js
  • resources/src/toolbar/toolbar-shadow.css
  • resources/src/toolbar/url.js
  • resources/tests/clipboard.test.js
  • resources/tests/db.test.js
  • resources/tests/deep-links.test.js
  • resources/tests/density.test.js
  • resources/tests/dom.test.js
  • resources/tests/dropdown.test.js
  • resources/tests/features.test.js
  • resources/tests/tabs.test.js
  • resources/tests/toolbar-messaging.test.js
  • resources/tests/toolbar-runtime.test.js
  • resources/tests/toolbar-theme.test.js
  • resources/views/_shell.php
  • src/Capture/CapturePolicy.php
  • src/Helper/CellMore.php
  • src/Helper/SensitiveDataRedactor.php
  • src/Panel/Db/DbQueryRenderer.php
  • src/Panel/Db/NPlusOneDetector.php
  • src/Panel/Db/NPlusOneFinding.php
  • src/Panel/Timeline/TimelineMemoryRenderer.php
  • src/Panel/Timeline/TimelineRenderer.php
  • src/Panel/User/UserIdentityRenderer.php
  • tests/Capture/CapturePolicyTest.php
  • tests/Helper/CellMoreTest.php
  • tests/Helper/SensitiveDataRedactorTest.php
  • tests/Panel/Db/DbQueryRendererTest.php
  • tests/Panel/Db/NPlusOneDetectorTest.php
  • tests/Panel/Log/LogCellRendererTest.php
  • tests/Panel/Profile/ProfileCellRendererTest.php
  • tests/Panel/Timeline/TimelineMemoryRendererTest.php
  • tests/Panel/Timeline/TimelineRendererTest.php
  • tests/Panel/User/UserIdentityRendererTest.php
  • tests/View/ShellViewTest.php
  • tools/check-asset-size.mjs
  • tools/check-token-contrast.mjs
  • tools/quality/asset-size-budget.json
  • tools/quality/fixture-contract.json
  • tools/quality/performance-budget.json
  • tools/quality/token-contrast-budget.json
  • tools/seed-debug-fixtures.php
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/expand-shared-debug-ui

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@terabytesoftw
terabytesoftw merged commit 6a832e2 into main Aug 24, 2026
41 of 43 checks passed
@terabytesoftw
terabytesoftw deleted the feat/expand-shared-debug-ui branch August 24, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant