-
Notifications
You must be signed in to change notification settings - Fork 83
WIP: Reader UI #2388
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
Draft
obenland
wants to merge
62
commits into
trunk
Choose a base branch
from
add/reader
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
WIP: Reader UI #2388
Conversation
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
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.
db4e079 to
f8f4aec
Compare
Co-authored-by: Konstantin Obenland <obenland@gmx.de>
The Social Web dashboard page is now only added if the site supports blocks and the WordPress version is 6.9 or higher. This ensures compatibility with new features and prevents issues on unsupported setups.
This reverts commit d9fef8a.
9eb79ef to
e6b3687
Compare
1491397 to
47fd78e
Compare
Changed the WordPress version comparison from '6.9' to '6.9-alpha' when checking for block support in the admin menu. This ensures compatibility with pre-release versions.
Co-authored-by: Konstantin Obenland <obenland@gmx.de>
- Remove excerptField from imports and fields array - Remove unused enforceContentExcerptMutualExclusion import - Content remains in default view fields
- Delete src/social-web/components/fields/excerpt/ directory - Remove excerpt export from fields index - Keep excerpt data in types and hooks for content field fallback logic
718e8a5 to
64879f4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Docs
[Feature] Collections
[Feature] REST API
[Feature] WP Admin
[Focus] Editor
Changes to the ActivityPub experience in the block editor
[Status] In Progress
[Tests] Includes Tests
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.
DEVELOPMENT BRANCH — Let's open new PRs against this branch for changes.
Proposed changes:
This PR introduces a comprehensive Reader UI for the ActivityPub plugin, providing a modern interface for users to view and interact with their ActivityPub feed.
Core Features
Social Web Page
/wp-admin/admin.php?page=activitypub-social-webFeed Management
Object Type Support
Hashtag Filtering
Post Inspector
UI Components
Technical Implementation
Architecture
Data Layer
ap_postap_tag,ap_object_typePerformance
Accessibility
Recent Updates
Other information:
Testing instructions:
Changelog entry
No changelog entry required for development branch (will be added when merged to trunk).