Add current block height to "Sync" widget #26
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.
Problem: Block Height is a universal important number to Bitcoin and there are no widgets in all of Umbrel (to my knowledge) that show the "Block Height" in a widget.
Solution: Show the Block Height in the sync widget. This works well because 1) it gives users a quick glance at their block height if they are syncing and 2) it gives users the current block height which is usually fairly "universal".
Discussion: I originally had "Block Height: xxxxxx, 100%" but it took up too much space so I just reduced it to "xxxxxx, 100%" which personally I prefer anyways.
Thank you very much for consideration.