show cumulative download speed
code refactoring
This commit is contained in:
@@ -9,4 +9,9 @@ export const loadingAtom = atom({
|
||||
export const optimisticDownloadsState = atom<RPCResult[]>({
|
||||
key: 'optimisticDownloadsState',
|
||||
default: []
|
||||
})
|
||||
|
||||
export const totalDownloadSpeedState = atom<number>({
|
||||
key: 'totalDownloadSpeedState',
|
||||
default: 0
|
||||
})
|
||||
Reference in New Issue
Block a user