Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/chart-no-data-state.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@siafoundation/design-system': patch
'hostd': patch
'renterd': patch
---

Charts with no data now show the no data state instead of gridlines without axes.
5 changes: 5 additions & 0 deletions .changeset/fix-stale-scroll-area-scrollbars.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@siafoundation/design-system': patch
---

Fixed scroll area scrollbars keeping a stale length and position after their content changed size.
26 changes: 13 additions & 13 deletions apps/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"@siafoundation/types": "0.13.0",
"@siafoundation/units": "3.9.0",
"@technically/lodash": "4.17.0",
"@vercel/otel": "1.13.0",
"@visx/axis": "3.12.0",
"@visx/grid": "3.12.0",
"@visx/group": "3.12.0",
"@visx/scale": "3.12.0",
"@visx/shape": "3.12.0",
"@vercel/otel": "2.1.3",
"@visx/axis": "4.0.0",
"@visx/grid": "4.0.0",
"@visx/group": "4.0.0",
"@visx/scale": "4.0.0",
"@visx/shape": "4.0.0",
"bignumber.js": "9.3.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"date-fns": "2.30.0",
"date-fns": "4.4.0",
"identicon.js": "2.3.3",
"next": "16.2.6",
"react": "19.2.1",
"react-globe.gl": "2.34.0",
"react-hook-form": "7.68.0",
"react-intersection-observer": "9.16.0",
"swr": "2.3.7",
"use-debounce": "9.0.4",
"react": "19.3.0",
"react-globe.gl": "2.38.0",
"react-hook-form": "7.87.0",
"react-intersection-observer": "11.0.1",
"swr": "2.5.1",
"use-debounce": "10.1.1",
"usehooks-ts": "3.1.1",
"axios": "1.13.5"
}
Expand Down
16 changes: 8 additions & 8 deletions apps/hostd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"bignumber.js": "9.3.1",
"class-variance-authority": "0.7.0",
"cmdk": "0.2.1",
"date-fns": "2.28.0",
"date-fns": "4.4.0",
"formik": "2.2.9",
"next": "16.2.6",
"next-themes": "0.2.1",
"react": "19.2.1",
"react-hook-form": "7.68.0",
"swr": "2.3.7",
"use-debounce": "9.0.3",
"use-local-storage-state": "19.5.0",
"yup": "0.32.11"
"next-themes": "0.4.6",
"react": "19.3.0",
"react-hook-form": "7.87.0",
"swr": "2.5.1",
"use-debounce": "10.1.1",
"use-local-storage-state": "20.0.0",
"yup": "1.7.1"
}
}
12 changes: 6 additions & 6 deletions apps/indexd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"class-variance-authority": "0.7.1",
"cmdk": "0.2.1",
"file-saver": "2.0.5",
"jszip": "3.10.1",
"jszip": "3.10.2",
"next": "16.2.6",
"next-themes": "0.2.1",
"react": "19.2.1",
"react-hook-form": "7.68.0",
"next-themes": "0.4.6",
"react": "19.3.0",
"react-hook-form": "7.87.0",
"react-resizable-panels": "3.0.4",
"use-debounce": "9.0.4",
"use-local-storage-state": "19.5.0"
"use-debounce": "10.1.1",
"use-local-storage-state": "20.0.0"
}
}
3 changes: 0 additions & 3 deletions apps/renterd/components/Contracts/ContractMetrics.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Button, ChartXY, stripPrefix } from '@siafoundation/design-system'
import { useContracts } from '../../contexts/contracts'
import { StateNoData } from './StateNoData'

export function ContractMetrics() {
const {
Expand Down Expand Up @@ -43,7 +42,6 @@ export function ContractMetrics() {
config={allContractsSpendingMetrics.config}
isLoading={allContractsSpendingMetrics.isLoading}
actionsLeft={tabsEl}
emptyState={<StateNoData />}
/>
)}
{graphMode === 'spending' && selectedContract && (
Expand All @@ -54,7 +52,6 @@ export function ContractMetrics() {
config={selectedContractSpendingMetrics.config}
isLoading={selectedContractSpendingMetrics.isLoading}
actionsLeft={tabsEl}
emptyState={<StateNoData />}
/>
)}
</div>
Expand Down
15 changes: 0 additions & 15 deletions apps/renterd/components/Contracts/StateNoData.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export function FilesActionsMenu() {

const { getRootProps, getInputProps } = useDropzone({
noDrag: true,
// Pasted files are handled by the files table dropzone.
noPaste: true,
noClick: !canUpload,
onDrop: uploadFiles,
})
Expand Down
1 change: 1 addition & 0 deletions apps/renterd/components/FilesDirectory/FilesExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export function FilesExplorer() {
onDrop={uploadFiles}
noClick={!canUpload || datasetPageTotal > 0}
noDrag={!canUpload}
noPaste={!canUpload}
>
<Table
testId={isViewingBuckets ? 'bucketsTable' : 'filesTable'}
Expand Down
1 change: 1 addition & 0 deletions apps/renterd/components/FilesFlat/FilesExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export function FilesExplorer() {
onDrop={uploadFiles}
noClick={!canUpload || datasetPageTotal > 0}
noDrag={!canUpload}
noPaste={!canUpload}
>
<Table
testId="filesTable"
Expand Down
2 changes: 2 additions & 0 deletions apps/renterd/components/FilesFlat/FilesFlatActionsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export function FilesFlatActionsMenu() {

const { getRootProps, getInputProps } = useDropzone({
noDrag: true,
// Pasted files are handled by the files table dropzone.
noPaste: true,
noClick: !canUpload,
onDrop: uploadFiles,
})
Expand Down
20 changes: 10 additions & 10 deletions apps/renterd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"bignumber.js": "9.3.1",
"class-variance-authority": "0.7.1",
"cmdk": "0.2.1",
"date-fns": "2.30.0",
"date-fns": "4.4.0",
"file-saver": "2.0.5",
"formik": "2.4.6",
"jszip": "3.10.1",
"jszip": "3.10.2",
"msw": "2.10.4",
"next": "16.2.6",
"next-themes": "0.2.1",
"react": "19.2.1",
"react-dropzone": "14.3.8",
"react-hook-form": "7.68.0",
"next-themes": "0.4.6",
"react": "19.3.0",
"react-dropzone": "20.1.1",
"react-hook-form": "7.87.0",
"react-simple-maps": "3.0.0",
"swr": "2.3.7",
"use-debounce": "9.0.4",
"use-local-storage-state": "19.5.0",
"yup": "0.32.11"
"swr": "2.5.1",
"use-debounce": "10.1.1",
"use-local-storage-state": "20.0.0",
"yup": "1.7.1"
},
"devDependencies": {
"@types/file-saver": "2.0.7",
Expand Down
18 changes: 9 additions & 9 deletions apps/walletd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "The `walletd` user interface, includes a wallet with support for hot, cold, and hardware wallets.",
"license": "MIT",
"dependencies": {
"@ledgerhq/hw-transport-web-ble": "6.29.7",
"@ledgerhq/hw-transport-webhid": "6.30.3",
"@ledgerhq/hw-transport-web-ble": "6.35.0",
"@ledgerhq/hw-transport-webhid": "6.36.0",
"@siacentral/ledgerjs-sia": "1.2.9",
"@siafoundation/design-system": "12.0.0",
"@siafoundation/fonts": "0.5.3",
Expand All @@ -21,13 +21,13 @@
"bignumber.js": "9.3.1",
"blakejs": "1.2.1",
"class-variance-authority": "0.7.1",
"date-fns": "2.30.0",
"date-fns": "4.4.0",
"next": "16.2.6",
"playwright": "1.58.2",
"react": "19.2.1",
"react-hook-form": "7.68.0",
"react-idle-timer": "5.7.2",
"swr": "2.3.7",
"use-local-storage-state": "19.5.0"
"playwright": "1.63.0",
"react": "19.3.0",
"react-hook-form": "7.87.0",
"react-idle-timer": "5.7.3",
"swr": "2.5.1",
"use-local-storage-state": "20.0.0"
}
}
Loading
Loading