| Age | Commit message (Collapse) | Author |
|
|
|
Note: the tab directive is not needed anymore because the ngClick directive
already calls preventDefault()
|
|
|
|
* store the status of users as received in the presence stanzas
* new filter to convert a status as defined in rfc3921 to something
readable (could be used to display contacts' status in a tooltip)
* encapsulate bootsrap's dropdown plugin in the dropdown-toggle directive
(adding the dropdown-toggle directive to a tag calls Bootstrap's dropdown
initializer on this tag at compile time
* allow the user to change his status via a dropdown button. This works,
but angular complains that $apply is already in progress when you try
to change your status
|
|
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)
|
|
* 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...)
|