Add persistent inspector sidebar with modular widget system#2543
Draft
Add persistent inspector sidebar with modular widget system#2543
Conversation
Various dependencies have been updated to their latest versions in package-lock.json, including @InQuirer, @radix-ui, @types/node, @WordPress, and axios packages. This ensures compatibility, security, and access to new features and bug fixes.
Port the inspector sidebar components into src/app/ to align with trunk's naming convention. Delete src/social-web/ and its build artifacts since src/app/ is the canonical location.
The @wordpress/views package uses __dangerousOptInToUnstableAPIsOnlyForCoreModules which blocks non-core consumers. Replace it with a local hook using only public APIs so the Social Web page works without the Gutenberg plugin. Also wire up the persistent inspector sidebar with quick actions and trending widgets, shown when no post is selected.
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.
Proposed changes:
Implements a persistent inspector sidebar for the feed reader that is always visible, similar to Mastodon's UI design. The sidebar displays contextual information and automatically switches between a default view (showing trending tags) and post detail view when items are selected.
Key Changes:
New Components:
Layout Improvements:
Architecture:
Visual Refinements:
Other information:
Testing instructions:
Changelog entry
Changelog Entry Details
Significance
Type
Message
Add persistent inspector sidebar with modular widget system to Social Web feed reader