exercism / gui

MIT License
22 stars 13 forks source link

Save track selection #14

Closed holandes22 closed 8 years ago

holandes22 commented 8 years ago

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

mondayrain commented 8 years ago

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! :)

holandes22 commented 8 years ago

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

mondayrain commented 8 years ago

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

holandes22 commented 8 years ago

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)