0.2.0
Tagging a stable release 0.2.0 since it seems the issues with Boson crashing are not reoccurring, and the app seems reasonably stable.
✨ Improved
- Increase margin of reconnection snackbar.
- Support new
WAITING
guider status bit. - Change log window
atBottomThreshold
to 100. This should make scrolling up a bit easier without risk of scrolling to bottom failing (I think). In the future this may be a configurable option. - Add
lamps
stage to go to field.
🔧 Fixed
- Fixed clear icon button not clearing search text in log window.
- Fixed Snapshot header looking weird with small window sizes (#19).
⚙️ Engineering
- Initial code for an alternative to
react-virtuoso
usingcolumn-reverse
and without virtualisation. While it works, and doesn't seem to consume an enormous amount of CPU or RAM, features like scrolling back to bottom or sticking to a position once scrolled are not yet working. - Change tron
emitToLoggers()
interval 1 second.