Files
cv-site/static/js/cv-functions.js
T

25 lines
937 B
JavaScript
Raw Normal View History

/**
* CV Site - Core Functions
* =========================
*
* MIGRATION NOTICE (2025-11-17):
* ==============================
* Toggle and hover sync functions have been migrated to Hyperscript.
*
* Previous functions (now in hyperscript files):
* - toggleCVLength() → static/hyperscript/toggles._hs
* - toggleIcons() → static/hyperscript/toggles._hs
* - toggleTheme() → static/hyperscript/toggles._hs
* - syncPdfHover() → static/hyperscript/hover-sync._hs
* - syncPrintHover() → static/hyperscript/hover-sync._hs
* - highlightZoomControl() → static/hyperscript/hover-sync._hs
*
* Reason for migration:
* - Latest hyperscript version has NO def statement limit
* - Test verified: 5 def statements work perfectly
* - Better separation of concerns with organized hyperscript files
* - Server-side hypermedia pattern alignment
*
* This file is kept for future JavaScript-only functionality if needed.
*/