Skip to content

Commit

Permalink
Update renterd UI to v0.75.0 (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl authored Jan 24, 2025
1 parent 8d75352 commit 4c7858d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
default: patch
---

# UI: Fixed an issue where sorting was not applied when in "all files" mode.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
default: patch
---

# UI: The total number of files no longer includes uploads in progress.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
go.sia.tech/hostd v1.1.3-0.20241218083322-ae9c8a971fe0
go.sia.tech/jape v0.12.1
go.sia.tech/mux v1.3.0
go.sia.tech/web/renterd v0.73.0
go.sia.tech/web/renterd v0.75.0
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.32.0
golang.org/x/sys v0.29.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ go.sia.tech/mux v1.3.0 h1:hgR34IEkqvfBKUJkAzGi31OADeW2y7D6Bmy/Jcbop9c=
go.sia.tech/mux v1.3.0/go.mod h1:I46++RD4beqA3cW9Xm9SwXbezwPqLvHhVs9HLpDtt58=
go.sia.tech/web v0.0.0-20240610131903-5611d44a533e h1:oKDz6rUExM4a4o6n/EXDppsEka2y/+/PgFOZmHWQRSI=
go.sia.tech/web v0.0.0-20240610131903-5611d44a533e/go.mod h1:4nyDlycPKxTlCqvOeRO0wUfXxyzWCEE7+2BRrdNqvWk=
go.sia.tech/web/renterd v0.73.0 h1:qVWVGEjHVjplr3GM6KA6C0PNpU4VF66QjVa0CozSas4=
go.sia.tech/web/renterd v0.73.0/go.mod h1:VWfvYtmdJGfrqSoNRO3NoOjUij+RB/xNO4M0HqIf1+M=
go.sia.tech/web/renterd v0.75.0 h1:HxdGGzodlM+A23PhfezWrci0JBGNRJQcBKROWygE1Es=
go.sia.tech/web/renterd v0.75.0/go.mod h1:VWfvYtmdJGfrqSoNRO3NoOjUij+RB/xNO4M0HqIf1+M=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
Expand Down

0 comments on commit 4c7858d

Please sign in to comment.