Kristian Vos
|
0a83d3db28
feat: started working on long processes/actions with updates to the user
|
2 년 전 |
Kristian Vos
|
18386cd410
fix(WS): modal listeners wouldn't get deleted properly due to new modal system
|
2 년 전 |
Kristian Vos
|
688b29fd87
fix: attempted to fix ws issue where onConnect was sometimes called twice in a row
|
2 년 전 |
Kristian Vos
|
601eed7d7f
fix: socket onReady listener was added each socket close, without removing the old listener
|
2 년 전 |
Owen Diffey
|
5cf0c8ca2b
chore: Removed some commented code
|
3 년 전 |
Kristian Vos
|
b7d2decdc4
fix(WS): fixed issue where frontend would send events to backend when the socket wasn't ready yet
|
3 년 전 |
Jonathan Graham
|
c03aa584c9
refactor(WS): on socket reconnect, some pages should be reobtaining data such as indexing etc.
|
3 년 전 |
Kristian Vos
|
4494376222
fix(ws): put ListenerHandler class in its own file to fix eslint issue
|
3 년 전 |
Jonathan
|
23b56bb83f
feat(Reports): improved design of ViewReport modal and Reports tab on admin page
|
3 년 전 |
Jonathan
|
eba2bde79f
fix(WS): leaving a page doesn't clear listeners from old page e.g. switching stations
|
3 년 전 |
Jonathan
|
4dd174ecbd
fix(WS): when backend connection loss + regain, callbacks weren't being fired
|
3 년 전 |
Jonathan
|
8a1602b9d7
feat(WS): when a modal is closed, socket listeners are now removed
|
3 년 전 |
Jonathan
|
e2d79629cb
fix(WS): edge case for some socket listeners being called multiple times
|
3 년 전 |
Jonathan
|
c5c0ab197a
chore: updated 'toasters' package and removed unnecessary code as a result
|
3 년 전 |
Jonathan
|
4c95f81bd0
fix(ActivityItem): css issue caused by modularising thumbnails
|
3 년 전 |
Jonathan
|
1e229dc3ad
fix(frontend): if server connection is lost, toast is now persistent
|
3 년 전 |
Jonathan
|
69da354c4d
fix(WS): added ping/pong for client/server to prevent nginx dropping connection every 60s
|
3 년 전 |
Jonathan
|
ef15ce5fc3
fix(WS): dispatches recover on reconnection but prevented potential memory leak
|
3 년 전 |
Kristian Vos
|
2b2820f325
Fixed issue with socket dispatches that didn't provide a callback
|
3 년 전 |
Jonathan
|
24ccb3f75b
fix(socket.io -> WS): added config option for websockets domain
|
3 년 전 |
Jonathan
|
289165d5a7
fix(socket.io -> WS): cleaned up code, some bug fixes
|
3 년 전 |