Skip to content

Commit

Permalink
ui: v0.50.0 (#1154)
Browse files Browse the repository at this point in the history
### Minor Changes

- 1f5d3436: Toast notifications can now be dismissed. Closes
<SiaFoundation/web#542>
- 1053c506: Account alerts now feature an accounts context menu with the
option to reset account drift. Closes
<SiaFoundation/web#524>
-   1053c506: Context menus now all use a caret icon.
- 1053c506: The contract set change alert data fields are now displayed
as one field that shows additions and removals for each contract in one
timeline.
- afc6f047: The lost sector alert now shows the number of lost sectors.
Closes <#1080>
- 3a1b3d4f: Removed the min max collateral configuration setting. Closes
<#1079>
- 1053c506: Alert table row cell content is now aligned to the top of
each row.

### Patch Changes

- 9fdea398: Fixed an issue where the max RPC price configuration would
round decimal values to 0. Closes
<#1050>
- 1053c506: Fixed an issue where the alerts list would trigger an
excessive number of API calls to fetch contract and host metadata.
- 58a4d3e8: Fixed a typo in the alerts empty state. Closes
<SiaFoundation/web#567>
- c5e00b05: The configuration panel is now centered on larger screens.
Closes <SiaFoundation/web#543>
  • Loading branch information
ChrisSchinnerl authored Apr 3, 2024
2 parents 45c682d + f064397 commit a38374a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module go.sia.tech/renterd

go 1.21.6
go 1.21.7

toolchain go1.21.8

require (
github.com/gabriel-vasile/mimetype v1.4.3
Expand All @@ -18,7 +20,7 @@ require (
go.sia.tech/jape v0.11.2-0.20240124024603-93559895d640
go.sia.tech/mux v1.2.0
go.sia.tech/siad v1.5.10-0.20230228235644-3059c0b930ca
go.sia.tech/web/renterd v0.49.0
go.sia.tech/web/renterd v0.50.0
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.21.0
golang.org/x/sys v0.18.0
Expand Down Expand Up @@ -75,7 +77,7 @@ require (
gitlab.com/NebulousLabs/ratelimit v0.0.0-20200811080431-99b8f0768b2e // indirect
gitlab.com/NebulousLabs/siamux v0.0.2-0.20220630142132-142a1443a259 // indirect
gitlab.com/NebulousLabs/threadgroup v0.0.0-20200608151952-38921fbef213 // indirect
go.sia.tech/web v0.0.0-20231213145933-3f175a86abff // indirect
go.sia.tech/web v0.0.0-20240403135501-82ff3a2a3e7c // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ go.sia.tech/mux v1.2.0 h1:ofa1Us9mdymBbGMY2XH/lSpY8itFsKIo/Aq8zwe+GHU=
go.sia.tech/mux v1.2.0/go.mod h1:Yyo6wZelOYTyvrHmJZ6aQfRoer3o4xyKQ4NmQLJrBSo=
go.sia.tech/siad v1.5.10-0.20230228235644-3059c0b930ca h1:aZMg2AKevn7jKx+wlusWQfwSM5pNU9aGtRZme29q3O4=
go.sia.tech/siad v1.5.10-0.20230228235644-3059c0b930ca/go.mod h1:h/1afFwpxzff6/gG5i1XdAgPK7dEY6FaibhK7N5F86Y=
go.sia.tech/web v0.0.0-20231213145933-3f175a86abff h1:/nE7nhewDRxzEdtSKT4SkiUwtjPSiy7Xz7CHEW3MaGQ=
go.sia.tech/web v0.0.0-20231213145933-3f175a86abff/go.mod h1:RKODSdOmR3VtObPAcGwQqm4qnqntDVFylbvOBbWYYBU=
go.sia.tech/web/renterd v0.49.0 h1:z9iDr3gIJ60zqiydDZ2MUbhANm6GwdvRf4k67+Zrj14=
go.sia.tech/web/renterd v0.49.0/go.mod h1:FgXrdmAnu591a3h96RB/15pMZ74xO9457g902uE06BM=
go.sia.tech/web v0.0.0-20240403135501-82ff3a2a3e7c h1:os2ZFJojHi0ckCNbr8c2GnWGm0ftvHkQUJOfBRGGIfk=
go.sia.tech/web v0.0.0-20240403135501-82ff3a2a3e7c/go.mod h1:nGEhGmI8zV/BcC3LOCC5JLVYpidNYJIvLGIqVRWQBCg=
go.sia.tech/web/renterd v0.50.0 h1:Q955SDKAIej3vEr+P9nOjpgxCKaO+noTnOSUF30SGsc=
go.sia.tech/web/renterd v0.50.0/go.mod h1:FgXrdmAnu591a3h96RB/15pMZ74xO9457g902uE06BM=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
Expand Down

0 comments on commit a38374a

Please sign in to comment.