Skip to content

Releases: SiaFoundation/web

[email protected]

10 Jan 19:59
Compare
Choose a tag to compare

Minor Changes

  • 7f6c64a: Alerts with large errors are now collapsed by default and have a control to expand and collapse the full contents.

Patch Changes

  • 56630e1: The copyable file download URLs in the file context menu have been updated to match the new API.
  • e1a49ed: Fixed an issue with the contract churn alert's overall churn percentage.

[email protected]

10 Jan 19:59
Compare
Choose a tag to compare

Minor Changes

  • 2a9d193: The host net address context menu no longer has a view on siascan option. Closes SiaFoundation/hostd#554
  • 2a9d193: The host wallet address context menu now has a view on siascan option.

Patch Changes

  • 7afc02c: Fixed an issue where the list of alerts was not showing.

@siafoundation/[email protected]

10 Jan 19:59
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 7afc02c: Fixed an issue where AlertDialog was using the incorrect dataset loaded state.

[email protected]

20 Dec 20:30
Compare
Choose a tag to compare

Minor Changes

  • b7e5ea1: Data tables now show an empty state when viewing a page greater than the first page with no data.

Patch Changes

  • b7e5ea1: Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page.

[email protected]

20 Dec 20:31
Compare
Choose a tag to compare

Minor Changes

  • a5a5d09: The contracts explorer no longer supports filtering by host IP.
  • a5a5d09: The blocklist dialog no longer shows how many active contacts match a suggestion.
  • a5a5d09: The contracts explorer no longer includes a column for host IP.
  • b7e5ea1: Data tables now show an empty state when viewing a page greater than the first page with no data.
  • a5a5d09: The contracts multi-select menu no longer supports bulk blocklist actions.

Patch Changes

  • b7e5ea1: Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page.
  • b7e5ea1: Fixed a bug where pagination did now work on the file uploads list.
  • b7e5ea1: Fixed a bug where pagination did not work on the file explorer.

[email protected]

20 Dec 20:31
Compare
Choose a tag to compare

Minor Changes

  • b7e5ea1: Data tables now show an empty state when viewing a page greater than the first page with no data.

Patch Changes

  • b7e5ea1: Fixed a bug where the transaction list would show pending transactions when viewing pages other than the first page.

@siafoundation/[email protected]

20 Dec 20:30
Compare
Choose a tag to compare

Patch Changes

  • b7e5ea1: Host and contract responses are now Nullable rather than Maybe, since empty responses return null.
  • Updated dependencies [b7e5ea1]

@siafoundation/[email protected]

20 Dec 20:30
Compare
Choose a tag to compare

Patch Changes

@siafoundation/[email protected]

20 Dec 20:30
Compare
Choose a tag to compare

Patch Changes

@siafoundation/[email protected]

20 Dec 20:30
Compare
Choose a tag to compare

Minor Changes

  • b7e5ea1: Added maybeFromNullishArrayResponse for casting null empty array responses to [].