Skip to content

Releases: SiaFoundation/web

[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 [].

@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

  • 2f3f9ab: useTableState now handles column filtering.
  • b7e5ea1: Refactored useDatasetState to include a noneOnPage state, a renamed loaded state, and a more explicit API.
  • b7e5ea1: PaginationMarker now takes an explicit nextMarker and also an optional marker. If the current marker is not passed at all, previous page navigation is always enabled.
  • 2f3f9ab: Renamed enabledColumns to visibleColumns and removed disabled categories from useTableState.
  • b7e5ea1: Added EmptyState component for handling all dataset empty states with custom or default components.
  • e983c15: useTableState now supports a defaultSortDirection.

Patch Changes

@siafoundation/[email protected]

20 Dec 20:30
Compare
Choose a tag to compare