fix: resolve issues #428, #453, #455, #457#585
Merged
edehvictor merged 1 commit intoMay 28, 2026
Conversation
…dehvictor#457 edehvictor#428 - Contributor issue claim and progress tracker - Add status: claimed/in-progress/needs-update/available labels to .github/labels.yml - Add .github/ISSUE_TEMPLATE/claim_issue.yml for structured claim comments - Add .github/PROGRESS_UPDATE.md template for 7-day progress updates - Document claim lifecycle in CONTRIBUTING.md with label table edehvictor#453 - Mobile navigation drawer for dashboard routes - Add hamburger Menu/X toggle button (hidden on md+) to nav bar - Add slide-in mobile drawer with all routes, wallet-gated sections, and quick actions - Drawer closes on route change via useLocation + useEffect - Hide desktop nav-links on small screens (hidden md:flex) - Add .drawer-link CSS utility to client/src/index.css edehvictor#455 - Backend health endpoint dependency breakdown - Add /health/dependencies route to server/src/routes/health.ts - Returns per-dependency status (database, horizon, indexer, cache) with latency hints - Returns 503 when any dependency is down, 200 for warning/up - Never exposes credentials or private data - Add full test suite in server/src/tests/health.dependencies.test.ts - Install @types/jest, @types/node, @types/supertest, supertest dev deps edehvictor#457 - Contract error code reference - Add contracts/ERROR_CODES.md with per-contract error tables - Covers VaultError, StableSwapError, IsolatedLendingError, LiquidStaking Error, OptimisticGovernance Error, SettlementError, BridgeRelayerError, ZapError, StealthError - Each entry includes code, name, meaning, and operator remediation - Documents panic paths for untyped failures - No contract behavior changed Closes edehvictor#428, Closes edehvictor#453, Closes edehvictor#455, Closes edehvictor#457
|
@Nanle-code is attempting to deploy a commit to the Edeh Victor's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Nanle-code 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! 🚀 |
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.
#428 - Contributor issue claim and progress tracker
#453 - Mobile navigation drawer for dashboard routes
#455 - Backend health endpoint dependency breakdown
#457 - Contract error code reference
Closes #428
Closes #453
Closes #455
Closes #457
Description
Fixes # (issue number)
Type of Change
Verification Commands
npm run lint/npm run test(Frontend/Backend)cargo fmt/cargo clippy/cargo test(Smart Contracts)Contract Security (if
contracts/changed)Screenshots (if applicable)
Add screenshots to help explain the changes.
UI Snapshot Checklist