exercism/gui

Save track selection

holandes22 opened this issue · 4 comments

The app selector, being a component, gets destroyed on leaving the parent route. Store the selected
track in a service to store the state throughout the session

Came down with strep this past week so I haven't had a chance to do much other than sleep after work, but I still plan to do this! :)

Sorry to hear, hope you get better soon :)

I had the CI mostly done, did a test release with packages built for Linux, Mac and Windows if you wanna give it a try https://github.com/holandes22/exercism-gui/releases/tag/v0.0.1-alpha.0

Awesome, the Mac package works for me! Awesome job 👍
mac_exercism_gui

Thank you. I noticed the track selection not working properly: the drop-down goes to the side, instead of falling directly beneath. No idea why is doing that, seems to only happen with the package from CI, when I build locally it works fine (on Linux for me)