-
Notifications
You must be signed in to change notification settings - Fork 111
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 an "X" button that closes Add Event Form modal #303
Comments
Please assign me this issue -- I will follow-up in the thread. |
@jsalaski send me a DM - @intelagense please assign |
Howdy @jsalaski and @colinborows - are you able to provide an update? |
@colinborows and I have not connected -- |
Thank you, please proceed! |
We are still connecting on this one -- it'll get done! |
Intro
This issue has been opened specifically to give 100Devs members a chance to get involved. The issues presented will have more instruction and be easier to solve. If you are already contributing to this project or your skills are well-ahead of this issue, consider letting someone else take this on!
Summary
Currently, the Add Event Form modal (i.e. popup) can only be closed by clicking outside of it. It could use an "X" button in the to make closing the modal more intuitive.
The Task
Creating your branch
git checkout development
.git checkout -b your-branch-name-here
.Setting up a local server
npm install
npm run dev-concurrent
in a vscode terminal.npm i
When you are done
-Use
git add .
and thengit commit -m 'add a descriptive commit message here'
to commit your changes to your local branch.-Push your commit(s) using
git push
.-Open your fork in github and you will see a message saying you can create a pull request. Make sure your pull request is pulling into the 'development' branch instead of 'main'.
Other Info
Who to contact
If you have any questions, you can either send a message in the Together channel in 100Devs Discord or contact (put your name or contact info here).
Relevant file locations
The files for the Add Event Form can be found in client/src/features/form/
The files for the Modal can be found in client/src/features/modal/
Potential Problems
This is a little more of an intermediate First Try issue, so if you get lost, don't hesitate to ask around in the #Together thread in #general in the Discord.
If you're interested in working on this feature, please comment so you can be assigned
The text was updated successfully, but these errors were encountered: