teamspaces / web

Web & API – Spaces is knowledge management for teams.
0 stars 0 forks source link

Reconnecting websockets #298

Closed MrTin closed 7 years ago

MrTin commented 7 years ago

What

Logging framework included

Set the loglevel for the current session (uses localstorage and cookie as fallback) in e.g. Chrome console with:

log.enableAll();

Note: if you want to see debug statements, you need to select this filter inside of Chrome inspect, it filters out everything but INFO and above otherwise.

References

karluxd commented 7 years ago

Awesome, I haven't been disconnected so far :D One small I thing I noticed is that "Updated 2 weeks ago" gets replaced with an empty string when the page loads. It works fine once you start to edit the page though. It's not a big issue and we can merge it as it is if you want to 🙂