fix: restore metabox javascript - #805
Merged
Merged
Conversation
GaryJones
force-pushed
the
fix/restore-dashboard-js
branch
2 times, most recently
from
January 13, 2026 16:15
2c46a70 to
77908b8
Compare
The Liveblog metabox Enable/Archive buttons were non-functional in v1.10.0 because the admin JavaScript bundle was inadvertently excluded from the webpack build. The original implementation incorrectly referenced build/app.asset.php instead of the correct admin asset file. This commit renames src/dashboard to src/admin for consistency with WordPress terminology, updates the webpack entry point accordingly, and corrects the asset references in liveblog.php. Integration tests verify that the source file exists and the webpack configuration includes the admin entry point, which prevents regression of this issue. Fixes #804 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
GaryJones
force-pushed
the
fix/restore-dashboard-js
branch
from
January 13, 2026 16:45
77908b8 to
8a14067
Compare
Merged
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.
Fixes #804
Restores the
assets/dashboard/app.jsandassets/dashboard/app.cssas seen in version 1.9.7, but following the new standard using@wordpress/scripts.Testing
developbranch, draft a new post and confirm the "Liveblog" metabox buttons are unresponsive