leonvogt / hotwire-dev-tools

Browser Dev Tools for Turbo and Stimulus
MIT License
184 stars 4 forks source link

Missing default values after extension update #63

Closed leonvogt closed 2 months ago

leonvogt commented 2 months ago

When this extension adds new features, we set some default values for them.
Problem is, these default values are only applied when the user hasn't changed the settings. If a user has modified any settings, the new default values are not applied after an extension update. This could lead to inconsistent behavior and a poor user experience.