From: Tobias B. <no...@gi...> - 2023-10-15 19:55:57
|
Branch: refs/heads/develop Home: https://github.com/CometVisu/CometVisu Commit: 62217507cc1050931ffe0dc79a615a960173867c https://github.com/CometVisu/CometVisu/commit/62217507cc1050931ffe0dc79a615a960173867c Author: undefined <undefined> Date: 2023-10-15 (Sun, 15 Oct 2023) Changed paths: M source/class/cv/TemplateEngine.js M source/class/cv/ui/structure/pure/Slide.js M source/class/cv/util/ScriptLoader.js Log Message: ----------- Fix slider to respect steps Fix initialization where dimensions could have been read before the design was applied (this could cause bad slider handler positions right after start) Fix little typo with mobile screen size Commit: b0abe96a4557826b3711e183cbc1ee9de8b58128 https://github.com/CometVisu/CometVisu/commit/b0abe96a4557826b3711e183cbc1ee9de8b58128 Author: undefined <undefined> Date: 2023-10-15 (Sun, 15 Oct 2023) Changed paths: M source/class/cv/TemplateEngine.js M source/class/cv/ui/structure/pure/Controller.js Log Message: ----------- Move init resize to controller Commit: db998e34bec61695aa38c5a8348e2a8bef75eb25 https://github.com/CometVisu/CometVisu/commit/db998e34bec61695aa38c5a8348e2a8bef75eb25 Author: Tobias Bräutigam <pe...@us...> Date: 2023-10-15 (Sun, 15 Oct 2023) Changed paths: M source/class/cv/TemplateEngine.js M source/class/cv/ui/structure/pure/Controller.js M source/class/cv/ui/structure/pure/Slide.js M source/class/cv/util/ScriptLoader.js Log Message: ----------- Merge pull request #1373 from ChristianMayer/fix_slider_step Fix slider to respect steps and fix initialization after start Compare: https://github.com/CometVisu/CometVisu/compare/2f5bdf0290e7...db998e34bec6 |