add a key to refresh repo
[?]
Jul 23, 2025, 3:29 PM
7BLZN73OYUAJEYTJ6WWHRZ7S7ONDGRBKNJGFGW62NAIZBUK3CECQCDependencies
- [2]
23SFYK4Qbig view refactor into a new crate - [3]
ACDXXAX2refactor main's updates into smaller fns - [4]
3TLPJ57Balt scroll via context and couple fixes - [5]
A6Z4O6RCactions menu - [*]
6YZAVBWUInitial commit
Change contents
- edit in inflorescence_view/src/app.rs at line 104
RefreshRepo, - edit in inflorescence_view/src/app.rs at line 544
let refresh_repo = || action_button("C-r: refresh repo", Msg::RefreshRepo); - replacement in inflorescence_view/src/app.rs at line 556
let buttons = match state {let row = match state { - replacement in inflorescence_view/src/app.rs at line 597
el(buttons.spacing(2).wrap())let row = row.push(refresh_repo());el(row.spacing(2).wrap()) - edit in inflorescence/src/main.rs at line 297
app::Msg::RefreshRepo => {state.repo_tx_in.send(repo::MsgIn::RefreshChangedAndUntrackedFiles).unwrap();Task::none()} - edit in inflorescence/src/main.rs at line 918
"l" if mods == Modifiers::CTRL => {Some(Msg::View(app::Msg::RefreshRepo))}