-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor channel object #73
Labels
Comments
ghost
assigned photofroggy
Mar 30, 2013
Stopped storing jQuery objects for title and topic, for the most part. Should mean less objects in memory at any one time. |
Need to remove references to the UI from the client's channel object. Trying to get the UI to be more like a plugin. |
photofroggy
pushed a commit
that referenced
this issue
Apr 19, 2013
…destroys ui channels directly. ui lib hooks events and does everything regarding adding and removing. need to move other ui functions to the ui lib in the same way. #73.
photofroggy
pushed a commit
that referenced
this issue
Apr 19, 2013
… commands relating to the UI to the UI lib. maybe. #73.
photofroggy
pushed a commit
that referenced
this issue
Apr 19, 2013
photofroggy
pushed a commit
that referenced
this issue
Apr 21, 2013
photofroggy
pushed a commit
that referenced
this issue
Apr 21, 2013
… in pc building method removed. #73.
photofroggy
pushed a commit
that referenced
this issue
Apr 21, 2013
… handling property packets. need to do stuff for other properties. improve the flow. title and topic now set through events. #73.
photofroggy
pushed a commit
that referenced
this issue
Apr 21, 2013
photofroggy
pushed a commit
that referenced
this issue
Apr 21, 2013
photofroggy
pushed a commit
that referenced
this issue
Apr 21, 2013
photofroggy
pushed a commit
that referenced
this issue
Apr 21, 2013
… work on moving the title and topic change notices to the ui lib. #73.
photofroggy
pushed a commit
that referenced
this issue
Apr 21, 2013
photofroggy
pushed a commit
that referenced
this issue
Apr 21, 2013
Headers disappear if join event fails for currently joined channel. |
photofroggy
pushed a commit
that referenced
this issue
May 5, 2013
photofroggy
pushed a commit
that referenced
this issue
May 5, 2013
…need to create a base channel template. #73
photofroggy
pushed a commit
that referenced
this issue
May 5, 2013
photofroggy
pushed a commit
that referenced
this issue
May 6, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is horrible at the moment. Needs some work.
The text was updated successfully, but these errors were encountered: