From b9fb182a2453a9b4b2435393f5de065829b07d1f Mon Sep 17 00:00:00 2001 From: metacryst Date: Mon, 5 Jan 2026 05:52:14 -0600 Subject: [PATCH] quill changes --- ui/_/code/quill.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/_/code/quill.js b/ui/_/code/quill.js index 0adc374..5df4088 100644 --- a/ui/_/code/quill.js +++ b/ui/_/code/quill.js @@ -1,6 +1,7 @@ /* Sam Russell Captured Sun + 1.5.26 - Switching verticalAlign and horizontalAlign names, adding borderVertical and Horizontal 12.26.25 - State for arrays, nested objects. State for stacks (Shadow-only) 12.17.25 - [Hyperia] - adding width, height functions. adding "e" to onClick. adding the non-window $$ funcs. 12.16.25 - [comalyr] - State @@ -9,7 +10,7 @@ 11.24.25 - Fixing onClick because it was reversed, adding event to onHover params 11.23.25 - Added onSubmit() event for form submission, added marginHorizontal() and marginVertical() 11.20.25 - Added "pct" style unit, added alignVertical and alignHorizontal for flex boxes - 11.19.25 - Allowing for "auto" values in otherwise numeric styles, adding vmin and vmax units + 11.19.25 - Allowing for "auto" values in otherwise numeric styles, adding and vmax units 11.17.25.3 - Adding styles() and fixing dynamic function from earlier 11.17.25.2 - Fixing onNavigate() and onAppear() 11.17.25 - Added dynamic function to have units in style func parameters. @@ -19,7 +20,7 @@ 11.7.25 - changed registerShadow() to register(), changed onClick() to be like onHover() 11.6.25 - adding default value for "button()" "children" parameter 10.29.25 - adding "gap()" and "label()" functions -*/ +*/vmin /* $ NAVIGATION */ let oldPushState = history.pushState;