fmt and clippy
[?]
Apr 15, 2025, 5:26 PM
NOB64XMRXRLXGYS4JMGTFQMH5KMD7DHSTQ4YYBZ73E4PICW7QBQACDependencies
- [2]
WT3GA27Padd cursor with selection - [3]
UCBNZULEmake changed files paths optional (no path for root) - [4]
W4LFX7IHgroup diffs by file name - [5]
PTFDJ567add untracked files encoding - [6]
AMPZ2BXKshow changed files diffs (only Edit atm) - [7]
4WO3ZJM2show untracked files' contents - [8]
YBJRDOTCmake all repo actions async - [9]
KT5UYXGKfix selection after adding file, add changed file diffs - [10]
D7A7MSIHallow to defer or abandon record, add buttons - [*]
SWWE2R6Mdisplay basic repo stuff - [*]
6YZAVBWUInitial commit
Change contents
- replacement in crates/libflowers_client/src/repo.rs at line 71
/// Short byte sequence of unknown encoding encoded with base64 for display./// Must be shorter than [`MAX_LEN_BASE64_DISPLAY`]/// Short byte sequence of unknown encoding encoded with base64 for/// display. Must be shorter than [`MAX_LEN_BASE64_DISPLAY`] - replacement in crates/flowers_ui/src/main.rs at line 133
/// Short byte sequence of unknown encoding encoded with base64 for display./// Must be shorter than [`MAX_LEN_BASE64_DISPLAY`]/// Short byte sequence of unknown encoding encoded with base64 for/// display. Must be shorter than [`MAX_LEN_BASE64_DISPLAY`] - replacement in crates/flowers_ui/src/main.rs at line 867
text(format!("{}", file_path)))text(file_path)) - replacement in crates/flowers_ui/src/main.rs at line 959
file: &'a String,file: &'a str, - replacement in crates/flowers_ui/src/main.rs at line 966
file: file.clone(),file: file.to_owned(),