Feat/UI rebuild v3#323
Open
johdanike wants to merge 21 commits into
Open
Conversation
Frontend view-layer rebuild on the V3 design system
…ty-link fix(landing): remove bug-bounty link
…diness docs(d1): mainnet deploy readiness — one signed command away
feat(hf): Health Factor to 4 decimals
Fix/leverage issue
- cargo fmt the remaining test_integration.rs blocks (lines 1206-1688) that the earlier fmt commit missed - drop redundant `#![cfg(test)]` inner attribute from test_integration.rs and test_leverage.rs (clippy 1.93 `duplicated_attributes`; the modules are already `#[cfg(test)]`-gated in lib.rs) - silence unused `e` param in reserves::withdraw (`-> _e`) fmt --check, clippy -D warnings, cargo test (65) and the wasm release build all pass locally. Co-authored-by: Cursor <cursoragent@cursor.com>
Patches the newly-published "remote memory exhaustion in quinn-proto" advisory. Transitive via reqwest in the off-chain tooling (rate_calc / snapshot source), not the on-chain contracts. `cargo audit` on the root workspace now passes (only the pre-existing allowed warnings remain). Co-authored-by: Cursor <cursoragent@cursor.com>
fix: fixed cargo fmt
feat: added admin sep for loop
…getsylver#316) Manage and Add leg always landed on the default pool's first asset (Etherfuse / XLM) because the dashboard handlers dropped the pool arg and navigation was a bare setState({ view: "trade" }) — tradeScreen() then defaulted to pools[0]/assets[0]. Thread a one-shot AppState.tradeTarget { poolId, assetId } set by the dashboard buttons and consumed (then cleared) by tradeScreen on mount: - Manage -> the account's primary leg (looped, else largest by USD) - Add leg -> the same pool, default asset (user picks a new one) Carry the ids end-to-end: PoolAccountRow.assetId (blend) -> Leg.assetId / PoolAccount.poolId (dashboard view) -> tradeTarget. Unknown ids fall back to the default pool/asset. Verified: build + lint clean; resolution checked against real pool data (Fixed/USDC -> Fixed/USDC, default preserved, unknown -> fallback); e2e boot suite green.
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
Related Issue
Closes #305
Checks
Notes for Reviewers