diff --git a/README.md b/README.md index 031ed030..df1d3062 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ If you like Coracle and want to support its development, you can donate sats via - [ ] Reporting and basic distributed moderation - [ ] Content and person recommendations -You can find a more complete changelog [here](./ROADMAP.md). +You can find a more complete changelog [here](./CHANGELOG.md). # Run Coracle locally: - Clone the project repository: `git clone https://github.com/coracle-social/coracle.git` -- Navitage to the project directory: `cd coracle` -- Install dependencies: `npm install` +- Navigate to the project directory: `cd coracle` +- Install dependencies: `yarn` - Add an env file from the template: `cp env.template env.local` -- Start the development server: `npm run dev` +- Start the development server: `yarn dev` diff --git a/src/app/TopNav.svelte b/src/app/TopNav.svelte index 27e1940d..796cd3bb 100644 --- a/src/app/TopNav.svelte +++ b/src/app/TopNav.svelte @@ -194,11 +194,12 @@ {#if Env.FORCE_RELAYS.length === 0} Relays {#if $slowConnections.length > 0} -
+
{/if} {/if} diff --git a/src/util/misc.ts b/src/util/misc.ts index b10e4423..c8936523 100644 --- a/src/util/misc.ts +++ b/src/util/misc.ts @@ -95,7 +95,7 @@ export const createScroller = ( } // No need to check all that often - await sleep(500) + await sleep(1000) if (!done) { requestAnimationFrame(check)