refactor(web): split containers/components/utils; replace App with container views#2
Open
refactor(web): split containers/components/utils; replace App with container views#2
Conversation
- openai: read OPENAI_API_KEY from env; offline fallback if missing
- config: switch dev.yaml to {service.name,hertz.port,logger.level}
- docs: README config section clarifies schema and load order
… container views - add containers: PendleView, EthenaView, SenaView - extract components/RowDetails from App - move helpers to utils.tsx (JSX-aware) and constants.ts; export CHAINS/DEFAULT_PAGE_SIZE - simplify App.tsx to tab orchestration + footer - fix(utils): fmtPct NaN check bug No functional changes intended; UI/behavior parity maintained.
945170f to
17c5b56
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.
This PR refactors the web app into clearer layers and files without changing behavior.
Changes
Notes
../utilsand../constants.Verification
Follow-ups (optional)