49ecebe00a
Added 6 critical hyperscript functions that were lost during parse error fix: - toggleCVLength(isLong) - Toggle between long/short CV views with localStorage - toggleIcons(showIcons) - Toggle icon visibility with persistence - toggleTheme(isClean) - Toggle between default/clean themes - syncPdfHover(show) - Synchronized hover effects for PDF download buttons - syncPrintHover(show) - Synchronized hover effects for print buttons - highlightZoomControl(show) - Highlight zoom control on interaction All functions use hyperscript 0.9.12 compatible syntax (no 'else' blocks). Each toggle function syncs between action bar and menu checkboxes. Verified: - Zero parse errors in browser console - All 9 hyperscript functions properly defined - File grew from 134 to 250 lines (+87%) - Compatible with existing HTML templates