From: Christian M. <no...@gi...> - 2023-03-06 16:49:53
|
Branch: refs/heads/develop Home: https://github.com/CometVisu/CometVisu Commit: b355519858bd4938f9d909b3fade5bdf05387c48 https://github.com/CometVisu/CometVisu/commit/b355519858bd4938f9d909b3fade5bdf05387c48 Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-02-27 (Mon, 27 Feb 2023) Changed paths: M source/class/cv/plugins/OpenweatherMap.js M source/class/cv/ui/common/Refresh.js M source/class/cv/ui/structure/tile/components/Plugin.js M source/resource/demo/media/demo_tile_testmode_data.json M source/resource/demo/visu_config_demo-tile.xml M source/resource/designs/tile/basic.scss Log Message: ----------- Fixes for openweathermap plugin: * Tile-related * add margin when used in popup * fix config parsing by converting to real XML * Remove items in demo config to avoid line breaks on small screens * General fixes: * Remove code duplicated from constructor that is already in the refresh-mixin and caused double calls, handle case when no refresh is set by calling the refresh method once Commit: 1c2f1ac257da29b4d6bc6b32b3b6a5456b596484 https://github.com/CometVisu/CometVisu/commit/1c2f1ac257da29b4d6bc6b32b3b6a5456b596484 Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-02-27 (Mon, 27 Feb 2023) Changed paths: M source/class/cv/plugins/OpenweatherMap.js M source/class/cv/ui/common/Refresh.js Log Message: ----------- revert changes from refresh and add the initial call to the class if no refresh interval is set. This does not break other classes the use the refresh mixin Commit: 21e7fe8551aba4759b0d23fbfc01f0cd6e0f36a3 https://github.com/CometVisu/CometVisu/commit/21e7fe8551aba4759b0d23fbfc01f0cd6e0f36a3 Author: Tobias Bräutigam <tbr...@gm...> Date: 2023-03-06 (Mon, 06 Mar 2023) Changed paths: M source/class/cv/plugins/OpenweatherMap.js Log Message: ----------- make sure that the one-time refresh does not happen too early Commit: da0f271c018f882db30112d9845d945e5185f764 https://github.com/CometVisu/CometVisu/commit/da0f271c018f882db30112d9845d945e5185f764 Author: Christian Mayer <Chr...@us...> Date: 2023-03-06 (Mon, 06 Mar 2023) Changed paths: M source/class/cv/plugins/OpenweatherMap.js M source/class/cv/ui/structure/tile/components/Plugin.js M source/resource/demo/media/demo_tile_testmode_data.json M source/resource/demo/visu_config_demo-tile.xml M source/resource/designs/tile/basic.scss Log Message: ----------- Merge pull request #1337 from peuter/tile-ui-fixes Fixes for openweathermap plugin: Compare: https://github.com/CometVisu/CometVisu/compare/92b8a331f658...da0f271c018f |