Dashboard: session appears only after refreshing
The session only shows on the dashboard after clicking refresh.
Maybe it could be possible for it to show up automatically when a session is started?
The session only shows on the dashboard after clicking refresh.
Maybe it could be possible for it to show up automatically when a session is started?
assigned to @bridubois
mentioned in issue #113 (closed)
Possibly solved by commit 4c8ca8
@VictoriaDemierbe after testing #113 (closed), if this is working as expected, you can close this
The session will not (yet?) appear automatically on the other person side, because their is no "real time" signal send to announce that a new session has been open. This is due to the fact that, for now, websockets (used for real-time communications) is per-session. But a global one could be useful, also for #109 (closed).
added To review label
added Nice to have label and removed To review label
added UX label
changed milestone to %0.3: Improved User Experience
unassigned @bridubois
closed with commit c6649df4
I have implemented the feature. I also added a notification to warn the user, even if it's on any other page of the application.
mentioned in commit c6649df4