forked from jywarren/image-sequencer
-
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 a success prompt for saved sequence #342
Labels
Comments
tech4GT
added
first-timers-only
gci-candidate
Issue being considered for gci
coding
Issue related to code
small
labels
Sep 28, 2018
1 similar comment
This was referenced Sep 29, 2018
78 tasks
4 tasks
This was referenced Nov 25, 2018
This was referenced Dec 30, 2018
77 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!
If you have contributed before, consider leaving this one for someone new, and looking through our general help wanted issues. Thanks!
The Problem:
We want to show a success message to the user if the sequence was successfully saved
How to Solve?
You can print the message to the user's screen like this
This line can be added below this one.
image-sequencer/index.js
Line 28 in 88364de
Bonus: It would be really nice if the prompt is colored green. You can take hint from the following line
image-sequencer/index.js
Line 70 in 88364de
Also you can find the codes for all colors here https://stackoverflow.com/questions/9781218/how-to-change-node-jss-console-font-color
Instance Count 1
The text was updated successfully, but these errors were encountered: