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 debug toolbar from 94noni #337

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Add debug toolbar from 94noni #337

wants to merge 4 commits into from

Conversation

tacman
Copy link

@tacman tacman commented Jun 27, 2024

Per #275

To see this in action, make sure meilisearch is running and run the following:

git clone [email protected]:survos-sites/stimulus-tutorial.git && cd stimulus-tutorial 
echo "DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db" > .env.local
composer install 
symfony check:req
bin/console doctrine:database:create && bin/console doctrine:schema:update --force --complete
bin/console doctrine:fixtures:load -n
bin/console meilisearch:import -v
symfony server:start -d
symfony open:local --path=/?q=door

You'll see the meilisearch icon in the toolbar

image

Click on it to see the debug info

image

@tacman tacman changed the title Add debug toolbar from 94nomi Add debug toolbar from 94noni Jun 27, 2024
@norkunas
Copy link
Collaborator

There are still conflicting files so you should resolve conflicts

@norkunas
Copy link
Collaborator

Also just a thought: maybe we could also show operations near the Meilisearch icon in the toolbar, instead of just showing a big logo?

@norkunas
Copy link
Collaborator

Also why are there unrelated changes in .github files?

@tacman
Copy link
Author

tacman commented Jun 28, 2024

The api key needs to be defined, otherwise it fails if the recipe isn't installed (like when working locally).

@norkunas
Copy link
Collaborator

norkunas commented Jul 1, 2024

So when you'll get rid of unrelated changes and resolve conflicts I'll review your PR

@tacman
Copy link
Author

tacman commented Jul 1, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants