Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
7cbe5e6
Refactor Social Web UI with three-panel layout
obenland Oct 30, 2025
96b17da
Merge branch 'add/reader' into refactor/social-web-ui-second-pass
pfefferle Oct 30, 2025
817fbed
Update sidebar title and menu labels
pfefferle Oct 30, 2025
6257bde
Add feed support to social web store and UI
pfefferle Oct 30, 2025
e24bee8
Fix commented-out PHP lint command in pre-commit hook
pfefferle Oct 30, 2025
b51b796
Prettify
matticbot Oct 30, 2025
763b6de
Update FeedPost actor interface properties
pfefferle Oct 30, 2025
601ca15
Hash-Based Routing Implementation (#2400)
pfefferle Oct 30, 2025
a39b4c5
Refactor social-web code structure and styling
obenland Oct 30, 2025
c9498c6
Consolidate styles into single stylesheet
obenland Oct 30, 2025
4326b51
Update packages
obenland Oct 30, 2025
259c984
Merge branch 'refactor/social-web-ui-second-pass' into add/stream
pfefferle Oct 30, 2025
17f3990
Merge branch 'add/reader' into add/stream
pfefferle Oct 30, 2025
cf93c10
Add feed support to social web store and UI
pfefferle Oct 30, 2025
1e49534
Merge branch 'add/reader' into add/stream
pfefferle Oct 30, 2025
9ba5f6d
Add site hub and command palette to sidebar
pfefferle Oct 30, 2025
f809a81
Merge branch 'add/reader' into add/stream
pfefferle Oct 31, 2025
af608b3
Add missing import for classnames in layout component
pfefferle Oct 31, 2025
5b1bf3c
Add feed inspector components and feed hook
pfefferle Oct 31, 2025
c0cc466
Enable filter for AP post query by user
pfefferle Oct 31, 2025
bcf41e9
Merge branch 'add/reader' into add/stream
pfefferle Nov 14, 2025
4681511
Refactor social-web state management and UI components
pfefferle Nov 14, 2025
533d837
Refactor dashboard routing and layout logic
pfefferle Nov 14, 2025
085358d
Refactor feed post author handling and UI
pfefferle Nov 14, 2025
ba6eb85
Refactor Fediverse plugin block imports
pfefferle Nov 14, 2025
5ddc3eb
Refactor feed post card and update feed rendering
pfefferle Nov 14, 2025
a0244de
Refactor feed metadata field and remove unused fields
pfefferle Nov 14, 2025
6c067b0
Decode HTML entities in feed post fields
pfefferle Nov 14, 2025
579f30a
Merge branch 'add/reader' into add/stream
pfefferle Nov 14, 2025
e0c9d76
Update post type capabilities and REST visibility
pfefferle Nov 14, 2025
350d1de
Fix/social reader feedback (#2476)
pfefferle Nov 17, 2025
90b50e2
Add lazy loading for route components
pfefferle Nov 17, 2025
cb7da71
Replace 'View Details' with 'Open Original' in feed actions
pfefferle Nov 17, 2025
237832c
Address PR feedback on Inbox class
pfefferle Nov 17, 2025
2e3bb26
Revert "Address PR feedback on Inbox class"
pfefferle Nov 17, 2025
c87a267
Reorganize field components into folder structure
obenland Nov 17, 2025
199881e
Refactor feed-stage and update Social Web entry
pfefferle Nov 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 103 additions & 0 deletions build/736.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/editor-plugin/plugin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-components', 'wp-core-data', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => 'c0707a36ca43854f47b7');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-components', 'wp-core-data', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives', 'wp-url'), 'version' => '4371fba4c154ea1d6303');
2 changes: 1 addition & 1 deletion build/editor-plugin/plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/feed-inspector.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading