Commit Graph

18 Commits

Author SHA1 Message Date
Zener
11aec1e625 chat.js: change LobbyList, SubscribedLobbies, SubscribedLeftLobbies, PublicLeftLobbies to components 2021-03-19 17:20:05 +01:00
Zener
ab9c9acf1c fixed navigation options, simplify navbar, removed usesless return value in ChatlobbyModel#loadPublicLobby 2021-03-18 22:25:42 +01:00
Zener
7cc21f4c59 apply sugguestions from https://github.com/RetroShare/RSNewWebUI/pull/16#pullrequestreview-613598508 2021-03-17 19:49:28 +01:00
Zener
801465c1e4 subscribe / unsubscribe public chat-lobby 2021-03-05 11:43:12 +01:00
Zener
3daae1b0bd wip: chat-lobby setup with changing user 2021-02-01 07:24:38 +01:00
Zener
0f920f6ab2 wip: update chat-lobby setup layout 2021-01-31 13:26:06 +01:00
Zener
440790d22c wip: chat try to change current identity for lobby 2021-01-09 23:53:05 +01:00
Zener
8882353d55 wip: initiate distant chat; build lobby setup 2021-01-08 11:22:01 +01:00
Zener
582136e08c chat: alphabetical sort by lobby names 2020-12-31 12:16:30 +01:00
Zener
64fcb0c530 chat: switch chat in 3 column style 2020-12-31 10:48:16 +01:00
Zener
8d5b775028 happy webui chatting (ignore formatting ...) 2020-12-24 20:56:01 +01:00
Zener
09a5f5e519 chat: adding time + own messages 2020-12-24 09:10:13 +01:00
Zener
097ae85a37 chat via event: Text kommt an 2020-12-23 23:21:19 +01:00
Zener
8ac8f54c1a sending chat-messages (read waiting for new event-system after 0.6.6) 2020-12-22 07:30:18 +01:00
rottencandy
ba5ae86f5e fix chat name updation cache 2019-08-15 18:35:21 +05:30
rottencandy
0ab9f15499 Add unsub rooms display in chat 2019-08-10 14:23:30 +05:30
rottencandy
e514d04dea Add basic info display
The chat api uses 64 bit int to represent ids, which is bigger than
JS max int limit. Hence the chat component requires use of custom
Serializer and Deserializer to overcome this limit and store ids as
string.
2019-08-09 22:53:50 +05:30
rottencandy
7e71551bc8 Add basic framework for chat tab 2019-08-03 12:01:02 +05:30