Piotr 'pwh' Hanusiak
a566f8d661
availabilityStatus info from websocket
2022-05-11 11:27:52 +02:00
Piotr 'pwh' Hanusiak
8f0b02a9c8
change away to availability status
2022-04-14 11:03:58 +02:00
Piotr Hanusiak
02f06a913b
Availability indicator ( #2044 )
...
* status indicators changing properly
* away status wip
* updating away status on connection
* remove obsolete logs
* fix typecheck
* minor adjustments
* darker outline
* Trying darker outline
* Apply suggestions from code review
* Update pusher/src/Model/Zone.ts
* Making the dot smaller
* Marking onleavezone as deprecated
Co-authored-by: Piotr 'pwh' Hanusiak <p.hanusiak@workadventu.re >
Co-authored-by: David Négrier <d.negrier@thecodingmachine.com >
2022-04-07 14:23:53 +02:00
David Négrier
35463930a0
Sending color outline on connect
2021-12-23 10:22:19 +01:00
kharhamel
3cfbcc6b02
FEATURE: migrated the chat window to svelte
2021-07-07 18:07:58 +02:00
David Négrier
34cb0ebf39
Users blocking now rely on UUID rather than ID
...
This way, if a user A blocks another user B, if user B refreshes the browser or leaves and re-enters the room, user B will still be blocked.
As a side effect, this allows us to completely remove the "sockets" property in the SocketManager on the Pusher.
2021-07-07 11:24:51 +02:00
David Négrier
46e6917df6
Adding a playersStore
...
The playerStore can be useful to get the details of a given player from its ID.
2021-07-06 17:13:08 +02:00