laravel-debugbar icon indicating copy to clipboard operation
laravel-debugbar copied to clipboard

UX Improvements list

Open barryvdh opened this issue 1 year ago • 13 comments

  • Hide inactive tabs until used; https://github.com/maximebf/php-debugbar/pull/672
  • Combine Route / Request tabs and make it easier to read? Also remove the tab or indicator, as it's double now, so instead move the tab to the right?
  • Maybe hide RAM en PHP version by default, by creating an info/performance tab? Ram is a bit tricky, I never really pay much attention to it but can see it being useful.
  • Improve Gate to show Policy or target; https://github.com/barryvdh/laravel-debugbar/pull/1653
  • Improve View and Livewire tab for Liveware components
  • Prettify querys by formatting whitespace on open?
  • Check consistency in filters/links to IDE
  • Improve current request / ajax; https://github.com/maximebf/php-debugbar/issues/674
  • Flexible position for the minimized button. https://github.com/maximebf/php-debugbar/pull/660
  • Lazy-load dataset, until the Debugbar is open (or just the headers/badges?)
  • ...?

barryvdh avatar Sep 08 '24 18:09 barryvdh