10000 fix: update loading text and screen on redirect-page · Issue #687 · ipfs/service-worker-gateway · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
fix: update loading text and screen on redirect-page #687
Open
@SgtPooki

Description

@SgtPooki

const displayString: string = useMemo(() => {
if (!isServiceWorkerRegistered) {
return 'Registering Helia service worker...'
}
if (isAutoReloadEnabled && !isConfigPage(window.location.hash)) {
return 'Redirecting you because Auto Reload is enabled.'
}
return 'Click below to load the content with the specified config.'
}, [isAutoReloadEnabled, isServiceWorkerRegistered])

we shouldn't mention "auto reload" or anything like that.. we should also probably just use <LoadingIndicator />

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Medium: Good to have, but can wait until someone steps upeffort/hoursEstimated to take one or several hoursexp/noviceSomeone with a little familiarity can pick upgood first issueGood for newcomershelp wantedExtra attention is neededkind/enhancementA net-new feature or improvement to an existing featurestatus/readyReady to be worked

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0