|
From: Christian M. <no...@gi...> - 2023-02-26 21:17:33
|
Branch: refs/heads/develop Home: https://github.com/CometVisu/CometVisu Commit: ce9bf112c240ba6c8e89a465e1bc1eacb85c46a9 https://github.com/CometVisu/CometVisu/commit/ce9bf112c240ba6c8e89a465e1bc1eacb85c46a9 Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M source/class/cv/ui/structure/tile/Controller.js Log Message: ----------- avoid getting into an endless loop of this shrink-on-scroll event being toggled. This is solved be calculating the height that is being shrinked and only starting the shrink after that threshold has been reached. To test this, open demo-tile in responsive mode and set the window height top 790. Then open the page with the rooms, expand the room "Schlafzimmer" and scroll down a bit. Without this fix you should see a flickering header with the buttons being shown and hidden in an endless loop. Commit: 46a3fbc3663713d426b06420219c156cdc05549e https://github.com/CometVisu/CometVisu/commit/46a3fbc3663713d426b06420219c156cdc05549e Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M source/resource/demo/visu_config_demo-tile.xml Log Message: ----------- copy css height rule from widget to make sure that it is always the same Commit: 68c09b8dc745def5835c0f821438c06bc7bbd9a3 https://github.com/CometVisu/CometVisu/commit/68c09b8dc745def5835c0f821438c06bc7bbd9a3 Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M source/class/cv/ui/structure/tile/Controller.js Log Message: ----------- don't forget the margins and paddings, improve behavior when the shrinked element has no explicit height set and the shrink animation cannot work. In that case we take back the shrinked value from the scroll positions because that feels more natural. Commit: 9aaa0c68738e4cd914c4450644f01b1b853c276b https://github.com/CometVisu/CometVisu/commit/9aaa0c68738e4cd914c4450644f01b1b853c276b Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M source/class/cv/ui/structure/tile/Controller.js Log Message: ----------- lint fixes Commit: c3ffd1abcf997fb19012d6a99a6be3b28a7b800e https://github.com/CometVisu/CometVisu/commit/c3ffd1abcf997fb19012d6a99a6be3b28a7b800e Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M source/resource/designs/tile/design_setup.js Log Message: ----------- improve tile width calculation Commit: 92b8a331f658f17dd1ad2cf092568db69667a955 https://github.com/CometVisu/CometVisu/commit/92b8a331f658f17dd1ad2cf092568db69667a955 Author: Christian Mayer <Chr...@us...> Date: 2023-02-26 (Sun, 26 Feb 2023) Changed paths: M source/class/cv/ui/structure/tile/Controller.js M source/resource/demo/visu_config_demo-tile.xml M source/resource/designs/tile/design_setup.js Log Message: ----------- Merge pull request #1336 from peuter/tile-ui-fixes Improve the header shrink on scroll behaviour Compare: https://github.com/CometVisu/CometVisu/compare/cf3c6c57e901...92b8a331f658 |