simpler scroll of untracked files

tzemanovic
Jan 29, 2026, 12:36 PM
K6VFUIKI2EXRXCQ4KH2ZLAHYHZ3ANTCWMTM65ZRWTRVGSJMK7B6AC

Dependencies

  • [2] AI3IMKC3 refactor stairs
  • [3] EJPSD5XO shared allowed actions conditions between update and view
  • [4] YK3MOJJL chonky refactor, wip other channels logs & diffs
  • [5] LFEMJYYD start of to_record selection
  • [6] BJ3CYLUT allow to reset changed file
  • [7] JZXYSIYD channel selection!
  • [8] PKLUHYE4 allow to copy change hash
  • [*] WT3GA27P add cursor with selection

Change contents

  • edit in inflorescence_model/src/action.rs at line 432
    [5.14797]
    [6.2424]
    can_skip_navigate,
  • replacement in inflorescence_model/src/action.rs at line 440
    [3.10597][3.10597:10669]()
    ma.push(down_no_skip());
    ma.push(up_no_skip());
    [3.10597]
    [6.2453]
    push_if(can_skip_navigate, down_no_skip, ma);
    push_if(can_skip_navigate, up_no_skip, ma);
  • edit in inflorescence_model/src/action.rs at line 631
    [3.13835]
    [6.2665]
    can_skip_navigate: bool,
  • edit in inflorescence_model/src/action.rs at line 758
    [5.15643]
    [6.2696]
    can_skip_navigate: false,
  • edit in inflorescence_model/src/action.rs at line 819
    [5.16170]
    [6.2748]
    can_skip_navigate: true,
  • edit in inflorescence_model/src/action.rs at line 853
    [5.16518]
    [6.2799]
    can_skip_navigate: true,
  • replacement in inflorescence/src/selection.rs at line 154
    [2.349][4.29990:30035]()
    nav_scrollable::scroll_down(
    [2.349]
    [4.30035]
    nav_scrollable::alt_scroll_down(
  • replacement in inflorescence/src/selection.rs at line 561
    [2.7328][4.36202:36245]()
    nav_scrollable::scroll_up(
    [2.7328]
    [4.36245]
    nav_scrollable::alt_scroll_up(