fix(frontend): demo quick wins and merge latest main#5
Open
StockerMC wants to merge 7 commits into
Open
Conversation
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
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
242a4f7 to
c568031
Compare
13 tasks
Tankman61
requested changes
Jun 4, 2026
Tankman61
left a comment
Collaborator
There was a problem hiding this comment.
rest looks good just pls check the frontend changes visually and msg me again when its good
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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/helppage so the sidebar footer link no longer 404s./logoutpage:signOut()and clears local demo state./api/products/resync: returns a graceful response instead of 404 when the sync backend is offline.checkAndTriggerIngestionand unused imports/state.*-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
isIngestingbanner.Build passes (45/45 pages).