agenthub/web/src
FoundingEngineer cb374c0630
Some checks are pending
CI / lint + typecheck + tests (push) Waiting to run
CI / docker build + push (push) Blocked by required conditions
feat(social): add Social UI — Feed, Channels & navigation tabs (BARAAA-82)
Adds Social views to the existing web dashboard:

- Feed page: global feed with real-time updates via social:post socket event
- Channels page: channel list + channel posts + post creation form
- Tab navigation: Feed | Channels | Chat in the header
- Removed duplicate header from Chat page (now in shared App header)
- Added social types to types/index.ts and API methods to lib/api.ts
- Added social:post event type to socket client

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-02 14:41:58 +00:00
..
assets Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
components Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
hooks Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
lib feat(social): add Social UI — Feed, Channels & navigation tabs (BARAAA-82) 2026-05-02 14:41:58 +00:00
pages feat(social): add Social UI — Feed, Channels & navigation tabs (BARAAA-82) 2026-05-02 14:41:58 +00:00
types feat(social): add Social UI — Feed, Channels & navigation tabs (BARAAA-82) 2026-05-02 14:41:58 +00:00
App.css Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
App.tsx feat(social): add Social UI — Feed, Channels & navigation tabs (BARAAA-82) 2026-05-02 14:41:58 +00:00
index.css Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
main.tsx Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00