added notification center UI

This commit is contained in:
Čarodej
2022-03-10 06:27:04 +01:00
parent 2a0b01e888
commit 26f7cdb80f
9 changed files with 464 additions and 258 deletions

341
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2965f6dd469378b7a2c8a1ea687a1320",
"content-hash": "e06ca6f082643e1d35fa93530a28ca41",
"packages": [
{
"name": "amphp/amp",
@@ -280,16 +280,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.211.1",
"version": "3.212.4",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "fa6b2cc2df7563b775b346d60da4d36c06062ce1"
"reference": "4961e8b34fab8b92a459067f264b4dc66f969a57"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fa6b2cc2df7563b775b346d60da4d36c06062ce1",
"reference": "fa6b2cc2df7563b775b346d60da4d36c06062ce1",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4961e8b34fab8b92a459067f264b4dc66f969a57",
"reference": "4961e8b34fab8b92a459067f264b4dc66f969a57",
"shasum": ""
},
"require": {
@@ -365,9 +365,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.211.1"
"source": "https://github.com/aws/aws-sdk-php/tree/3.212.4"
},
"time": "2022-03-01T19:17:13+00:00"
"time": "2022-03-08T19:19:48+00:00"
},
{
"name": "bacon/bacon-qr-code",
@@ -1605,29 +1605,30 @@
},
{
"name": "doctrine/instantiator",
"version": "1.4.0",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.0",
"doctrine/coding-standard": "^9",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22"
},
"type": "library",
"autoload": {
@@ -1654,7 +1655,7 @@
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
},
"funding": [
{
@@ -1670,7 +1671,7 @@
"type": "tidelift"
}
],
"time": "2020-11-10T18:47:58+00:00"
"time": "2022-03-03T08:28:38+00:00"
},
{
"name": "doctrine/lexer",
@@ -1980,21 +1981,21 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.6.0",
"version": "v3.7.0",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "1975e4453eb2726d1f50da0ce7fa91295029a4fa"
"reference": "7705d5a985132a40282d18a176eb9a4a0497747c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1975e4453eb2726d1f50da0ce7fa91295029a4fa",
"reference": "1975e4453eb2726d1f50da0ce7fa91295029a4fa",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7705d5a985132a40282d18a176eb9a4a0497747c",
"reference": "7705d5a985132a40282d18a176eb9a4a0497747c",
"shasum": ""
},
"require": {
"composer/semver": "^3.2",
"composer/xdebug-handler": "^3.0",
"composer/xdebug-handler": "^3.0.3",
"doctrine/annotations": "^1.13",
"ext-json": "*",
"ext-tokenizer": "*",
@@ -2006,8 +2007,8 @@
"symfony/finder": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/polyfill-mbstring": "^1.23",
"symfony/polyfill-php80": "^1.23",
"symfony/polyfill-php81": "^1.23",
"symfony/polyfill-php80": "^1.25",
"symfony/polyfill-php81": "^1.25",
"symfony/process": "^5.4 || ^6.0",
"symfony/stopwatch": "^5.4 || ^6.0"
},
@@ -2057,7 +2058,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.6.0"
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.7.0"
},
"funding": [
{
@@ -2065,7 +2066,7 @@
"type": "github"
}
],
"time": "2022-02-07T18:02:40+00:00"
"time": "2022-03-07T16:59:59+00:00"
},
{
"name": "fruitcake/laravel-cors",
@@ -2925,16 +2926,16 @@
},
{
"name": "laravel/fortify",
"version": "v1.11.1",
"version": "v1.11.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/fortify.git",
"reference": "eb1d07c849fee750e4cacba969490a72e88211ae"
"reference": "35c44f36f2a93fb7d3d8b38d6b7794913c69d414"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/fortify/zipball/eb1d07c849fee750e4cacba969490a72e88211ae",
"reference": "eb1d07c849fee750e4cacba969490a72e88211ae",
"url": "https://api.github.com/repos/laravel/fortify/zipball/35c44f36f2a93fb7d3d8b38d6b7794913c69d414",
"reference": "35c44f36f2a93fb7d3d8b38d6b7794913c69d414",
"shasum": ""
},
"require": {
@@ -2984,20 +2985,20 @@
"issues": "https://github.com/laravel/fortify/issues",
"source": "https://github.com/laravel/fortify"
},
"time": "2022-02-23T15:04:40+00:00"
"time": "2022-03-04T20:27:28+00:00"
},
{
"name": "laravel/framework",
"version": "v9.2.0",
"version": "v9.4.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "13372872bed31ae75df8709b9de5cde01d50646e"
"reference": "29f0aaade82eadd20ef881b4efb88b0dad4e9a5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/13372872bed31ae75df8709b9de5cde01d50646e",
"reference": "13372872bed31ae75df8709b9de5cde01d50646e",
"url": "https://api.github.com/repos/laravel/framework/zipball/29f0aaade82eadd20ef881b4efb88b0dad4e9a5b",
"reference": "29f0aaade82eadd20ef881b4efb88b0dad4e9a5b",
"shasum": ""
},
"require": {
@@ -3083,7 +3084,7 @@
"mockery/mockery": "^1.4.4",
"orchestra/testbench-core": "^7.1",
"pda/pheanstalk": "^4.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^9.5.8",
"predis/predis": "^1.1.9",
"symfony/cache": "^6.0"
@@ -3163,7 +3164,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2022-02-22T15:30:23+00:00"
"time": "2022-03-08T16:17:00+00:00"
},
{
"name": "laravel/sanctum",
@@ -3746,16 +3747,16 @@
},
{
"name": "league/flysystem",
"version": "3.0.10",
"version": "3.0.11",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "bbc5026adb5a423dfcdcecec74c7e15943ff6115"
"reference": "1ca148713c23cadeb9d7526973f81fb4a04090a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bbc5026adb5a423dfcdcecec74c7e15943ff6115",
"reference": "bbc5026adb5a423dfcdcecec74c7e15943ff6115",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1ca148713c23cadeb9d7526973f81fb4a04090a3",
"reference": "1ca148713c23cadeb9d7526973f81fb4a04090a3",
"shasum": ""
},
"require": {
@@ -3816,7 +3817,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.0.10"
"source": "https://github.com/thephpleague/flysystem/tree/3.0.11"
},
"funding": [
{
@@ -3832,20 +3833,20 @@
"type": "tidelift"
}
],
"time": "2022-02-26T11:09:13+00:00"
"time": "2022-03-04T16:40:17+00:00"
},
{
"name": "league/flysystem-aws-s3-v3",
"version": "3.0.10",
"version": "3.0.11",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
"reference": "79c63dc761b6a389a38bd409c2bf8ced73c29261"
"reference": "6f78e668ee70c69dd43830ebb21b41ec11f648fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/79c63dc761b6a389a38bd409c2bf8ced73c29261",
"reference": "79c63dc761b6a389a38bd409c2bf8ced73c29261",
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/6f78e668ee70c69dd43830ebb21b41ec11f648fc",
"reference": "6f78e668ee70c69dd43830ebb21b41ec11f648fc",
"shasum": ""
},
"require": {
@@ -3886,9 +3887,9 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.0.10"
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.0.11"
},
"time": "2022-02-26T10:59:05+00:00"
"time": "2022-03-04T16:39:25+00:00"
},
{
"name": "league/mime-type-detection",
@@ -4170,10 +4171,16 @@
{
"name": "makingcg/subscription",
"version": "dev-main",
"source": {
"type": "git",
"url": "git@github.com:VueFileManager/subscription.git",
"reference": "6bd3c6257373b593e62488eda06877b8eca87bc0"
},
"dist": {
"type": "path",
"url": "../../PhpstormProjects/subscription",
"reference": "72621e7e1449479be5c3fedcd39cb44c5c241cad"
"type": "zip",
"url": "https://api.github.com/repos/VueFileManager/subscription/zipball/6bd3c6257373b593e62488eda06877b8eca87bc0",
"reference": "6bd3c6257373b593e62488eda06877b8eca87bc0",
"shasum": ""
},
"require": {
"friendsofphp/php-cs-fixer": "^3.6.0",
@@ -4195,6 +4202,7 @@
"phpunit/phpunit": "^9.5.16",
"spatie/laravel-ray": "^1.29.4"
},
"default-branch": true,
"type": "library",
"extra": {
"laravel": {
@@ -4257,9 +4265,17 @@
"laravel",
"subscription"
],
"transport-options": {
"relative": true
}
"support": {
"source": "https://github.com/VueFileManager/subscription/tree/main",
"issues": "https://github.com/VueFileManager/subscription/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/VueFileManager"
}
],
"time": "2022-03-05T08:14:28+00:00"
},
{
"name": "monolog/monolog",
@@ -4423,28 +4439,29 @@
},
{
"name": "myclabs/deep-copy",
"version": "1.10.2",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"replace": {
"myclabs/deep-copy": "self.version"
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type": "library",
"autoload": {
@@ -4469,7 +4486,7 @@
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
},
"funding": [
{
@@ -4477,7 +4494,7 @@
"type": "tidelift"
}
],
"time": "2020-11-13T09:40:50+00:00"
"time": "2022-03-03T13:19:32+00:00"
},
{
"name": "myclabs/php-enum",
@@ -5472,16 +5489,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.14",
"version": "9.2.15",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "9f4d60b6afe5546421462b76cd4e633ebc364ab4"
"reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f4d60b6afe5546421462b76cd4e633ebc364ab4",
"reference": "9f4d60b6afe5546421462b76cd4e633ebc364ab4",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
"reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
"shasum": ""
},
"require": {
@@ -5537,7 +5554,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.14"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15"
},
"funding": [
{
@@ -5545,7 +5562,7 @@
"type": "github"
}
],
"time": "2022-02-28T12:38:02+00:00"
"time": "2022-03-07T09:28:20+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -5790,16 +5807,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.5.16",
"version": "9.5.18",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc"
"reference": "1b5856028273bfd855e60a887278857d872ec67a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5ff8c545a50226c569310a35f4fa89d79f1ddfdc",
"reference": "5ff8c545a50226c569310a35f4fa89d79f1ddfdc",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1b5856028273bfd855e60a887278857d872ec67a",
"reference": "1b5856028273bfd855e60a887278857d872ec67a",
"shasum": ""
},
"require": {
@@ -5877,7 +5894,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.16"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.18"
},
"funding": [
{
@@ -5889,7 +5906,7 @@
"type": "github"
}
],
"time": "2022-02-23T17:10:58+00:00"
"time": "2022-03-08T06:52:28+00:00"
},
{
"name": "pragmarx/google2fa",
@@ -7748,16 +7765,16 @@
},
{
"name": "spatie/laravel-backup",
"version": "8.0.8",
"version": "8.1.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-backup.git",
"reference": "1e6e06cf75f6df21311a96fa99d767ff2c50078c"
"reference": "1a546127205b9afcb8e0dee6de7f2ff93f927ea4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/1e6e06cf75f6df21311a96fa99d767ff2c50078c",
"reference": "1e6e06cf75f6df21311a96fa99d767ff2c50078c",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/1a546127205b9afcb8e0dee6de7f2ff93f927ea4",
"reference": "1a546127205b9afcb8e0dee6de7f2ff93f927ea4",
"shasum": ""
},
"require": {
@@ -7784,7 +7801,7 @@
"league/flysystem-aws-s3-v3": "^2.0|^3.0",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.5.4"
"pestphp/pest": "^1.20"
},
"suggest": {
"laravel/slack-notification-channel": "Required for sending notifications via Slack"
@@ -7827,7 +7844,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-backup/issues",
"source": "https://github.com/spatie/laravel-backup/tree/8.0.8"
"source": "https://github.com/spatie/laravel-backup/tree/8.1.1"
},
"funding": [
{
@@ -7839,7 +7856,7 @@
"type": "other"
}
],
"time": "2022-02-23T18:35:41+00:00"
"time": "2022-03-08T10:23:50+00:00"
},
{
"name": "spatie/laravel-package-tools",
@@ -8385,16 +8402,16 @@
},
{
"name": "stripe/stripe-php",
"version": "v7.115.0",
"version": "v7.116.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "a1c528a5076b80dc156601505994870d23313a73"
"reference": "7a39f594f213ed3f443a95adf769d1ecbc8393e7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/a1c528a5076b80dc156601505994870d23313a73",
"reference": "a1c528a5076b80dc156601505994870d23313a73",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/7a39f594f213ed3f443a95adf769d1ecbc8393e7",
"reference": "7a39f594f213ed3f443a95adf769d1ecbc8393e7",
"shasum": ""
},
"require": {
@@ -8439,9 +8456,9 @@
],
"support": {
"issues": "https://github.com/stripe/stripe-php/issues",
"source": "https://github.com/stripe/stripe-php/tree/v7.115.0"
"source": "https://github.com/stripe/stripe-php/tree/v7.116.0"
},
"time": "2022-03-01T22:45:01+00:00"
"time": "2022-03-02T15:51:15+00:00"
},
{
"name": "symfony/console",
@@ -8905,16 +8922,16 @@
},
{
"name": "symfony/filesystem",
"version": "v6.0.5",
"version": "v6.0.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "6646c13f787057d64701a3a0235cf9567c6ccbbd"
"reference": "52b888523545b0b4049ab9ce48766802484d7046"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/6646c13f787057d64701a3a0235cf9567c6ccbbd",
"reference": "6646c13f787057d64701a3a0235cf9567c6ccbbd",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/52b888523545b0b4049ab9ce48766802484d7046",
"reference": "52b888523545b0b4049ab9ce48766802484d7046",
"shasum": ""
},
"require": {
@@ -8948,7 +8965,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v6.0.5"
"source": "https://github.com/symfony/filesystem/tree/v6.0.6"
},
"funding": [
{
@@ -8964,7 +8981,7 @@
"type": "tidelift"
}
],
"time": "2022-02-28T07:42:30+00:00"
"time": "2022-03-02T12:58:14+00:00"
},
{
"name": "symfony/finder",
@@ -9191,16 +9208,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v6.0.5",
"version": "v6.0.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "b460fb15905eef449c4c43a4f0c113eccee103b9"
"reference": "a000fcf2298a1bc79a1dcff22608792506534719"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/b460fb15905eef449c4c43a4f0c113eccee103b9",
"reference": "b460fb15905eef449c4c43a4f0c113eccee103b9",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/a000fcf2298a1bc79a1dcff22608792506534719",
"reference": "a000fcf2298a1bc79a1dcff22608792506534719",
"shasum": ""
},
"require": {
@@ -9243,7 +9260,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.0.5"
"source": "https://github.com/symfony/http-foundation/tree/v6.0.6"
},
"funding": [
{
@@ -9259,20 +9276,20 @@
"type": "tidelift"
}
],
"time": "2022-02-21T17:15:17+00:00"
"time": "2022-03-05T21:04:00+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v6.0.5",
"version": "v6.0.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "5ad3f5e5fa772a8b5c6bb217f8379b533afac2ba"
"reference": "f9e49ad9fe16895b24cd7a09dc28d3364282e21a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/5ad3f5e5fa772a8b5c6bb217f8379b533afac2ba",
"reference": "5ad3f5e5fa772a8b5c6bb217f8379b533afac2ba",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f9e49ad9fe16895b24cd7a09dc28d3364282e21a",
"reference": "f9e49ad9fe16895b24cd7a09dc28d3364282e21a",
"shasum": ""
},
"require": {
@@ -9352,7 +9369,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.0.5"
"source": "https://github.com/symfony/http-kernel/tree/v6.0.6"
},
"funding": [
{
@@ -9368,7 +9385,7 @@
"type": "tidelift"
}
],
"time": "2022-02-28T08:05:03+00:00"
"time": "2022-03-05T21:19:20+00:00"
},
{
"name": "symfony/mailer",
@@ -9659,7 +9676,7 @@
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.24.0",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
@@ -9721,7 +9738,7 @@
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
},
"funding": [
{
@@ -9741,7 +9758,7 @@
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.24.0",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
@@ -9802,7 +9819,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0"
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.0"
},
"funding": [
{
@@ -9822,7 +9839,7 @@
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.24.0",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
@@ -9889,7 +9906,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0"
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0"
},
"funding": [
{
@@ -9909,7 +9926,7 @@
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.24.0",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -9973,7 +9990,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0"
},
"funding": [
{
@@ -9993,7 +10010,7 @@
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.24.0",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
@@ -10056,7 +10073,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
},
"funding": [
{
@@ -10076,7 +10093,7 @@
},
{
"name": "symfony/polyfill-php72",
"version": "v1.24.0",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
@@ -10132,7 +10149,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0"
"source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0"
},
"funding": [
{
@@ -10152,16 +10169,16 @@
},
{
"name": "symfony/polyfill-php80",
"version": "v1.24.0",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"shasum": ""
},
"require": {
@@ -10215,7 +10232,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
},
"funding": [
{
@@ -10231,11 +10248,11 @@
"type": "tidelift"
}
],
"time": "2021-09-13T13:58:33+00:00"
"time": "2022-03-04T08:16:47+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.24.0",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
@@ -10294,7 +10311,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0"
"source": "https://github.com/symfony/polyfill-php81/tree/v1.25.0"
},
"funding": [
{
@@ -10757,16 +10774,16 @@
},
{
"name": "symfony/translation",
"version": "v6.0.5",
"version": "v6.0.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "e69501c71107cc3146b32aaa45f4edd0c3427875"
"reference": "f6639cb9b5e0c57fe31e3263b900a77eedb0c908"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/e69501c71107cc3146b32aaa45f4edd0c3427875",
"reference": "e69501c71107cc3146b32aaa45f4edd0c3427875",
"url": "https://api.github.com/repos/symfony/translation/zipball/f6639cb9b5e0c57fe31e3263b900a77eedb0c908",
"reference": "f6639cb9b5e0c57fe31e3263b900a77eedb0c908",
"shasum": ""
},
"require": {
@@ -10832,7 +10849,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v6.0.5"
"source": "https://github.com/symfony/translation/tree/v6.0.6"
},
"funding": [
{
@@ -10848,7 +10865,7 @@
"type": "tidelift"
}
],
"time": "2022-02-09T15:52:48+00:00"
"time": "2022-03-02T12:58:14+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -10930,16 +10947,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v6.0.5",
"version": "v6.0.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "60d6a756d5f485df5e6e40b337334848f79f61ce"
"reference": "38358405ae948963c50a3aae3dfea598223ba15e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/60d6a756d5f485df5e6e40b337334848f79f61ce",
"reference": "60d6a756d5f485df5e6e40b337334848f79f61ce",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/38358405ae948963c50a3aae3dfea598223ba15e",
"reference": "38358405ae948963c50a3aae3dfea598223ba15e",
"shasum": ""
},
"require": {
@@ -10998,7 +11015,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v6.0.5"
"source": "https://github.com/symfony/var-dumper/tree/v6.0.6"
},
"funding": [
{
@@ -11014,7 +11031,7 @@
"type": "tidelift"
}
],
"time": "2022-02-21T17:15:17+00:00"
"time": "2022-03-02T12:58:14+00:00"
},
{
"name": "teamtnt/tntsearch",
@@ -11385,16 +11402,16 @@
},
{
"name": "voku/portable-ascii",
"version": "2.0.0",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
"reference": "9bd89e83cecdf8c37b64909454249eaed98b2c89"
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/9bd89e83cecdf8c37b64909454249eaed98b2c89",
"reference": "9bd89e83cecdf8c37b64909454249eaed98b2c89",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
"shasum": ""
},
"require": {
@@ -11431,7 +11448,7 @@
],
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
"source": "https://github.com/voku/portable-ascii/tree/2.0.0"
"source": "https://github.com/voku/portable-ascii/tree/2.0.1"
},
"funding": [
{
@@ -11455,7 +11472,7 @@
"type": "tidelift"
}
],
"time": "2022-01-24T18:59:03+00:00"
"time": "2022-03-08T17:03:00+00:00"
},
{
"name": "webmozart/assert",
@@ -11570,21 +11587,21 @@
"packages-dev": [
{
"name": "barryvdh/laravel-ide-helper",
"version": "v2.12.1",
"version": "v2.12.3",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "999167d4c21e2ae748847f7c0e4565ae45f5c9f9"
"reference": "3ba1e2573b38f72107b8aacc4ee177fcab30a550"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/999167d4c21e2ae748847f7c0e4565ae45f5c9f9",
"reference": "999167d4c21e2ae748847f7c0e4565ae45f5c9f9",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/3ba1e2573b38f72107b8aacc4ee177fcab30a550",
"reference": "3ba1e2573b38f72107b8aacc4ee177fcab30a550",
"shasum": ""
},
"require": {
"barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.10.23 || ^2.1.9",
"composer/pcre": "^1 || ^2 || ^3",
"doctrine/dbal": "^2.6 || ^3",
"ext-json": "*",
"illuminate/console": "^8 || ^9",
@@ -11648,7 +11665,7 @@
],
"support": {
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.12.1"
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.12.3"
},
"funding": [
{
@@ -11660,7 +11677,7 @@
"type": "github"
}
],
"time": "2022-01-24T21:36:43+00:00"
"time": "2022-03-06T14:33:42+00:00"
},
{
"name": "barryvdh/reflection-docblock",
@@ -12993,16 +13010,16 @@
},
{
"name": "spatie/ignition",
"version": "1.1.0",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/spatie/ignition.git",
"reference": "8ecde033600064e3ffdbf804deec0dcb05004387"
"reference": "ab8d1f938d3ffd20af25ad788a9d019e1123068c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/ignition/zipball/8ecde033600064e3ffdbf804deec0dcb05004387",
"reference": "8ecde033600064e3ffdbf804deec0dcb05004387",
"url": "https://api.github.com/repos/spatie/ignition/zipball/ab8d1f938d3ffd20af25ad788a9d019e1123068c",
"reference": "ab8d1f938d3ffd20af25ad788a9d019e1123068c",
"shasum": ""
},
"require": {
@@ -13060,7 +13077,7 @@
"type": "github"
}
],
"time": "2022-03-01T17:01:33+00:00"
"time": "2022-03-08T15:12:58+00:00"
},
{
"name": "spatie/laravel-ignition",
@@ -13151,7 +13168,7 @@
},
{
"name": "symfony/polyfill-php73",
"version": "v1.24.0",
"version": "v1.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
@@ -13210,7 +13227,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
"source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
},
"funding": [
{

8
package-lock.json generated
View File

@@ -8653,14 +8653,6 @@
"vue-style-loader": "^4.1.0"
}
},
"vue-paystack": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/vue-paystack/-/vue-paystack-2.0.4.tgz",
"integrity": "sha512-EwIvuWpQ5MuvKjqv3AZ0NqHdFHZrUGynUn6aCAi1pj62mazBCVUZk/I0ISnPKVIM39weUUUIDUEXIKhJcezT7w==",
"requires": {
"vue": "^2.6.7"
}
},
"vue-recaptcha-v3": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/vue-recaptcha-v3/-/vue-recaptcha-v3-1.9.0.tgz",

View File

@@ -1,75 +1,75 @@
{
"/js/main.js": "/js/main.js",
"/chunks/request.js": "/chunks/request.js?id=f0d2c08b78353759",
"/chunks/request-upload.js": "/chunks/request-upload.js?id=8158aa32cc0e7810",
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=3c2fc454c3fce8d2",
"/chunks/status-check.js": "/chunks/status-check.js?id=1ce085bce8a9e959",
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=957577e6eb9bae5d",
"/chunks/database.js": "/chunks/database.js?id=cd8195615624bf64",
"/chunks/environment-setup.js": "/chunks/environment-setup.js?id=1153d1ccda1626d3",
"/chunks/app-setup.js": "/chunks/app-setup.js?id=8f3130f31073813a",
"/chunks/admin-account.js": "/chunks/admin-account.js?id=3ca1c2c54a26a225",
"/chunks/shared.js": "/chunks/shared.js?id=fa9e99015d34f4ee",
"/chunks/shared/browser.js": "/chunks/shared/browser.js?id=dbef35b6141563d5",
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=4316b3f869e011da",
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=dc1a48627066c81d",
"/chunks/not-found.js": "/chunks/not-found.js?id=026c52609cff0249",
"/chunks/temporary-unavailable.js": "/chunks/temporary-unavailable.js?id=250d923cb7001cf2",
"/chunks/admin.js": "/chunks/admin.js?id=9e533336111a20e0",
"/chunks/dashboard.js": "/chunks/dashboard.js?id=94dfb7c678309b6e",
"/chunks/invoices.js": "/chunks/invoices.js?id=0817b6e71b0da736",
"/chunks/subscriptions.js": "/chunks/subscriptions.js?id=aa4ca6695a4c43f2",
"/chunks/pages.js": "/chunks/pages.js?id=b18e753a266e4d6e",
"/chunks/page-edit.js": "/chunks/page-edit.js?id=0122891b250ee8c7",
"/chunks/plans.js": "/chunks/plans.js?id=8950c28ea8d9273d",
"/chunks/users.js": "/chunks/users.js?id=16f7770d2b8a7043",
"/chunks/user-create.js": "/chunks/user-create.js?id=5b1f7e752521c02a",
"/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=44bbf94f2267d262",
"/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=cfb50d511c78ec04",
"/chunks/user.js": "/chunks/user.js?id=c12de27dc40aef36",
"/chunks/user-detail.js": "/chunks/user-detail.js?id=3c2bbf0a6ef97c1c",
"/chunks/user-storage.js": "/chunks/user-storage.js?id=e5c9e1b59264172a",
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=21154e4250e890b3",
"/chunks/user-password.js": "/chunks/user-password.js?id=d6d72d8a0f08cac4",
"/chunks/user-delete.js": "/chunks/user-delete.js?id=b95a20df2fd09190",
"/chunks/plan.js": "/chunks/plan.js?id=2444730c1a0a42fc",
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=f75a62dc82dfd06d",
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=889139d2e1679331",
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=14cb6e7146563c8c",
"/chunks/payments.js": "/chunks/payments.js?id=5ea275fedd8d638a",
"/chunks/payments/billings.js": "/chunks/payments/billings.js?id=a0757d9c2608d7ad",
"/chunks/payments/settings.js": "/chunks/payments/settings.js?id=09b5ed53c184aefc",
"/chunks/app-settings.js": "/chunks/app-settings.js?id=b0ca7cdad56e46fd",
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=47f92b72e275c2c8",
"/chunks/app-index.js": "/chunks/app-index.js?id=6255a58886c31bc6",
"/chunks/app-environment.js": "/chunks/app-environment.js?id=9d37862ac5c57c1e",
"/chunks/app-others.js": "/chunks/app-others.js?id=918ccb0a9edff971",
"/chunks/app-sign-in-out.js": "/chunks/app-sign-in-out.js?id=9e6099c710a1f774",
"/chunks/app-adsense.js": "/chunks/app-adsense.js?id=ce66e5cd4d33b77f",
"/chunks/app-server.js": "/chunks/app-server.js?id=000b75779c7b2df7",
"/chunks/app-language.js": "/chunks/app-language.js?id=9fea501b5651db74",
"/chunks/homepage.js": "/chunks/homepage.js?id=cc55de7273bd9699",
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=a20e623585f77df6",
"/chunks/contact-us.js": "/chunks/contact-us.js?id=5d02f74ec520ae00",
"/chunks/successfully-email-verified.js": "/chunks/successfully-email-verified.js?id=cadce663beaa7f88",
"/chunks/successfully-email-send.js": "/chunks/successfully-email-send.js?id=f14b81ce738531a5",
"/chunks/sign-in.js": "/chunks/sign-in.js?id=5d8ffa33a3b2ef19",
"/chunks/sign-up.js": "/chunks/sign-up.js?id=7ef0f23926cf5303",
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=283220c4946806d4",
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=59775b0f2612479a",
"/chunks/settings.js": "/chunks/settings.js?id=d62afe6801587c47",
"/chunks/profile.js": "/chunks/profile.js?id=ec621bd75eada0ee",
"/chunks/settings-password.js": "/chunks/settings-password.js?id=3e094b17498f56df",
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=cddf4c1f69a29992",
"/chunks/billing.js": "/chunks/billing.js?id=9a21ec44813c1ac7",
"/chunks/platform.js": "/chunks/platform.js?id=3a47c4d793d2336d",
"/chunks/files.js": "/chunks/files.js?id=f15d5466e064d948",
"/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=73a66aeaf04095fe",
"/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=27e3e0fcf0ddc4b1",
"/chunks/trash.js": "/chunks/trash.js?id=fbe62ce340ffc821",
"/chunks/team-folders.js": "/chunks/team-folders.js?id=562bc2bc53af84dd",
"/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=5ffd2add7c7535dc",
"/chunks/invitation.js": "/chunks/invitation.js?id=4884f1794da246a6",
"/chunks/request.js": "/chunks/request.js?id=001f737452e0d25a",
"/chunks/request-upload.js": "/chunks/request-upload.js?id=f50a50d2aa741c81",
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=19a0784e59d768ec",
"/chunks/status-check.js": "/chunks/status-check.js?id=6bae83a7e38d3b1c",
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=0d001d4505d2f5e9",
"/chunks/database.js": "/chunks/database.js?id=d5695176ac8edfb9",
"/chunks/environment-setup.js": "/chunks/environment-setup.js?id=c58071cb9d14e595",
"/chunks/app-setup.js": "/chunks/app-setup.js?id=ad92e971daa0f86d",
"/chunks/admin-account.js": "/chunks/admin-account.js?id=286b9872565b5e96",
"/chunks/shared.js": "/chunks/shared.js?id=584d7de11142b545",
"/chunks/shared/browser.js": "/chunks/shared/browser.js?id=4722af71c3c7bba6",
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=f60d6a95bc180df2",
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=92c75a6c77689046",
"/chunks/not-found.js": "/chunks/not-found.js?id=36763aa314e00327",
"/chunks/temporary-unavailable.js": "/chunks/temporary-unavailable.js?id=a3906226272982b1",
"/chunks/admin.js": "/chunks/admin.js?id=ef7899e0b2be05ce",
"/chunks/dashboard.js": "/chunks/dashboard.js?id=e7c6001687e641eb",
"/chunks/invoices.js": "/chunks/invoices.js?id=85fd4514d3d85a71",
"/chunks/subscriptions.js": "/chunks/subscriptions.js?id=9f970bdfc7583080",
"/chunks/pages.js": "/chunks/pages.js?id=38c76f5552161514",
"/chunks/page-edit.js": "/chunks/page-edit.js?id=dbdaf49f7c709ab9",
"/chunks/plans.js": "/chunks/plans.js?id=b5e1384c6e697927",
"/chunks/users.js": "/chunks/users.js?id=8ea54582b0ccd769",
"/chunks/user-create.js": "/chunks/user-create.js?id=c620606ec7eef9d7",
"/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=5515d5a19259eadf",
"/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=94d6ef85f6a58265",
"/chunks/user.js": "/chunks/user.js?id=879268a26e94d198",
"/chunks/user-detail.js": "/chunks/user-detail.js?id=4b171a846c808667",
"/chunks/user-storage.js": "/chunks/user-storage.js?id=835667dbe1fdf9b1",
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=cf39975217b4e268",
"/chunks/user-password.js": "/chunks/user-password.js?id=41e945a8e10bd4e4",
"/chunks/user-delete.js": "/chunks/user-delete.js?id=2184dc78049878ec",
"/chunks/plan.js": "/chunks/plan.js?id=37a04161ac1973ad",
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=5c4c760ab08a59c6",
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=b1d3ffbb79e69310",
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=4e9d13b048f1d8f0",
"/chunks/payments.js": "/chunks/payments.js?id=2a6dba57de536b0d",
"/chunks/payments/billings.js": "/chunks/payments/billings.js?id=e8f23f4fb51d2bb2",
"/chunks/payments/settings.js": "/chunks/payments/settings.js?id=4e3da3de7b57a89a",
"/chunks/app-settings.js": "/chunks/app-settings.js?id=ac94675bfea2ac48",
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=19980ab8fd75125c",
"/chunks/app-index.js": "/chunks/app-index.js?id=d1722a2c5d30b142",
"/chunks/app-environment.js": "/chunks/app-environment.js?id=7018c929bffb3a78",
"/chunks/app-others.js": "/chunks/app-others.js?id=ecbfebacc4f269cb",
"/chunks/app-sign-in-out.js": "/chunks/app-sign-in-out.js?id=11df2ce06e785892",
"/chunks/app-adsense.js": "/chunks/app-adsense.js?id=ec2fa21b02c99cb9",
"/chunks/app-server.js": "/chunks/app-server.js?id=8964b98aee4cca69",
"/chunks/app-language.js": "/chunks/app-language.js?id=2ae6285274dacd0d",
"/chunks/homepage.js": "/chunks/homepage.js?id=1b595dee57a8f161",
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=f8c67b2a376ff03e",
"/chunks/contact-us.js": "/chunks/contact-us.js?id=3c7d7bba5e7fc172",
"/chunks/successfully-email-verified.js": "/chunks/successfully-email-verified.js?id=261b02aed36069be",
"/chunks/successfully-email-send.js": "/chunks/successfully-email-send.js?id=fe054c1e34d7863b",
"/chunks/sign-in.js": "/chunks/sign-in.js?id=115555a1dd6fea58",
"/chunks/sign-up.js": "/chunks/sign-up.js?id=098d7f41b85066bf",
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=d6193ed0b07e7957",
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=d00212636148a14b",
"/chunks/settings.js": "/chunks/settings.js?id=d9518fbb552ac463",
"/chunks/profile.js": "/chunks/profile.js?id=1217f457145491ec",
"/chunks/settings-password.js": "/chunks/settings-password.js?id=b6704f4cbf14c67d",
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=90ba712f3728443b",
"/chunks/billing.js": "/chunks/billing.js?id=27957f2477fdd121",
"/chunks/platform.js": "/chunks/platform.js?id=325cef5142b27700",
"/chunks/files.js": "/chunks/files.js?id=0d4e7a1330328eae",
"/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=2362f8fa4e3392e9",
"/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=25e9d29dd3c29338",
"/chunks/trash.js": "/chunks/trash.js?id=5bc0e04ada660232",
"/chunks/team-folders.js": "/chunks/team-folders.js?id=cf60b121819ca1a5",
"/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=bdbbd7e2225a6db9",
"/chunks/invitation.js": "/chunks/invitation.js?id=e3f3c2e3501c5a63",
"/css/tailwind.css": "/css/tailwind.css",
"/css/app.css": "/css/app.css"
}

View File

@@ -1,7 +1,7 @@
<template>
<div class="flex items-center justify-center">
<span
class="text-theme absolute z-10 mx-auto mt-1 inline-block w-7 overflow-hidden text-ellipsis text-center text-[9px] font-semibold"
class="text-theme absolute z-[5] mx-auto mt-1 inline-block w-7 overflow-hidden text-ellipsis text-center text-[9px] font-semibold"
>
{{ entry.data.attributes.mimetype }}
</span>

View File

@@ -0,0 +1,69 @@
<template>
<article class="z-20 relative flex items-start p-2.5 mb-1.5 space-x-4 rounded-xl dark:hover:bg-4x-dark-foreground hover:bg-light-background bg-opacity-80">
<user-plus-icon v-if="notification.type === 'team-invitation'" size="20" class="vue-feather text-theme shrink-0" />
<upload-cloud-icon v-if="['file-request', 'remote-upload-done'].includes(notification.type)" size="20" class="vue-feather text-theme shrink-0" />
<div>
<b class="font-extrabold text-sm mb-1.5 block">
{{ notification.title }}
</b>
<p class="text-sm mb-1.5 dark:text-gray-500">
{{ notification.description }}
</p>
<div class="flex items-center mb-4">
<!--<MemberAvatar class="mr-2" :size="22" :is-border="false" :member="user" />-->
<time class=" block text-xs dark:text-gray-400 text-gray-400">
09. Mar. 2022, 08:27
</time>
</div>
<!--Accept or decline team invitation-->
<div v-if="notification.type === 'team-invitation'" class="flex items-center space-x-3">
<div class="flex items-center cursor-pointer py-1.5 px-2 rounded-xl transition-colors dark:hover:bg-green-900 hover:bg-green-100">
<check-icon size="16" class="vue-feather dark:text-green-600 text-green-600 mr-2" />
<span class="text-sm font-bold dark:text-green-600 text-green-600">
{{ $t('Accept') }}
</span>
</div>
<div class="flex items-center cursor-pointer py-1.5 px-2 rounded-xl transition-colors dark:hover:bg-rose-900 hover:bg-rose-100">
<x-icon size="16" class="vue-feather dark:text-rose-600 text-rose-600 mr-2" />
<span class="text-sm font-bold dark:text-rose-600 text-rose-600">
{{ $t('Decline') }}
</span>
</div>
</div>
<!--Go to route-->
<router-link v-if="['file-request', 'remote-upload-done'].includes(notification.type)" :to="{ name: 'Users' }" class="mt-4 flex items-center">
<span class="mr-2 whitespace-nowrap text-xs font-bold">
{{ $t('Show Files') }}
</span>
<chevron-right-icon size="16" class="text-theme vue-feather" />
</router-link>
</div>
</article>
</template>
<script>
import {CheckIcon, XIcon, MailIcon, UserPlusIcon, UploadCloudIcon, ChevronRightIcon} from 'vue-feather-icons'
import MemberAvatar from '../FilesView/MemberAvatar'
export default {
name: 'Notification',
props: [
'notification',
],
components: {
MemberAvatar,
ChevronRightIcon,
UploadCloudIcon,
UserPlusIcon,
CheckIcon,
MailIcon,
XIcon,
}
}
</script>

View File

@@ -0,0 +1,113 @@
<template>
<transition name="popup">
<div class="fixed popup z-20 top-[27px] bottom-[27px] left-20 w-[360px]">
<!--Triangle-->
<div class="z-20 absolute left-0 top-[102px] w-4 translate-x-[-15px] overflow-hidden inline-block">
<div class="h-12 -rotate-45 transform origin-top-right dark:bg-2x-dark-foreground bg-white bg-opacity-80 backdrop-blur-2xl"></div>
</div>
<div class="dark:bg-2x-dark-foreground bg-white dark:bg-opacity-80 dark:backdrop-blur-2xl bg-opacity-80 backdrop-blur-2xl shadow-xl rounded-xl text-left p-3 overflow-y-auto max-h-full">
<!--Title-->
<b class="dark:text-gray-200 text-xl font-extrabold px-2.5 mb-2.5 block">
{{ $t('Notification Center') }}
</b>
<div class="px-2.5">
<MobileActionButton icon="check-square" class="mb-2 dark:!bg-4x-dark-foreground">
{{ $t('Clear all') }}
</MobileActionButton>
</div>
<b class="dark-text-theme mt-1.5 block px-2.5 mb-2.5 text-xs text-gray-400">
Today
</b>
<Notification :notification="notification" v-for="notification in todayNotifications" :key="notification.id" />
<b class="dark-text-theme mt-2.5 block px-2.5 mb-2.5 text-xs text-gray-400">
Later
</b>
<Notification :notification="notification" v-for="notification in laterNotifications" :key="notification.id" />
</div>
</div>
</transition>
</template>
<script>
import Notification from "./Notification";
import MobileActionButton from "../FilesView/MobileActionButton";
export default {
name: 'NotificationCenter',
components: {
MobileActionButton,
Notification
},
data() {
return {
laterNotifications: [
{
id: 1,
seen: 1,
type: 'remote-upload-done',
title: 'Remote Upload Finished',
description: 'Your remote uploads has been done.',
time: '09. Mar. 2022, 08:27',
action: {
id: '12-abc'
}
},
],
todayNotifications: [
{
id: 2,
seen: 0,
type: 'team-invitation',
title: 'New Team Invitation',
description: 'Jane Doe invite you to join into “Work Documents” Team Folder.',
time: '09. Mar. 2022, 08:27',
action: {
id: '12-abc'
}
},
{
id: 3,
seen: 0,
type: 'file-request',
title: 'File Request Filled',
description: 'Your file request for “Videohive” folder was filled successfully.',
time: '09. Mar. 2022, 07:12',
action: {
id: '12-abc'
}
},
]
}
}
}
</script>
<style lang="scss" scoped>
.popup-leave-active {
animation: popup-slide-in 0.15s ease reverse;
}
.popup-enter-active {
animation: popup-slide-in 0.25s 0.1s ease both;
}
@keyframes popup-slide-in {
0% {
opacity: 0;
transform: translateY(50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
</style>

View File

@@ -1,6 +1,6 @@
<template>
<section
class="content-sidebar z-10 hidden w-52 flex-none select-none overflow-y-auto bg-light-background pt-6 dark:bg-dark-background lg:block xl:w-56"
class="content-sidebar z-[9] hidden w-52 flex-none select-none overflow-y-auto bg-light-background pt-6 dark:bg-dark-background lg:block xl:w-56"
id="content-sidebar"
>
<slot></slot>

View File

@@ -21,7 +21,20 @@
</div>
<!--Navigation-->
<div class="mt-7">
<div class="mt-2 relative">
<div @click="toggleNotificationCenter" class="relative button-icon inline-block cursor-pointer rounded-xl p-3 hover:bg-light-300 dark:hover:bg-4x-dark-foreground">
<bell-icon size="18" class="transition" :class="{'rotate-[30deg]': notificationCount}" />
<span v-if="notificationCount" class="absolute z-[9] right-1.5 bottom-1.5 flex items-center justify-center w-4 h-4 bg-theme text-white rounded-full text-xs font-bold">
{{ notificationCount }}
</span>
<span v-if="notificationCount" class="animate-ping absolute z-[8] right-1.5 bottom-1.5 flex items-center justify-center w-4 h-4 bg-theme text-white rounded-full text-xs font-bold"></span>
</div>
</div>
<NotificationCenter v-show="isNotificationCenter" />
<!--Navigation-->
<div class="mt-6">
<router-link
v-for="(item, i) in navigation"
:to="{ name: item.route }"
@@ -66,27 +79,19 @@
<script>
import MemberAvatar from '../FilesView/MemberAvatar'
import { mapGetters } from 'vuex'
import {
MoonIcon,
SunIcon,
HardDriveIcon,
SettingsIcon,
Trash2Icon,
UserIcon,
PowerIcon,
ShareIcon,
} from 'vue-feather-icons'
import {mapGetters} from 'vuex'
import {BellIcon, HardDriveIcon, MoonIcon, PowerIcon, SettingsIcon, SunIcon, UserIcon,} from 'vue-feather-icons'
import NotificationCenter from "../Notifications/NotificationCenter"
export default {
name: 'SidebarNavigation',
components: {
HardDriveIcon,
NotificationCenter,
HardDriveIcon,
SettingsIcon,
MemberAvatar,
Trash2Icon,
PowerIcon,
ShareIcon,
BellIcon,
UserIcon,
MoonIcon,
SunIcon,
@@ -133,7 +138,17 @@ export default {
]
},
},
data() {
return {
notificationCount: 2,
isNotificationCenter: false,
}
},
methods: {
toggleNotificationCenter() {
this.notificationCount = 0
this.isNotificationCenter = ! this.isNotificationCenter
},
isSection(section) {
return this.$route.matched[0].name === section
},

View File

@@ -33,7 +33,7 @@
<div
v-if="user"
class="relative mx-auto w-full overflow-x-hidden px-2.5 pb-12 md:max-w-4xl md:px-6 lg:pt-6 lg:pb-0 xl:max-w-screen-lg"
class="relative mx-auto w-full overflow-x-hidden px-2.5 pb-12 md:max-w-4xl md:px-6 lg:pt-6 lg:pb-0 xl:max-w-screen-lg z-[5]"
>
<div v-if="!isLoading" id="page-content">
<div class="card sticky top-0 z-10 shadow-card" style="padding-bottom: 0">