mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-21 06:12:04 +00:00
This commit is contained in:
parent
f6918f4bc1
commit
b0cc1cb760
3 changed files with 33 additions and 24 deletions
|
|
@ -51,6 +51,7 @@
|
||||||
"@fontsource/geist-mono": "^5.2.6",
|
"@fontsource/geist-mono": "^5.2.6",
|
||||||
"@prgm/sveltekit-progress-bar": "2.0.0",
|
"@prgm/sveltekit-progress-bar": "2.0.0",
|
||||||
"@thaunknown/web-irc": "^1.0.3",
|
"@thaunknown/web-irc": "^1.0.3",
|
||||||
|
"@urql/core": "^5.2.0",
|
||||||
"@urql/exchange-auth": "^2.2.1",
|
"@urql/exchange-auth": "^2.2.1",
|
||||||
"@urql/exchange-graphcache": "^7.2.3",
|
"@urql/exchange-graphcache": "^7.2.3",
|
||||||
"@urql/exchange-refocus": "^1.1.1",
|
"@urql/exchange-refocus": "^1.1.1",
|
||||||
|
|
@ -83,6 +84,7 @@
|
||||||
"uint8-util": "^2.2.5",
|
"uint8-util": "^2.2.5",
|
||||||
"urql": "^4.2.2",
|
"urql": "^4.2.2",
|
||||||
"video-deband": "^1.0.8",
|
"video-deband": "^1.0.8",
|
||||||
|
"wonka": "^6.3.5",
|
||||||
"workbox-core": "^7.3.0",
|
"workbox-core": "^7.3.0",
|
||||||
"workbox-precaching": "^7.3.0",
|
"workbox-precaching": "^7.3.0",
|
||||||
"workbox-routing": "^7.3.0",
|
"workbox-routing": "^7.3.0",
|
||||||
|
|
|
||||||
|
|
@ -23,24 +23,27 @@ importers:
|
||||||
'@thaunknown/web-irc':
|
'@thaunknown/web-irc':
|
||||||
specifier: ^1.0.3
|
specifier: ^1.0.3
|
||||||
version: 1.0.3
|
version: 1.0.3
|
||||||
|
'@urql/core':
|
||||||
|
specifier: ^5.2.0
|
||||||
|
version: 5.2.0(graphql@16.10.0)
|
||||||
'@urql/exchange-auth':
|
'@urql/exchange-auth':
|
||||||
specifier: ^2.2.1
|
specifier: ^2.2.1
|
||||||
version: 2.2.1(@urql/core@5.1.0(graphql@16.10.0))
|
version: 2.2.1(@urql/core@5.2.0(graphql@16.10.0))
|
||||||
'@urql/exchange-graphcache':
|
'@urql/exchange-graphcache':
|
||||||
specifier: ^7.2.3
|
specifier: ^7.2.3
|
||||||
version: 7.2.3(@urql/core@5.1.0(graphql@16.10.0))(graphql@16.10.0)
|
version: 7.2.3(@urql/core@5.2.0(graphql@16.10.0))(graphql@16.10.0)
|
||||||
'@urql/exchange-refocus':
|
'@urql/exchange-refocus':
|
||||||
specifier: ^1.1.1
|
specifier: ^1.1.1
|
||||||
version: 1.1.1(@urql/core@5.1.0(graphql@16.10.0))
|
version: 1.1.1(@urql/core@5.2.0(graphql@16.10.0))
|
||||||
'@urql/exchange-request-policy':
|
'@urql/exchange-request-policy':
|
||||||
specifier: ^1.2.1
|
specifier: ^1.2.1
|
||||||
version: 1.2.1(@urql/core@5.1.0(graphql@16.10.0))
|
version: 1.2.1(@urql/core@5.2.0(graphql@16.10.0))
|
||||||
'@urql/exchange-retry':
|
'@urql/exchange-retry':
|
||||||
specifier: ^1.3.1
|
specifier: ^1.3.1
|
||||||
version: 1.3.1(@urql/core@5.1.0(graphql@16.10.0))
|
version: 1.3.1(@urql/core@5.2.0(graphql@16.10.0))
|
||||||
'@urql/svelte':
|
'@urql/svelte':
|
||||||
specifier: ^4.2.3
|
specifier: ^4.2.3
|
||||||
version: 4.2.3(@urql/core@5.1.0(graphql@16.10.0))(svelte@4.2.19)
|
version: 4.2.3(@urql/core@5.2.0(graphql@16.10.0))(svelte@4.2.19)
|
||||||
abslink:
|
abslink:
|
||||||
specifier: ^1.1.0
|
specifier: ^1.1.0
|
||||||
version: 1.1.0
|
version: 1.1.0
|
||||||
|
|
@ -115,10 +118,13 @@ importers:
|
||||||
version: 2.2.5
|
version: 2.2.5
|
||||||
urql:
|
urql:
|
||||||
specifier: ^4.2.2
|
specifier: ^4.2.2
|
||||||
version: 4.2.2(@urql/core@5.1.0(graphql@16.10.0))(react@19.0.0)
|
version: 4.2.2(@urql/core@5.2.0(graphql@16.10.0))(react@19.0.0)
|
||||||
video-deband:
|
video-deband:
|
||||||
specifier: ^1.0.8
|
specifier: ^1.0.8
|
||||||
version: 1.0.8
|
version: 1.0.8
|
||||||
|
wonka:
|
||||||
|
specifier: ^6.3.5
|
||||||
|
version: 6.3.5
|
||||||
workbox-core:
|
workbox-core:
|
||||||
specifier: ^7.3.0
|
specifier: ^7.3.0
|
||||||
version: 7.3.0
|
version: 7.3.0
|
||||||
|
|
@ -757,8 +763,8 @@ packages:
|
||||||
resolution: {integrity: sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==}
|
resolution: {integrity: sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@urql/core@5.1.0':
|
'@urql/core@5.2.0':
|
||||||
resolution: {integrity: sha512-yC3sw8yqjbX45GbXxfiBY8GLYCiyW/hLBbQF9l3TJrv4ro00Y0ChkKaD9I2KntRxAVm9IYBqh0awX8fwWAe/Yw==}
|
resolution: {integrity: sha512-/n0ieD0mvvDnVAXEQgX/7qJiVcvYvNkOHeBvkwtylfjydar123caCXcl58PXFY11oU1oquJocVXHxLAbtv4x1A==}
|
||||||
|
|
||||||
'@urql/exchange-auth@2.2.1':
|
'@urql/exchange-auth@2.2.1':
|
||||||
resolution: {integrity: sha512-n4xUxxjvY36GJh539sLaPFyvFzreADOv8EFQdTiXOCIRVoXXhWVVI7DjY/HNtLICfbg1+UlbvQ7sNkwaBouDHg==}
|
resolution: {integrity: sha512-n4xUxxjvY36GJh539sLaPFyvFzreADOv8EFQdTiXOCIRVoXXhWVVI7DjY/HNtLICfbg1+UlbvQ7sNkwaBouDHg==}
|
||||||
|
|
@ -3251,48 +3257,48 @@ snapshots:
|
||||||
'@typescript-eslint/types': 8.32.1
|
'@typescript-eslint/types': 8.32.1
|
||||||
eslint-visitor-keys: 4.2.0
|
eslint-visitor-keys: 4.2.0
|
||||||
|
|
||||||
'@urql/core@5.1.0(graphql@16.10.0)':
|
'@urql/core@5.2.0(graphql@16.10.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@0no-co/graphql.web': 1.1.2(graphql@16.10.0)
|
'@0no-co/graphql.web': 1.1.2(graphql@16.10.0)
|
||||||
wonka: 6.3.5
|
wonka: 6.3.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- graphql
|
- graphql
|
||||||
|
|
||||||
'@urql/exchange-auth@2.2.1(@urql/core@5.1.0(graphql@16.10.0))':
|
'@urql/exchange-auth@2.2.1(@urql/core@5.2.0(graphql@16.10.0))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@urql/core': 5.1.0(graphql@16.10.0)
|
'@urql/core': 5.2.0(graphql@16.10.0)
|
||||||
wonka: 6.3.5
|
wonka: 6.3.5
|
||||||
|
|
||||||
'@urql/exchange-graphcache@7.2.3(@urql/core@5.1.0(graphql@16.10.0))(graphql@16.10.0)':
|
'@urql/exchange-graphcache@7.2.3(@urql/core@5.2.0(graphql@16.10.0))(graphql@16.10.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@0no-co/graphql.web': 1.1.2(graphql@16.10.0)
|
'@0no-co/graphql.web': 1.1.2(graphql@16.10.0)
|
||||||
'@urql/core': 5.1.0(graphql@16.10.0)
|
'@urql/core': 5.2.0(graphql@16.10.0)
|
||||||
wonka: 6.3.5
|
wonka: 6.3.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- graphql
|
- graphql
|
||||||
|
|
||||||
'@urql/exchange-refocus@1.1.1(@urql/core@5.1.0(graphql@16.10.0))':
|
'@urql/exchange-refocus@1.1.1(@urql/core@5.2.0(graphql@16.10.0))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@urql/core': 5.1.0(graphql@16.10.0)
|
'@urql/core': 5.2.0(graphql@16.10.0)
|
||||||
wonka: 6.3.5
|
wonka: 6.3.5
|
||||||
|
|
||||||
'@urql/exchange-request-policy@1.2.1(@urql/core@5.1.0(graphql@16.10.0))':
|
'@urql/exchange-request-policy@1.2.1(@urql/core@5.2.0(graphql@16.10.0))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@urql/core': 5.1.0(graphql@16.10.0)
|
'@urql/core': 5.2.0(graphql@16.10.0)
|
||||||
wonka: 6.3.5
|
wonka: 6.3.5
|
||||||
|
|
||||||
'@urql/exchange-retry@1.3.1(@urql/core@5.1.0(graphql@16.10.0))':
|
'@urql/exchange-retry@1.3.1(@urql/core@5.2.0(graphql@16.10.0))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@urql/core': 5.1.0(graphql@16.10.0)
|
'@urql/core': 5.2.0(graphql@16.10.0)
|
||||||
wonka: 6.3.5
|
wonka: 6.3.5
|
||||||
|
|
||||||
'@urql/introspection@1.2.1(graphql@16.10.0)':
|
'@urql/introspection@1.2.1(graphql@16.10.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
graphql: 16.10.0
|
graphql: 16.10.0
|
||||||
|
|
||||||
'@urql/svelte@4.2.3(@urql/core@5.1.0(graphql@16.10.0))(svelte@4.2.19)':
|
'@urql/svelte@4.2.3(@urql/core@5.2.0(graphql@16.10.0))(svelte@4.2.19)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@urql/core': 5.1.0(graphql@16.10.0)
|
'@urql/core': 5.2.0(graphql@16.10.0)
|
||||||
svelte: 4.2.19
|
svelte: 4.2.19
|
||||||
wonka: 6.3.5
|
wonka: 6.3.5
|
||||||
|
|
||||||
|
|
@ -5322,9 +5328,9 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
punycode: 2.3.1
|
punycode: 2.3.1
|
||||||
|
|
||||||
urql@4.2.2(@urql/core@5.1.0(graphql@16.10.0))(react@19.0.0):
|
urql@4.2.2(@urql/core@5.2.0(graphql@16.10.0))(react@19.0.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@urql/core': 5.1.0(graphql@16.10.0)
|
'@urql/core': 5.2.0(graphql@16.10.0)
|
||||||
react: 19.0.0
|
react: 19.0.0
|
||||||
wonka: 6.3.5
|
wonka: 6.3.5
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ export const refocusExchange = (minimumTime = 0): Exchange => {
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
// TODO: PR this!
|
||||||
// on hide wait for minimumTime before allowing another re-execute
|
// on hide wait for minimumTime before allowing another re-execute
|
||||||
clearTimeout(timeout)
|
clearTimeout(timeout)
|
||||||
timeout = setTimeout(() => {
|
timeout = setTimeout(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue