Merge branch 'main' of github.com:appwrite/console into feat-new-array-filters

This commit is contained in:
Arman
2024-03-08 11:12:37 +01:00
4 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -6,7 +6,7 @@
"": {
"name": "@appwrite/console",
"dependencies": {
"@appwrite.io/console": "^0.6.0-rc.17",
"@appwrite.io/console": "^0.6.0",
"@appwrite.io/pink": "0.8.0",
"@appwrite.io/pink-icons": "0.8.0",
"@popperjs/core": "^2.11.8",
@@ -158,9 +158,9 @@
"integrity": "sha512-TD+xbmsBLyYy/IxFimW/YL/9L2IEnM7/EoV9Aeh56U64Ify8o27HJcKjo38XY9Tcn0uOq1AX3thkKgvtWvwFQg=="
},
"node_modules/@appwrite.io/console": {
"version": "0.6.0-rc.17",
"resolved": "https://registry.npmjs.org/@appwrite.io/console/-/console-0.6.0-rc.17.tgz",
"integrity": "sha512-QCUMpvQIt9NseNHlVNFk8wuTro0i6UXeGxO9nuXtIOC9oC20vi5tdiFz1ImjYS2SVtlB0PJRGf58Q/p2WPoR1g==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@appwrite.io/console/-/console-0.6.0.tgz",
"integrity": "sha512-so2k7GlLMmxIFev0IWMf9kugDmc+8MZT5r8h9dh/ypYPWUjOmaUTSkxS0Km9QlQ2c3eOoeKN+T6rWE0StzNiZQ==",
"dependencies": {
"cross-fetch": "3.1.5",
"isomorphic-form-data": "2.0.0"
+1 -1
View File
@@ -18,7 +18,7 @@
"e2e": "playwright test tests/e2e"
},
"dependencies": {
"@appwrite.io/console": "^0.6.0-rc.17",
"@appwrite.io/console": "^0.6.0",
"@appwrite.io/pink": "0.8.0",
"@appwrite.io/pink-icons": "0.8.0",
"@popperjs/core": "^2.11.8",
@@ -66,8 +66,8 @@
bind:value={search}
bind:this={input} />
<span
class:icon-chevron-up={show}
class:icon-chevron-down={!show}
class:icon-cheveron-up={show}
class:icon-cheveron-down={!show}
class="u-position-absolute u-inset-block-start-4 u-inset-inline-end-12"
aria-hidden="true"></span>
</button>
@@ -50,7 +50,7 @@
case MessagingProviderType.Push:
{
const file = $messageParams[MessagingProviderType.Push].file;
const fileCompoundId = `${file.bucketId}:${file.bucketId}`;
const fileCompoundId = `${file.bucketId}:${file.$id}`;
const customData: Record<string, string> = {};
const { data } = $messageParams[MessagingProviderType.Push];
if (data && data.length > 0) {