cars10 / elasticvue

Elasticsearch gui for the browser
https://elasticvue.com
MIT License
1.86k stars 148 forks source link

Auto color theme #259

Closed pallxk closed 1 month ago

pallxk commented 2 months ago

Fix #255

I'm new to vue, so the PR is sure to have a lot to be improved. Opening the PR now for feedback and suggestions.

cars10 commented 2 months ago

Hey @pallxk , thanks for your pr! Sadly it is not that simple - elasticvue doesn't only exist on the web. We also need to take care of desktop apps (or work around them). I will look into the changes you made and check if i can cherry pick to make this work :) Thanks again for taking the time to contribue!

cars10 commented 1 month ago

Implemented via #c14eeab60d829c7381e6397cce125e7f77c47641 . Thanks!