Design and file upload issues (#399)

* Fix some styling issues/edit button on PIREP overview page

* Fix validation for file/url upload

* Formatting
This commit is contained in:
Nabeel S
2019-09-16 15:17:51 -04:00
committed by GitHub
parent aedb1f22b6
commit 6e9dcf8a31
20 changed files with 249 additions and 228 deletions

44
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": "36efcc47f7cb692d56b1fe62108d86a1",
"content-hash": "60c8d4678763253ee0fa8711dce01cfb",
"packages": [
{
"name": "akaunting/money",
@@ -1489,16 +1489,16 @@
},
{
"name": "facade/ignition",
"version": "1.6.4",
"version": "1.6.5",
"source": {
"type": "git",
"url": "https://github.com/facade/ignition.git",
"reference": "43b825a2f77805d1d5495c64eecd272b05ab0e33"
"reference": "97244f6d511332f3574acab8242c09ddcfda892b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facade/ignition/zipball/43b825a2f77805d1d5495c64eecd272b05ab0e33",
"reference": "43b825a2f77805d1d5495c64eecd272b05ab0e33",
"url": "https://api.github.com/repos/facade/ignition/zipball/97244f6d511332f3574acab8242c09ddcfda892b",
"reference": "97244f6d511332f3574acab8242c09ddcfda892b",
"shasum": ""
},
"require": {
@@ -1553,7 +1553,7 @@
"laravel",
"page"
],
"time": "2019-09-13T07:41:17+00:00"
"time": "2019-09-13T13:38:04+00:00"
},
{
"name": "facade/ignition-contracts",
@@ -4279,16 +4279,16 @@
},
{
"name": "santigarcor/laratrust",
"version": "5.2.3",
"version": "5.2.4",
"source": {
"type": "git",
"url": "https://github.com/santigarcor/laratrust.git",
"reference": "ee06bbb21c18b9262f174eaa1337bc1344a4b0f0"
"reference": "43d2354b149485731a9214014baf3421a6a56b9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/santigarcor/laratrust/zipball/ee06bbb21c18b9262f174eaa1337bc1344a4b0f0",
"reference": "ee06bbb21c18b9262f174eaa1337bc1344a4b0f0",
"url": "https://api.github.com/repos/santigarcor/laratrust/zipball/43d2354b149485731a9214014baf3421a6a56b9a",
"reference": "43d2354b149485731a9214014baf3421a6a56b9a",
"shasum": ""
},
"require": {
@@ -4340,7 +4340,7 @@
"rbac",
"roles"
],
"time": "2019-09-03T14:11:14+00:00"
"time": "2019-09-16T15:50:06+00:00"
},
{
"name": "scrivo/highlight.php",
@@ -8432,16 +8432,16 @@
},
{
"name": "phpunit/phpunit",
"version": "8.3.4",
"version": "8.3.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "e31cce0cf4499c0ccdbbb211a3280d36ab341e36"
"reference": "302faed7059fde575cf3403a78c730c5e3a62750"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e31cce0cf4499c0ccdbbb211a3280d36ab341e36",
"reference": "e31cce0cf4499c0ccdbbb211a3280d36ab341e36",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/302faed7059fde575cf3403a78c730c5e3a62750",
"reference": "302faed7059fde575cf3403a78c730c5e3a62750",
"shasum": ""
},
"require": {
@@ -8464,7 +8464,7 @@
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
"sebastian/environment": "^4.2.2",
"sebastian/exporter": "^3.1.0",
"sebastian/exporter": "^3.1.1",
"sebastian/global-state": "^3.0.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^2.0.1",
@@ -8511,7 +8511,7 @@
"testing",
"xunit"
],
"time": "2019-08-11T06:56:55+00:00"
"time": "2019-09-14T09:12:03+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@@ -8733,16 +8733,16 @@
},
{
"name": "sebastian/exporter",
"version": "3.1.1",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "06a9a5947f47b3029d76118eb5c22802e5869687"
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/06a9a5947f47b3029d76118eb5c22802e5869687",
"reference": "06a9a5947f47b3029d76118eb5c22802e5869687",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
"shasum": ""
},
"require": {
@@ -8796,7 +8796,7 @@
"export",
"exporter"
],
"time": "2019-08-11T12:43:14+00:00"
"time": "2019-09-14T09:02:43+00:00"
},
{
"name": "sebastian/global-state",