We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need though/discussion about possibly creating a standard message object:
message
evtData
In progress:
In progress: room object discussion (#14):
invite
Already done, or not needing attention:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need though/discussion about possibly creating a standard
message
object:evtData
is here: https://github.com/mojolingo/candy/blob/dev/src/view/pane/message.js#L117-L123)In progress:
In progress: room object discussion (#14):
invite
is this: https://github.com/mojolingo/candy/blob/dev/src/core/event.js#L485-L491) (PR: [WIP] candy:core:chat:invite triggerHandler #4)evtData
is here: https://github.com/mojolingo/candy/blob/dev/src/view/pane/privateRoom.js#L45-L49) (PR: [WIP] candy:view.private-room.after-open triggerHandler #13)evtData
is here: https://github.com/mojolingo/candy/blob/dev/src/view/pane/room.js#L52-L55) (PR: [WIP] candy:view.room.after-add triggerHandler #15)evtData
is here: https://github.com/mojolingo/candy/blob/dev/src/view/pane/room.js#L127-L130) (PR: [WIP] candy:view.room.after-hide & candy:view.room.after-show triggerHandlers #17)evtData
is here: https://github.com/mojolingo/candy/blob/dev/src/view/pane/roster.js#L51-L56) (PR: [WIP] candy:view.roster.before-update & candy:view.roster.after-update triggerHandlers #19)Already done, or not needing attention:
https://github.com/mojolingo/candy/blob/dev/src/core.js#L279-L281https://github.com/mojolingo/candy/blob/dev/src/core/action.js#L162https://github.com/mojolingo/candy/blob/dev/src/core/event.js#L41https://github.com/mojolingo/candy/blob/dev/src/core/event.js#L109https://github.com/mojolingo/candy/blob/dev/src/core/event.js#L184https://github.com/mojolingo/candy/blob/dev/src/core/event.js#L207https://github.com/mojolingo/candy/blob/dev/src/core/event.js#L240https://github.com/mojolingo/candy/blob/dev/src/core/event.js#L251https://github.com/mojolingo/candy/blob/dev/src/core/event.js#L259https://github.com/mojolingo/candy/blob/dev/src/view/pane/chat.js#L234-L237https://github.com/mojolingo/candy/blob/dev/src/view/pane/privateRoom.js#L45-L64(The room object doesn't exist yet--this is the trigger before it's created.)https://github.com/mojolingo/candy/blob/dev/src/view/pane/room.js#L52-L68(The room object doesn't exist yet--this is the trigger before it's created.)https://github.com/mojolingo/candy/blob/dev/src/view/pane/room.js#L242-L244(The room has already been deleted at this point.)The text was updated successfully, but these errors were encountered: