Skip to content

Feat: Dashboard improvements#350

Merged
ibraheem-abe merged 2 commits intostagingfrom
feat/save-dashboard_and_browser
Mar 5, 2025
Merged

Feat: Dashboard improvements#350
ibraheem-abe merged 2 commits intostagingfrom
feat/save-dashboard_and_browser

Conversation

@ibraheem-abe
Copy link
Collaborator

@ibraheem-abe ibraheem-abe commented Mar 4, 2025

Adds following features:

  • Saving the dashboard

    • Now with --save, you can save the html file to your machine at a location of your choice.
    • You can also add the save location thru the config btcli config set --dashboard_path /Users/ibraheem/Desktop/Dashboard_files
    • Or you can pass the path using --path
    • The files will be saved as <coldey_address[:7]>_<block_number>_<random_str>.html. At a glance, you can figure out which wallet this files belongs to and when was it pulled (using block number)
    • On average, the est. size is 6 mb
  • Using ss58 addresses

    • Now you can view dashboards of other coldkey ss58 addresses using --ss58 flag.
  • Identity support

    • Now apart from the wallet/ss58 name in your homepage header, it will also contain the on-chain identity.
  • Wry is now optional

    • Since at the moment this is a static page, Wry is optional and can be used by the flag --wry. Without the flag, the command will open on a browser.
    • It will be required when doing bi-directional communication (after we implement staking etc) but its not required now.

@ibraheem-abe ibraheem-abe requested a review from a team March 4, 2025 23:05
@ibraheem-abe ibraheem-abe linked an issue Mar 4, 2025 that may be closed by this pull request
thewhaleking
thewhaleking previously approved these changes Mar 5, 2025
Co-authored-by: BD Himes <37844818+thewhaleking@users.noreply.github.com>
@ibraheem-abe ibraheem-abe merged commit 2e074ab into staging Mar 5, 2025
3 checks passed
@ibraheem-abe ibraheem-abe deleted the feat/save-dashboard_and_browser branch March 5, 2025 21:39
@ibraheem-abe ibraheem-abe mentioned this pull request Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update btcli view dashboard

2 participants