Save dialog no longer warns about untouched fields
Posted by tomspark
SparkBox 1.5.97 fixes a frustrating bug where clicking Save would warn you about needing to recreate containers for fields you never even edited. The issue was in how we tracked which fields actually changed — we were comparing against empty instead of the real previous value. Now the change detector knows exactly what you modified, so the restart prompt only appears when it should. - Change detection now uses data-original-value attributes on inputs - Restart warnings only fire for fields you actually edited - Cleaner workflow when making small, focused edits Head to the Updates tab in your dashboard to pull 1.5.97 down. If you hit any issues, just post here in d/sparkbox. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.