I'm starting to hack some on 7.x Work for node.js chatroom, specifically on the theming stuff. Seems to be some work to be done, but a bit confused which branch and where to work on. One addition I added was a simple div around the entire chatroom so it could be positioned as a unit.

Which branch should I be working on?

Comments

Anonymous’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Anonymous’s picture

this work should happen in the 7.x-2.x branch, and concentrate on the chatroom_ui.module.

in the core chatroom project, there are three goals for the UI:

- a one-on-one UI implementation in chatroom_ui module
- a IRC-style whole-page implementation in chatroom_ui module
- chatroom_ui module to be completely optional, such that another module can implement their own front end with just the chatroom module