| Age | Commit message (Collapse) | Author |
|
|
|
|
|
almost there!
|
|
|
|
* titlebar has now a sligh 3D effect
* restyling of the roster (the big "vision")
* contacts now have an icon on their left depending on their status
* adding font-awesome to the project (can be used transparently with bootstrap icons system)
|
|
|
|
- the $rootScope object contains an is_connected() method and a
username value, which all the other controllers have access to.
- added a get_contacts() method so that we don't need to write a
custom filter.
- now sort by status as well
|
|
A custom filter was needed because we are iterating over keys and values
|
|
the callback needs to return true so that it can be reused
this must be done at the right place.
|
|
* disable the connect form when connected
* add a disconnect button when connected
* add a research field to filter the contact list (not working)
Thinks I want to understand:
* how to share a variable between several scopes
* could StropheSrv be an attribute of the connect scope ? if yes, we can
call it directly and avoid wrapping it (this is the third level of wrapping
around libStrophe...)
|
|
|
|
|
|
|
|
Remove JavascriptMVC code in the angular branch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|