Commits on Source (7)
-
Jakub Ziebinski authored
In some cases, it happened that the parameters old_vaue and value were passed as None, and in the meantime the data arrived. So when the calling `first_try_callback` the result was positive, which was true because the data had arrived. To avoid this situation, we pass interested data as an argument to the function that checks whether the data is available (first_try_callback), so the values and the check callback work in the same state of the data.
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
Jakub Ziebinski authored
-
-
Showing
- clive/__private/core/profile_data.py 17 additions, 3 deletionsclive/__private/core/profile_data.py
- clive/__private/ui/account_details/alarms/alarms.py 2 additions, 19 deletionsclive/__private/ui/account_details/alarms/alarms.py
- clive/__private/ui/operations/hive_power_management/common_hive_power/additional_info_widgets.py 21 additions, 4 deletions...r_management/common_hive_power/additional_info_widgets.py
- clive/__private/ui/operations/hive_power_management/common_hive_power/hp_vests_factor.py 4 additions, 1 deletion...ive_power_management/common_hive_power/hp_vests_factor.py
- clive/__private/ui/widgets/account_referencing_widget.py 5 additions, 1 deletionclive/__private/ui/widgets/account_referencing_widget.py
- clive/__private/ui/widgets/dynamic_label.py 47 additions, 20 deletionsclive/__private/ui/widgets/dynamic_label.py
- clive/__private/ui/widgets/header.py 2 additions, 2 deletionsclive/__private/ui/widgets/header.py
- clive/__private/ui/widgets/notice.py 3 additions, 1 deletionclive/__private/ui/widgets/notice.py
- clive/__private/ui/widgets/titled_label.py 13 additions, 2 deletionsclive/__private/ui/widgets/titled_label.py