Skip to content

fix(frontend): demo quick-wins + merge latest main#5

Open
StockerMC wants to merge 5 commits into
mainfrom
fix/demo-quick-wins
Open

fix(frontend): demo quick-wins + merge latest main#5
StockerMC wants to merge 5 commits into
mainfrom
fix/demo-quick-wins

Conversation

@StockerMC
Copy link
Copy Markdown
Owner

Summary

Frontend demo polish, plus a merge of the latest main (teammate mobile fixes).

Quick-win fixes

  • fetchWithFallback timeout — 8s AbortController so a hung/cold backend degrades to the local API route instead of hanging the caller.
  • /dashboard/help page (FAQ + support) — sidebar footer link no longer 404s.
  • /logout page — signOut() + clears local demo state.
  • /api/products/resync fallback route — acknowledges gracefully instead of 404 when the sync backend is offline.
  • Reels page — removed dead checkAndTriggerIngestion + unused imports/state.
  • Avatar fallbacks — broken *-channel-avatar.* images → /placeholder-logo.svg.

Merge of origin/main

Resolved 5 conflicts in favour of the teammate's newer mobile work; kept the mobile "Back to dashboard" link in reels while dropping a dead isIngesting banner.

Test plan

  • bun run build ✅ compiles, 45/45 static pages, exit 0.

Tankman61 and others added 5 commits May 30, 2026 02:05
Updated README to enhance project description and visuals.
… resync route, avatar fallbacks

- api.ts: add 8s AbortController timeout to fetchWithFallback so a hung
  backend degrades to the local API route instead of hanging the caller
- add /dashboard/help page (FAQ + support) and /logout page (NextAuth signOut
  + local storage cleanup) so sidebar footer links no longer 404
- add /api/products/resync fallback route that acknowledges gracefully
- reels page: drop dead checkAndTriggerIngestion + unused imports/state
- communications/partnerships: replace broken channel-avatar images with
  /placeholder-logo.svg
# Conflicts:
#	README.md
#	frontend/src/app/dashboard/reels/page.tsx
#	frontend/src/app/globals.css
#	frontend/src/app/page.tsx
#	frontend/src/components/YoutubeReels.tsx
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
maatchaa Ready Ready Preview, Comment May 31, 2026 3:24pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants