diff --git a/package-lock.json b/package-lock.json index 7df4b5a8..49c12260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,16 +30,16 @@ "@types/qrcode": "^1.5.5", "@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/sveltekit": "^0.6.6", - "@welshman/app": "~0.0.36", + "@welshman/app": "~0.0.37", "@welshman/content": "~0.0.15", "@welshman/dvm": "~0.0.13", - "@welshman/editor": "~0.0.4", + "@welshman/editor": "~0.0.5", "@welshman/feeds": "~0.0.30", "@welshman/lib": "~0.0.37", "@welshman/net": "~0.0.45", "@welshman/signer": "~0.0.19", "@welshman/store": "~0.0.15", - "@welshman/util": "~0.0.55", + "@welshman/util": "~0.0.57", "daisyui": "^4.12.10", "date-picker-svelte": "^2.13.0", "dotenv": "^16.4.5", @@ -4843,14 +4843,14 @@ } }, "node_modules/@welshman/app": { - "version": "0.0.36", - "resolved": "https://registry.npmjs.org/@welshman/app/-/app-0.0.36.tgz", - "integrity": "sha512-ECUaBiDE896P6LXdE3yN49z0I2MCvjA0lO6FOd2BCRfmnmdbTnC+FLcoPGTS262/uDuJz+rr3utBjq8DylugaQ==", + "version": "0.0.37", + "resolved": "https://registry.npmjs.org/@welshman/app/-/app-0.0.37.tgz", + "integrity": "sha512-EhhLx10PE6r/soiuaR0GF+NSH9H3ilTaXwmfx2cHHR1PE2LXXvf1oWMJl0ZPFmYe0VWfNiu98SLbTLYwe1Y4dQ==", "license": "MIT", "dependencies": { "@types/throttle-debounce": "^5.0.2", "@welshman/dvm": "~0.0.13", - "@welshman/feeds": "~0.0.29", + "@welshman/feeds": "~0.0.30", "@welshman/lib": "~0.0.37", "@welshman/net": "~0.0.45", "@welshman/signer": "~0.0.19", @@ -4902,9 +4902,9 @@ } }, "node_modules/@welshman/editor": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@welshman/editor/-/editor-0.0.4.tgz", - "integrity": "sha512-tcMwLuBaBtT2JgON5f+Fd4Cg9oM7QMnXW9voGP+RqH1gJt0W6rjjQCtpqEcgdVtHhmaSL1P+tM4ORmOinoCv+A==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@welshman/editor/-/editor-0.0.5.tgz", + "integrity": "sha512-4WOFoPT6LgX2bjM8RR+6YrfOm7Lk2BLlJ46aMYHFRyDcD737Rx5dtsct0ZlyQ8TzPR85TyYHrv6g98/J0cZKDQ==", "peerDependencies": { "@tiptap/core": "^2.9.1", "@tiptap/extension-code": "^2.9.1", @@ -5004,9 +5004,9 @@ } }, "node_modules/@welshman/util": { - "version": "0.0.55", - "resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.55.tgz", - "integrity": "sha512-eqb2522Y/9oPaf+qd+qnsqZh4tDT8TZj29G/XvXCsGuFxXBpOzJ2uOuEVclXD4AeFdy0CgMRKe7kZ7741ZRCgg==", + "version": "0.0.57", + "resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.57.tgz", + "integrity": "sha512-YflD6sfqdhIfHioJVlLydvyKOgACFL0dAcWHymlDz/FszIAl2k0XQXKgAjf0lT2uoXfrCdPsfSZwMTW7qUAY6Q==", "license": "MIT", "dependencies": { "@types/ws": "^8.5.13", diff --git a/package.json b/package.json index b00ada2b..dc00fbb1 100644 --- a/package.json +++ b/package.json @@ -59,16 +59,16 @@ "@types/qrcode": "^1.5.5", "@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/sveltekit": "^0.6.6", - "@welshman/app": "~0.0.36", + "@welshman/app": "~0.0.37", "@welshman/content": "~0.0.15", "@welshman/dvm": "~0.0.13", - "@welshman/editor": "~0.0.4", + "@welshman/editor": "~0.0.5", "@welshman/feeds": "~0.0.30", "@welshman/lib": "~0.0.37", "@welshman/net": "~0.0.45", "@welshman/signer": "~0.0.19", "@welshman/store": "~0.0.15", - "@welshman/util": "~0.0.55", + "@welshman/util": "~0.0.57", "daisyui": "^4.12.10", "date-picker-svelte": "^2.13.0", "dotenv": "^16.4.5", diff --git a/src/app.css b/src/app.css index 0f1129eb..3fdc5e6e 100644 --- a/src/app.css +++ b/src/app.css @@ -119,6 +119,10 @@ @apply overflow-hidden text-ellipsis; } +[data-tip]::before { + @apply ellipsize; +} + .content-padding-x { @apply px-4 sm:px-8 md:px-12; } diff --git a/src/app/commands.ts b/src/app/commands.ts index a92b4c25..5f9b4ad9 100644 --- a/src/app/commands.ts +++ b/src/app/commands.ts @@ -376,7 +376,6 @@ export const checkRelayAuth = async (url: string, timeout = 3000) => { export const attemptRelayAccess = async (url: string, claim = "") => { const checks = [ - () => checkRelayProfile(url), () => checkRelayConnection(url), () => checkRelayAccess(url, claim), () => checkRelayAuth(url), diff --git a/src/app/components/MenuSpace.svelte b/src/app/components/MenuSpace.svelte index f8503d3d..0e75ede5 100644 --- a/src/app/components/MenuSpace.svelte +++ b/src/app/components/MenuSpace.svelte @@ -71,7 +71,7 @@
- {displayRelayUrl(url)} + {displayRelayUrl(url)} {#if showMenu} diff --git a/src/routes/spaces/[relay]/+page.svelte b/src/routes/spaces/[relay]/+page.svelte index 7a3f25e2..3441dad1 100644 --- a/src/routes/spaces/[relay]/+page.svelte +++ b/src/routes/spaces/[relay]/+page.svelte @@ -1,6 +1,7 @@