Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a debug toolbar #128

Closed
tacman opened this issue Mar 13, 2024 · 3 comments
Closed

Add a debug toolbar #128

tacman opened this issue Mar 13, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tacman
Copy link
Contributor

tacman commented Mar 13, 2024

Description

pwa extra bundle has a debug toolbar, I'll continue to develop it until it's ready to be moved into this bundle. We can use this issue for discussion, though, previous it was a comment in #118 . Two issues where the debug toolbar will be very helpful, #113 and configuring the cache based in a PHP attribute.

Example

git clone git@github.com:tacman/phpwa-demo.git && cd phpwa-demo
git checkout with-debug-toolbar
composer install
echo "DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db" > .env.local
bin/console d:schema:update --force --complete
bin/console tailwind:build
symfony server:start -d
symfony open:local

image

@tacman
Copy link
Contributor Author

tacman commented Mar 13, 2024

I cleaned up the debug panel to group everything by class. I think it's a bit cleaner and can handle more strategies now.

image

@Spomky Spomky added this to the 1.2.0 milestone Mar 21, 2024
@Spomky Spomky self-assigned this Mar 21, 2024
@Spomky Spomky added the enhancement New feature or request label Mar 21, 2024
@Spomky
Copy link
Member

Spomky commented Apr 7, 2024

Done and merged.
Will be enhanced as the bundle evolves.

@Spomky Spomky closed this as completed Apr 7, 2024
Copy link

github-actions bot commented May 9, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants