-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add General Tools Page & Block Time Estimator (#3052) #3065
Conversation
This file contains 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
* update wording * formalizing * typo * calculation complete * complete calculate new block height * make fat arrow * comments and clean * add convertDateToHours shell function * fix improve wiki contribute button routing * add intial general/tools page * move and format * wip: tools page * change to ts * implement hours or future date to block height * init estimator * rename tool * remove abs for past blocks * add seconds; rename; add row col to result * edit tools page description * add asterisk * add custom block time input * edit block time label * add default block time * rename var; remove comment * add clean up function; add const DEFAULT_BLOCK_TIME * type "text" -> "number"; remove defaultValue prop * require -> import
salmad3
added
A2 - Please Review
Pull request is ready for review.
A0 - Do Not Merge
Pull request should not yet be merged.
1KC
Tasks for the 1KC Program
labels
Mar 1, 2022
salmad3
changed the title
Add General Tools page and Block Time Estimator (#3052)
Add General Tools Page & Block Time Estimator (https://github.com/w3f/polkadot-wiki/pull/3052)
Mar 1, 2022
salmad3
changed the title
Add General Tools Page & Block Time Estimator (https://github.com/w3f/polkadot-wiki/pull/3052)
Add General Tools Page & Block Time Estimator (#3052)
Mar 1, 2022
tested locally and lgtm. This can arguably exist in the misc. Also, may want to consider enhanced UI instead of using but failing CI as:
|
2 tasks
@alfarok closing this PR, as you implemented the core functionality of this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1KC
Tasks for the 1KC Program
A2 - Please Review
Pull request is ready for review.
A3 - Changes Requested
Pull Request needs to be updated.
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.
@a-jwc: created a tools page under "general" and a block time estimator component. #2766
Extension of #3052