clear selections on refresh

CrepeGoat
Oct 16, 2024, 8:06 AM
DBJYTADPTSNT6VW4DCKZX6XJTHN3YJBRRE3JH3VPQH24NWWPG34QC

Dependencies

  • [2] M5HBKVCE add selection callback to channel list UI (& fix deselect)
  • [3] SOTD66FO set Changelog UI to display log from selected channel in ChannelsList UI
  • [*] NSE6BLWA init slint project from https://github.com/slint-ui/slint-rust-template
  • [*] 4RPYR65C connect GUI to pijul to display simple channel list

Change contents

  • edit in ui/app-window.slint at line 203
    [2.189]
    [2.189]
    public function deselect() {
    root.selected = -1;
    }
  • edit in ui/app-window.slint at line 265
    [5.407]
    [6.170]
    chs.deselect();
  • edit in ui/app-window.slint at line 267
    [6.215]
    [3.43]
    log.deselect();