fix(frontend): demo quick-wins + merge latest main#5
Open
StockerMC wants to merge 5 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
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.
Summary
Frontend demo polish, plus a merge of the latest
main(teammate mobile fixes).Quick-win fixes
fetchWithFallbacktimeout — 8s AbortController so a hung/cold backend degrades to the local API route instead of hanging the caller./dashboard/helppage (FAQ + support) — sidebar footer link no longer 404s./logoutpage —signOut()+ clears local demo state./api/products/resyncfallback route — acknowledges gracefully instead of 404 when the sync backend is offline.checkAndTriggerIngestion+ unused imports/state.*-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
isIngestingbanner.Test plan
bun run build✅ compiles, 45/45 static pages, exit 0.