feat: sync and update with all changes from fork (#720)
* feat: sync and update with all changes from fork * refactor: extract clipboard copy logic into custom hook * fix: correct spelling of DEFAULT_REFRESH_FREQUENCY_MS in Stamps and WalletBalance providers * refactor(ui-tests): replace fixed sleeps with condition-based waits * fix: handle null values for size and granteeCount in infoGroups * fix(lint): add newline at end of file in useClipboardCopy hook * fix(ui-tests): page.goto URL * refactor: update import paths for useClipboardCopy --------- Co-authored-by: Ferenc Sárai <sarai.ferenc@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { FeedIndex, RedundancyLevel } from '@ethersphere/bee-js'
|
||||
|
||||
import { capitalizeFirstLetter } from '../utils/common'
|
||||
|
||||
export const FEED_INDEX_ZERO = FeedIndex.fromBigInt(BigInt(0))
|
||||
@@ -17,7 +18,7 @@ export const FILE_MANAGER_EVENTS = {
|
||||
DRIVE_UPGRADE_TIMEOUT: 'fm:drive-upgrade-timeout',
|
||||
} as const
|
||||
|
||||
export type FileManagerEventName = typeof FILE_MANAGER_EVENTS[keyof typeof FILE_MANAGER_EVENTS]
|
||||
export type FileManagerEventName = (typeof FILE_MANAGER_EVENTS)[keyof typeof FILE_MANAGER_EVENTS]
|
||||
|
||||
export const POLLING_TIMEOUT_MS = 90000
|
||||
export const UPLOAD_POLLING_TIMEOUT_MS = 10000
|
||||
|
||||
@@ -55,8 +55,6 @@ This action will do two things:
|
||||
It will create the Admin Drive.`,
|
||||
ADMIN_STATUS_WARNING:
|
||||
'The File Manager works only while your storage remains valid. If it expires, all catalogue metadata is permanently lost.',
|
||||
|
||||
// Drive Creation
|
||||
DRIVE_NAME: `${getTitleWithStyle('About Drive Name')}
|
||||
Set a human-readable label for this drive (e.g. Personal files). This name is stored as metadata.`,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user