im currently adding functionality to mash up different channels, so that you can host your own messages, and I host mine, then the client merges them together
running locally means you can add any functionality that you want too
there may be some features you want, that others might not have thought of, so you can just plug them into the data space and the UI and your version will be extended nicely that way
the server side remains constant in all cases so there is still base interoperability
Melvin Carvalho
@melvincarvalho
nice to see you here, btw, and thanks for starring the repo :)
Brent Shambaugh
@bshambaugh
nice to see you too Melvin
Melvin Carvalho
@melvincarvalho
:)
Brent Shambaugh
@bshambaugh
While looking at the body tag in index.html I am unable to find class="lite" defined in styles.css or any other .css file in your repository.
I guess it can be removed then, probably cut and paste from a previous example, thanks for letting me know, if you get a chance to raise an issue I'll fix it more quickly, or just wait and hopefully everything will eventually get cleaned up in time :)
Nor I "The class attribute is mostly used to point to a class in a style sheet. However, it can also be used by a JavaScript (via the HTML DOM) to make changes to HTML elements with a specified class." -- http://www.w3schools.com/tags/att_global_class.asp
then it might be used by JavaScript?
Melvin Carvalho
@melvincarvalho
i would think unlikely, but you never know
not sure why the original author put it there it might be something to do with webcomponents polyfill