Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 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
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
1 change: 1 addition & 0 deletions build/social-web/index-rtl.css

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

2 changes: 1 addition & 1 deletion build/social-web/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-preferences', 'wp-primitives', 'wp-private-apis', 'wp-url', 'wp-warning'), 'version' => 'e739b07d995d064993c2');
<?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-primitives', 'wp-private-apis', 'wp-url', 'wp-warning'), 'version' => '950270eaa398cc954a99');
1 change: 1 addition & 0 deletions build/social-web/index.css

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

4 changes: 2 additions & 2 deletions build/social-web/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/social-web/style-index-rtl.css

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

1 change: 1 addition & 0 deletions build/social-web/style-index.css

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

2 changes: 1 addition & 1 deletion build/social-web/vendors.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '3dfe745cc34580c55b09');
<?php return array('dependencies' => array(), 'version' => '28ab1bdbdc1f069b56e7');
Loading
Loading