add view crate
[?]
May 13, 2025, 7:03 AM
GWZGYNIBQP2AA7WYULNBS2BCV4B36IHK4OS7XHVOTUUG27E76XFQCDependencies
- [2]
6YZAVBWUInitial commit - [3]
WT3GA27Padd cursor with selection - [4]
UB2ITZJSrefresh changed files on FS changes - [5]
D7A7MSIHallow to defer or abandon record, add buttons - [6]
HOJZI52Yrename flowers_ui to inflorescence - [7]
B4RMW5AEadd syntax highlighter to untracked files contents - [8]
MJDGPSHGWIP contents diff - [9]
ZVI4AWERwoot contents_diff - [10]
WI2BVQ6Jrm client lib crate - [11]
NWJD6VM6mv libflowers libflorescence - [12]
CALXOZXAflatten crates dir - [13]
QMAUTRB6refactor diff - [14]
JE44NYHMdisplay log files diffs - [15]
AMPZ2BXKshow changed files diffs (only Edit atm) - [16]
DCSUCH6Radd undecoded diff view, improve decoded view style
Change contents
- edit in libflorescence/Cargo.toml at line 3
description = "Inflorscence library" - file addition: inflorescence_view[2.2]
- file addition: src[0.53]
- file addition: lib.rs[0.85]
use iced::Element;/// A short-named wrapper into `Element`#[inline(always)]pub fn el<'a, E, M>(e: E) -> Element<'a, M>whereE: Into<Element<'a, M>>,{Into::<Element<M>>::into(e)} - file addition: Cargo.toml[0.53]
[package]name = "inflorescence-view"description = "Inflorscence Iced UI Views"version.workspace = trueedition.workspace = truelicense.workspace = trueauthors.workspace = true[dependencies]# Internal dependencies[dependencies.libflorescence]workspace = true# External dependencies[dependencies.iced]workspace = true - edit in inflorescence/src/main.rs at line 11
use inflorescence_view::el; - edit in inflorescence/src/main.rs at line 867[3.4777]→[5.4036:4039](∅→∅),[5.4039]→[8.4971:5015](∅→∅),[8.5015]→[5.4079:4129](∅→∅),[5.4079]→[5.4079:4129](∅→∅)
}pub fn el<'a, E, M>(e: E) -> Element<'a, M>whereE: Into<Element<'a, M>>,{e.into() - edit in inflorescence/src/diff.rs at line 5
use inflorescence_view::el; - edit in inflorescence/src/diff.rs at line 11[11.579]→[8.5137:5153](∅→∅),[10.1034]→[8.5137:5153](∅→∅),[9.19211]→[8.5137:5153](∅→∅),[8.5137]→[8.5137:5153](∅→∅)
use crate::el; - edit in inflorescence/Cargo.toml at line 3
description = "Inflorscence is a GUI for Pijul" - edit in inflorescence/Cargo.toml at line 15
[dependencies.inflorescence-view]workspace = true - edit in Cargo.toml at line 4
"inflorescence_view", - edit in Cargo.toml at line 17
inflorescence-view = { path = "inflorescence_view" } - edit in Cargo.lock at line 2555
"inflorescence-view", - edit in Cargo.lock at line 2565
name = "inflorescence-view"version = "0.1.0"dependencies = ["iced","libflorescence",][[package]]