Skip to content

Fix/global not found i18n - #739

Merged
davidmaronio merged 6 commits into
Iris-IV:mainfrom
TheShnider:fix/global-not-found-i18n
Jul 13, 2026
Merged

Fix/global not found i18n#739
davidmaronio merged 6 commits into
Iris-IV:mainfrom
TheShnider:fix/global-not-found-i18n

Conversation

@TheShnider

Copy link
Copy Markdown
Contributor

Summary

Closes #625

Type of Change

  • Bug fix
  • Feature
  • Chore / maintenance
  • Documentation
  • Test coverage

Contributor Checklist

  • Linked the related issue above.
  • Reviewed CONTRIBUTING.md for branch, commit, and PR title conventions.
  • Confirmed this follows the current Stellar Wave contribution flow, if applicable.
  • Added or updated tests when behavior changed.
  • Updated docs, examples, or translations when needed.

Validation

  • npm run lint
  • npm run format:check
  • npm run typecheck
  • npm test
  • npm run build
  • Not run; reason:

Notes for Reviewers

@drips-wave

drips-wave Bot commented Jul 2, 2026

Copy link
Copy Markdown

@TheShnider 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! 🚀

Learn more about application limits

@sshdopey

sshdopey commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Auto-review failed (API error). Leaving PR for human review.

@sshdopey

sshdopey commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Auto-review failed (API error). Leaving PR for human review.

@davidmaronio davidmaronio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

the not-found.tsx page itself is fine, but this PR is much wider than its title and has one real regression that blocks it:

  1. it freezes all mock timestamps to MOCK_TIMESTAMP_SEC = 1700000000 (nov 2023) in contractClient.ts, campaignComments.ts, campaignUpdates.ts and devMockScenarios.ts. campaign deadlines become 1700000000 + N days, which is permanently in the past given today's date, so every mock campaign now renders as expired/ended. use a build-stable but still-future relative base instead of a hardcoded 2023 epoch.
  2. the e2e specs now swallow broad console errors ("JSHandle@object", "Uncaught error: Error"). that is likely why ci stayed green over the regression above. please drop the error suppression.
  3. the src/middleware.ts matcher broadening and the hydration/mounted gating are unrelated scope creep. split them out or justify them.

once the timestamps stay in the future and the error suppression is gone, happy to re-review.

@sshdopey

sshdopey commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Auto-review failed (API error). Leaving PR for human review.

@davidmaronio
davidmaronio merged commit a3b1980 into Iris-IV:main Jul 13, 2026
10 of 15 checks passed
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.

[Bug] 404 page fails to load i18n messages

3 participants