fix change reset

tzemanovic
Feb 16, 2026, 10:12 AM
5DM6LW2MYR7NIVKCKWGJG43LZJCJPD3ZGLODU425SJS7WYKGH53QC

Dependencies

  • [2] 23SFYK4Q big view refactor into a new crate
  • [3] XSZZB47U refactor stuff into lib
  • [4] 3BK22XE5 add a test for hover btn and more refactors
  • [5] BJ3CYLUT allow to reset changed file
  • [6] IQHXLIIU improve enocoding detection, support images
  • [7] WAOGSCOJ very nice refactor, wip adding channels logs
  • [8] YGZ3VCW4 add push
  • [9] FU6P5QLG indicate when a file is a dir with appended '/'
  • [10] 5O4FWCFP add tests to_record selection and improve it
  • [11] IOXNOVX2 allow to initiate a new repo
  • [*] SWWE2R6M display basic repo stuff

Change contents

  • edit in libflorescence/src/repo.rs at line 1625
    [5.890][5.890:955]()
    let repo_path = CanonicalPathBuf::canonicalize(&repo.path)?;
  • edit in libflorescence/src/repo.rs at line 1631
    [5.1117][5.1117:1277]()
    let root = std::fs::canonicalize(&path)?;
    let path = root.strip_prefix(&repo_path)?;
    use path_slash::PathExt;
    let path = path.to_slash_lossy();