Noindex legacy redirect, farm-list lock status, themed ErrorBoundary (#227, #234, #235) - #247
Merged
ritaifeoluwa merged 3 commits intoAug 25, 2026
Conversation
…artDropLabs#227) /leaderbord already redirects to /leaderboard client-side but had no noindex signal, so search engines could still index the typo URL. Split the client redirect logic into RedirectClient.tsx and made page.tsx a server component exporting robots: { index: false, follow: false } — client components can't export metadata directly in the App Router.
…s#234) EarningRow ("My Earnings") already showed a live countdown to unlock, but FarmPoolRow (the main "All Pools" browsing list) didn't, even though it already received lockedAmount/lockedAt/lockPeriodSeconds for the connected wallet's position in each pool. Users had to click into a pool they already had a position in just to see when it unlocks. Add the same "Unlock status" countdown box FarmPoolRow already has the data for.
…SmartDropLabs#235) The default fallback used bg="black"/color="white"/colorScheme="blue"/ gray.*/red.* literals — a plain, unstyled screen unrelated to the app's light/dark theme, breaking brand consistency exactly when something goes wrong. Switched to the existing semantic tokens (app.bg, app.text, app.muted, app.surface, app.border, app.accent, app.onAccent) already used throughout the app, plus the purpose-built app.errorBg/app.errorFg pair for the error-detail box and ErrorBoundarySection's fallback.
|
@boluwacodes Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
❌ Deploy Preview for spiffy-melomakarona-eb1e8a failed.
|
❌ Deploy Preview for smart-drop failed.
|
This was referenced Aug 25, 2026
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
Not included in this batch
Test plan
Closes #227
Closes #234
Closes #235
Closes #233