From 517559c5afc7d77fff512de82b3198bc40b7851c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 10 Sep 2023 13:21:29 +0300 Subject: [PATCH 1/3] notes... Signed-off-by: Alex A. Naanou --- grid-n-view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grid-n-view.js b/grid-n-view.js index 82a104f..69a3b40 100644 --- a/grid-n-view.js +++ b/grid-n-view.js @@ -3,8 +3,8 @@ // // // TODO: -// - crop selection -// - make the gallery into a web component +// - ui for cropping... +// - drag-n-drop for touch devices... // // //===================================================================== From 9b5f4daae804bd5146631b480fe1c9c32aca258e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 10 Sep 2023 13:24:52 +0300 Subject: [PATCH 2/3] notes... Signed-off-by: Alex A. Naanou --- grid-n-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grid-n-view.js b/grid-n-view.js index 69a3b40..617f26b 100644 --- a/grid-n-view.js +++ b/grid-n-view.js @@ -15,7 +15,7 @@ // This compansates for any resize rounding errors in patchFlexRows(..). var PATCH_MARGIN = 2 - +// XXX do this partially (ignoring prevent_row_expansion)... var patchFlexRows = function(elems, prevent_row_expansion=false, From 6a4213d13c06f988c783478c8d54d972e6500fe0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 10 Sep 2023 15:55:51 +0300 Subject: [PATCH 3/3] more notes... Signed-off-by: Alex A. Naanou --- grid-n-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grid-n-view.js b/grid-n-view.js index 617f26b..e4cd760 100644 --- a/grid-n-view.js +++ b/grid-n-view.js @@ -1,10 +1,10 @@ //===================================================================== // // -// // TODO: // - ui for cropping... // - drag-n-drop for touch devices... +// - handle url-hash // // //=====================================================================