-
Notifications
You must be signed in to change notification settings - Fork 40
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
Edit Event Feature Added In Admin Dashboard #69
Conversation
@Dnouv , Can you please review this PR. |
Thanks for the PR @ayush3160. Please have a look at the comments. |
@Dnouv , I have separated the code for the form in a different component eventForm, So that it can be used in both the edit and create component. Also I have Added the functionality to edit the ticket details accordingly. Please have a look and let me know if any changes are required. Thank You! |
Thank you for the changes @ayush3160
Also re-style the Event name and the Tabs to make it look more better. Please correct the above. Thank you! |
@Dnouv , Please have a look. |
Thanks for the quick changes @ayush3160 ! LGTM. Please also do this:
See the last image comment: #69 (comment) |
LGTM! Thanks for the PR. |
Congratulations on the first PR, @ayush3160 ! 🎉 |
* Edit Event Feature Added * Added Event Form And Edit For Tickets * Image Link Edit Option * UI changes for tabs
Regarding to issue #59 , I have added a edit event component similar to event create component to edit the basic details of the event.