Status Weekly Roundup: Desktop UI team. Hello there.

25 Jul 2023, 16:30
Status Weekly Roundup: Desktop UI team Hello there 👋 Our 'Storybook-like tool for QML', despite being a fairly simple tool, has a lot of useful functions. There's one feature we'd like to highlight that makes it very convenient to use on a daily basis. This feature is hot reloading. Thanks to hot reloading, there's no need to restart the application during development. Changes to the code are immediately reflected in the Storybook's page. When the code changes, the page is automatically reloaded. The state of the component can also be easily preserved, no matter how many hot reloads take place! It doesn't matter how complex the component in question is, this all "just works" 😀 Basically everything can be done without restarting Storybook (okay, except changing the singleton code—we'll add that when we upgrade to Qt 6). See how it works in practice in this short video... #EthStatusProgress