rename diff msg for nav-scrollable
[?]
Jul 17, 2025, 10:21 AM
4G6DZDO6BK7ICVDZNIWMWJUKLOVJCVMO6ZSQ2RDCC4PA6YVKUKWACDependencies
- [2]
SASAN2XCuse nav-scrollable - [3]
YKHE3XMWrefactor diffs handling - [4]
KWTBNTO3diffs selection and scrolling - [5]
XZ6D3UUEavoid alloc - [6]
WT3GA27Padd cursor with selection - [7]
I2AG42PAnew cols layout - [8]
KEPKF3WOunify diffs handling, simplify view - [9]
DCSUCH6Radd undecoded diff view, improve decoded view style - [10]
K5YUSV2Wauto-scroll to last offset - [11]
5MUEECMJsmooth scrolling nav - [12]
PTWZYQFRuse nav-scrollable for repo status - [13]
QMAUTRB6refactor diff - [14]
23SFYK4Qbig view refactor into a new crate - [*]
6YZAVBWUInitial commit - [*]
MJDGPSHGWIP contents diff
Change contents
- replacement in inflorescence_view/src/diff.rs at line 25
NavScrollable(iced_nav_scrollable::Msg),DiffNav(iced_nav_scrollable::Msg), - replacement in inflorescence_view/src/diff.rs at line 103
Msg::NavScrollable,Msg::DiffNav, - replacement in inflorescence_view/src/diff.rs at line 148
iced_nav_scrollable::view(nav,diffs,diffs_len,Msg::NavScrollable,).class(if diff_selected {theme::Scrollable::Selected} else {theme::Scrollable::Normal}),iced_nav_scrollable::view(nav, diffs, diffs_len, Msg::DiffNav).class(if diff_selected {theme::Scrollable::Selected} else {theme::Scrollable::Normal}), - replacement in inflorescence/src/main.rs at line 196
msg: diff::Msg::NavScrollable(msg),msg: diff::Msg::DiffNav(msg), - replacement in inflorescence/src/main.rs at line 302
msg: diff::Msg::NavScrollable(msg),msg: diff::Msg::DiffNav(msg), - replacement in inflorescence/src/main.rs at line 1048
msg: diff::Msg::NavScrollable(msg),msg: diff::Msg::DiffNav(msg), - replacement in inflorescence/src/main.rs at line 1061
msg: diff::Msg::NavScrollable(msg),msg: diff::Msg::DiffNav(msg), - replacement in inflorescence/src/main.rs at line 1080
msg: diff::Msg::NavScrollable(msg),msg: diff::Msg::DiffNav(msg), - replacement in inflorescence/src/diff.rs at line 39
Msg::NavScrollable(msg) => {Msg::DiffNav(msg) => { - replacement in inflorescence/src/diff.rs at line 41
iced_nav_scrollable::update(nav, msg).map(Msg::NavScrollable)iced_nav_scrollable::update(nav, msg).map(Msg::DiffNav)