-
Notifications
You must be signed in to change notification settings - Fork 534
Pinning services: amend CLI tutor mode helptext #1686
Copy link
Copy link
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps uparea/pinningIntegrating pinning into GUI appsIntegrating pinning into GUI appseffort/hoursEstimated to take one or several hoursEstimated to take one or several hoursexp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick upkind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featurestatus/readyReady to be workedReady to be workedtopic/design-front-endFront-end implementation of UX/UI workFront-end implementation of UX/UI work
Description
Activity
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps uparea/pinningIntegrating pinning into GUI appsIntegrating pinning into GUI appseffort/hoursEstimated to take one or several hoursEstimated to take one or several hoursexp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick upkind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featurestatus/readyReady to be workedReady to be workedtopic/design-front-endFront-end implementation of UX/UI workFront-end implementation of UX/UI work
Once remote pinning service support is added, we'll need to add explanatory content to the CLI tutor modal to this effect:
This command will only pin this item's CID to your local node. If you want to persist it with a remote pinning service, consult that service's CLI documentation to learn how.Right now we have i18n key
cliModal.extraNotesfor that explanatory context, but it's effectively hard-coded for one use (the config in Settings). The best way to remedy might be to movecliModal.extraNotesout ofapp.jsonand intosettings.jsonandfiles.json.