-
Notifications
You must be signed in to change notification settings - Fork 210
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 "(local)" to locally stored modules #591
Comments
1 similar comment
@jywarren I'd like to work on this. I understand the part where it'll be better to label the locally saved steps in the sequence |
I think this issue has an easy fix, when a user enters the name of the sequence to be saved, we can append '(local)' to the name, so now the sequence will be saved as 'userGivenName (local)' This can be done before calling 'sequencer.saveSequence()' function! |
@Mridul97 Or instead of displaying |
Ah, i see. we would yes probably need to not just save it in the dropdown,
but "upstream" as it's stored in localstorage, which would then be
reflected in the dropdown, right?
This would be great!
…On Wed, Jan 2, 2019 at 9:31 AM Vibhor Gupta ***@***.***> wrote:
@Mridul97 <https://github.com/Mridul97> Or instead of displaying (local)
in the drop-down, we can append it to the title of the step, probably a
side text or something.
For example, I save a sequence with two steps, reload the page, and it
shows (local) in front of the two steps that I saved. All the subsequent
steps added, before saving the next sequence, will not have the (local)
tag. Will post a screenshot once I reach home or better understanding
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#591 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJwA5PD9fSwJd7ZAwussWF6PZcD8xks5u_MKHgaJpZM4ZmLtt>
.
|
Yes, It would be stored in the local storage by the name "userGivenName (local)" and that would then appear in the dropdown! Please see here #596 I have implemented this! |
Oh hi @VibhorCodecianGupta -- sorry I merged @Mridul97 's solution but we'd love your help with other issues. It's so great to have a community of collaboration on this library - it's moving so fast!!! |
@jywarren haha no worries! One way or the other, contributions matter! |
It's possible to save a sequence locally, and have it appear in the Add Step menu (see #587). Let's be sure any we add there are marked with
(local)
in their name so people know which are locally stored an which are built-in.The text was updated successfully, but these errors were encountered: