yanas
2919a60403
Adds blue badges to contact list and chat.
9 years ago
Lyubomir Marinov
2ff77676e2
Fix incorrect JSON file
The extension of the file modules/UI/side_pannels/chat/smileys.json
suggests that the format of the file is JSON. However, it contains
JavaScript RegExp instances which do not represent valid JSON. Such
discrepancies between file extension and format cause failures in
certain tools such as Webpack. Convert the file (both extension and
format) into a valid ES2015 module.
9 years ago
damencho
c483587853
Fixes hiding toolbar.
Receiving messages docks the toolbar to be able to see number of unread messages. We need to undock it when we read the messages. We skip undocking if we are not in video mode (on large), cause stuff like youtube video share is docking/undocking the toolbar.
9 years ago
damencho
e1512e3776
Fixes focusing on write area or nickname input when chat is open.
9 years ago
damencho
d8dd564b06
Fixes clearing message counter on opening the chat.
9 years ago
damencho
407b082780
Removes changing the message icon and flashing on new message.
9 years ago
damencho
a671093489
Introduces chat_container_id variable.
9 years ago
yanas
b4c9816d9f
Rename side panels and implement toggle/untoggle policy
9 years ago
yanas
8562d3d55d
Remove bottom toolbar and change side panel position and behavior
9 years ago
Aaron van Meerten
e6385bb95d
make the chatArrow image reference relative, allows for better base href support
9 years ago
yanas
d9c3eec9a8
Fix the black stripe (another try)
9 years ago
yanas
d49dff4ae1
Fixes a config parameter name. Removes a console.log, which got there by mistake. Fixes some css properties of the chat unread messages.
9 years ago
isymchych
ebf57923ae
hide chat if local display name is empty
9 years ago
isymchych
0bcbd105e3
escape nicknames before displaying them
9 years ago
isymchych
fbe5ef7ee6
fix issue with nickname input in chat
10 years ago
isymchych
de9d991f98
do not use xmpp module in side_panels module
10 years ago
isymchych
c50151d85d
do not use NicknameHandler
10 years ago
isymchych
4152106a06
listen to CONNECTION_INTERRUPTED and CONNECTION_RESTORED events
10 years ago
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
10 years ago
Issac Gerges
fc6f5717cb
Refactor toolbar to add separators via css and remove unneeded containers
10 years ago
Boris Grozev
67a52e6f72
Cleanup and formatting fixes in the UI module.
10 years ago
Zalmoxisus
7a54537bee
Fixes chat messages timestamp according to XEP-0203. Fixes #305.
10 years ago
George Politis
5f48e4cf9d
Revert "Updates the license headers."
This reverts commit 93648f361b .
10 years ago
George Politis
93648f361b
Updates the license headers.
10 years ago
hristoterezov
9eb2873cfa
Removes the bundles for every module and add bundle for the whole application.
10 years ago
hristoterezov
899f0ee83d
Removes UI dependancies in the xmpp module.
10 years ago
hristoterezov
29b3ea07e0
Removes util.js. Fixes prezi.
10 years ago
hristoterezov
4c661ffca6
Removes nickname global variable.
10 years ago
hristoterezov
e4e66a03d7
Creates initial version of xmpp module.
10 years ago
hristoterezov
27502d3fa8
Removes some dependancies from functions in app.js.
10 years ago
hristoterezov
69b0e2ad32
Creates UI module.
11 years ago