-
Notifications
You must be signed in to change notification settings - Fork 2
Restructure & Split Components #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #231 +/- ##
=========================================
- Coverage 10.07% 9.89% -0.19%
=========================================
Files 27 35 +8
Lines 1568 1597 +29
=========================================
Hits 158 158
- Misses 1410 1439 +29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Preview URL: https://744a579.forest-explorer-preview.workers.dev |
|
Good starting point! It'd make sense to add a mermaid graph showing roughly how the design looks like, so that that it's easy to review and follow. |
|
Preview URL: https://76177d6.forest-explorer-preview.workers.dev |
Added graph TD
subgraph src["Forest Explorer"]
subgraph utils["Utils"]
message["Message transfer<br/>message.rs"]
format["Formatting balance & URL<br/>format.rs"]
key["KeyPair<br/>key.rs"]
error["Error handler<br/>error.rs"]
address["Address utils<br/>address.rs"]
rpc_context["Supported RPC's<br/>rpc_context.rs"]
lotus_json["Lotus JSON<br/>lotus_json/"]
end
subgraph faucet["Faucet"]
model["Faucet Model<br/>model.rs"]
rate_limiter["Rate Limiter<br/>rate_limiter.rs"]
calibnet["Calibnet Faucet Specific<br/>/faucet/calibnet/"]
mainnet["Mainnet Faucet Specific<br/>/faucet/mainnet/"]
subgraph views["UI Components"]
home["Home page view<br/>home.rs"]
layout["Page layouts view<br/>layout.rs"]
faucet_view["Faucet page view<br/>faucet.rs"]
transaction["Transactions view<br/>transaction.rs"]
balance["Balance view<br/>balance.rs"]
alert["Error view<br/>alert.rs"]
nav["Navigation view<br/>nav.rs"]
icons["Icons<br/>icons.rs"]
end
end
end
|
|
Preview URL: https://dbb5acb.forest-explorer-preview.workers.dev |
LesnyRumcajs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary of changes
Changes introduced in this pull request:
style/tailwind.css.To faucet listandBack to faucet listwith justFaucet List.Homebutton to navigate to landing page.Reference issue to close (if applicable)
Closes #207
Other information and links
Change checklist
adheres to the team's
documentation standards,
(if possible),
should be reflected in this document.