Added UI components for telemetry fetching and sending

This commit is contained in:
Mark Qvist 2023-10-29 16:01:28 +01:00
parent ad2dd3cba5
commit cb27a0d774
4 changed files with 262 additions and 31 deletions

View file

@ -3125,6 +3125,12 @@ class SidebandApp(MDApp):
def close_sub_telemetry_action(self, sender=None):
self.telemetry_action(direction="right")
def converse_from_telemetry(self, sender=None):
if self.object_details_screen != None:
context_dest = self.object_details_screen.object_hash
if not self.object_details_screen.object_hash == self.sideband.lxmf_destination.hash:
self.open_conversation(context_dest)
def telemetry_send_update(self, sender=None):
# TODO: Implement