-
Notifications
You must be signed in to change notification settings - Fork 864
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
IPNS CID should have association with cid in files tab #2663
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
@meandavejustice thanks for submitting this feature request! I think this will need addressed in ipfs-webui, but I will get to triaging this soon. |
Hi @SgtPooki, I'm eager to kick off work on this—unless someone else is already tackling it? |
No one is currently working on this to my knowledge! Please go for it! Let me know if you need any assistance |
Hi @SgtPooki, Can you confirm if the feature request involves adding a UI section to indicate whether a file has been published to IPFS? |
@SamarthBagga we are currently on holiday break until the new year. I’d have to dive into this a bit further to propose UI specifics. Maybe @meandavejustice could chime in here, otherwise I will be able to get back to you in early Jan. |
okay sure! |
@SamarthBagga sorry for taking so long to get back to you. I would imagine we want something similar to the Pinning modal, where we list the pinning providers, with a checkbox next to them if they're already pinned with that provider. Screenshot is below: |
Sounds sensible. We could even simplify "Pin Status" to "Status" and have megaphone icon there next to pin to indicate it was published with one of IPNS keys, and clicking on it opens the IPNS details modal you suggested. |
Describe the bug
When viewing files in the files tab, I am always able to "Publish to IPNS" even if I have already published this file. It seems to me, the UI should know and reflect that. Also we should display/have the ability to copy the IPNS CID from this view
To Reproduce
Steps to reproduce the behavior:
Expected behavior
curl -X POST "http://127.0.0.1:5001/api/v0/name/resolve?recursive=true&dht-record-count=16&dht-timeout=1m0s"
(see https://docs.ipfs.tech/reference/kubo/rpc/#api-v0-name-resolve)Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: