-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: Make Event Saving, Draft Mode, Publishing Clearer #4942
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
Closed
Closed
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
aeed858
Update basic-details-step.hbs
maze-runnar 829ab7c
Update basic-details-step.js
maze-runnar 6f8af2c
Update event-wizard.js
maze-runnar 76a7bea
removing preview and view buttons, restrcting ublishing a new event
maze-runnar 808af51
adding cancel button
maze-runnar 41f72f0
reverting cancel button
maze-runnar 7f51bcb
adding check for event is for first-time or not
maze-runnar dbe6946
adding computed function firstTimeEvent
maze-runnar 19470de
commiting suggested changes
maze-runnar 99de279
checking for number of tickets
maze-runnar 2d4c144
adding unpublish action
maze-runnar b012132
Update attendee-step.js
maze-runnar 0164f63
adding ticket and unpublish action
maze-runnar 17cf7ab
Update sponsors-step.js
maze-runnar 848892d
adding cancel, preview and unpublish
maze-runnar 2c26589
Update basic-details-step.hbs
maze-runnar 15d4ae8
Update other-details-step.hbs
maze-runnar aed85a0
Update sessions-speakers-step.hbs
maze-runnar 1a8c59d
Update sponsors-step.hbs
maze-runnar 93dae27
Merge branch 'development' into patch-2
maze-runnar ea1d4f8
Update app/components/forms/wizard/attendee-step.js
maze-runnar 3aa5c8f
Update app/components/forms/wizard/attendee-step.js
maze-runnar 97726f6
making function name useful
maze-runnar 27e3de6
Update other-details-step.js
maze-runnar 3a242ca
Update sessions-speakers-step.js
maze-runnar 83f51ef
making computed property name meaningful
maze-runnar 42a9333
Update attendee-step.hbs
maze-runnar a84a8f3
Update basic-details-step.hbs
maze-runnar 72cb2cb
Update other-details-step.hbs
maze-runnar 39d4548
Update sessions-speakers-step.hbs
maze-runnar c656327
Update sponsors-step.hbs
maze-runnar 3dfe4d2
Update app/templates/components/forms/wizard/basic-details-step.hbs
maze-runnar f997d31
fixing syntax error
maze-runnar e13a785
fixing codacy
maze-runnar a218fda
fixing codacy
maze-runnar 243f56a
fixing an unusual syntax error
maze-runnar 7bf19fc
comma
maze-runnar 7c75a5e
trailing space fix
maze-runnar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is present in all 3 components
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where i should put it?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can I put it in event-wizard in mixins? Will it work from there for all these components?