Improve SyncPackagesCommand output, fix navbar dividers, reduce ddev healthcheck interval#155
Merged
Conversation
ADmad
reviewed
Apr 8, 2026
Contributor
|
@josbeir whats the status here? |
There was a problem hiding this comment.
Pull request overview
This PR improves developer/operator feedback for package syncing, adjusts navbar dropdown divider markup, and speeds up local phpMyAdmin health reporting in DDEV.
Changes:
- Adds progress, verbose package logging, and sync/cleanup counters to
SyncPackagesCommand. - Replaces dropdown separator markup with Tailwind/DaisyUI border styling.
- Reduces the DDEV phpMyAdmin healthcheck interval.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/Command/SyncPackagesCommand.php |
Adds progress output, counters, summaries, and fixes package warning context. |
templates/element/navbar.php |
Updates dropdown divider markup/styling for sign-in/sign-out actions. |
.ddev/docker-compose.phpmyadmin.yaml |
Changes phpMyAdmin healthcheck interval from 120s to 5s. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| healthcheck: | ||
| test: ["CMD-SHELL", "true"] | ||
| interval: 120s | ||
| interval: 5s |
d0ce2dc to
cbee48d
Compare
Contributor
Author
|
@LordSimal i've updated the pr's title and description, this can be merged now :-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
SyncPackagesCommand— progress & stats output[i/total] package-name)$package->getName()call in the warning log (was passing the wrong type)Navbar dropdown dividers
<li role="separator">+<hr>element pattern with a single<li class="border-t border-base-300 pt-1">, using Tailwind/DaisyUI border utilitiesddev phpMyAdmin healthcheck
120sto5sso the container is marked healthy much faster on startup