Skip to content

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

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

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

Conversation

@StockerMC

@StockerMC StockerMC commented May 31, 2026

Copy link
Copy Markdown
Owner

Frontend demo fixes plus a merge of the latest main (new mobile work).

Fixes

  • fetchWithFallback: 8s timeout so a hung or cold backend falls back to the local API route instead of hanging.
  • /dashboard/help page so the sidebar footer link no longer 404s.
  • /logout page: signOut() and clears local demo state.
  • /api/products/resync: returns a graceful response instead of 404 when the sync backend is offline.
  • Reels page: removed dead checkAndTriggerIngestion and unused imports/state.
  • Avatar fallbacks: broken *-channel-avatar.* images now use /placeholder-logo.svg.

Merge

Resolved 5 conflicts toward the newer mobile work. Kept the mobile "Back to dashboard" link in reels, dropped a dead isIngesting banner.

Build passes (45/45 pages).

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

vercel Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
maatchaa Ready Ready Preview, Comment Jun 4, 2026 3:29am

@StockerMC StockerMC force-pushed the fix/demo-quick-wins branch from 242a4f7 to c568031 Compare May 31, 2026 15:23
@StockerMC StockerMC changed the title fix(frontend): demo quick-wins + merge latest main fix(frontend): demo quick wins and merge latest main Jun 3, 2026

@Tankman61 Tankman61 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rest looks good just pls check the frontend changes visually and msg me again when its good

Comment thread frontend/src/app/dashboard/help/page.tsx
Comment thread frontend/src/app/dashboard/partnerships/page.tsx
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