mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
updatr
This commit is contained in:
parent
b71486c882
commit
512615d77a
4 changed files with 31 additions and 3 deletions
15
.idea/codeception.xml
Normal file
15
.idea/codeception.xml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="Codeception">
|
||||||
|
<option name="configurations">
|
||||||
|
<list>
|
||||||
|
<Configuration>
|
||||||
|
<option name="path" value="$PROJECT_DIR$/tests" />
|
||||||
|
</Configuration>
|
||||||
|
<Configuration>
|
||||||
|
<option name="path" value="$PROJECT_DIR$/web/tests" />
|
||||||
|
</Configuration>
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
13
.idea/phpspec.xml
Normal file
13
.idea/phpspec.xml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="PHPSpec">
|
||||||
|
<suites>
|
||||||
|
<PhpSpecSuiteConfiguration>
|
||||||
|
<option name="myPath" value="$PROJECT_DIR$" />
|
||||||
|
</PhpSpecSuiteConfiguration>
|
||||||
|
<PhpSpecSuiteConfiguration>
|
||||||
|
<option name="myPath" value="$PROJECT_DIR$/web" />
|
||||||
|
</PhpSpecSuiteConfiguration>
|
||||||
|
</suites>
|
||||||
|
</component>
|
||||||
|
</project>
|
2
web/composer.lock
generated
2
web/composer.lock
generated
|
@ -12488,5 +12488,5 @@
|
||||||
"php": "^8.1"
|
"php": "^8.1"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.3.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div class="flex gap-2 p-[2rem]">
|
<div class="flex gap-2 p-[2rem]">
|
||||||
<div class="">
|
<div class="">
|
||||||
<x-filament::icon-button size="xl" icon="{{$menuItem['icon']}}" />
|
<x-filament::icon-button size="xl" icon="{{$menuItem['icon']}}"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="">{{$menuItem['title']}}</div>
|
<div class="">{{$menuItem['title']}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<div class="text-blue-400 hover:text-yellow-500 px-[2rem] py-2">
|
<div class="text-blue-400 hover:text-yellow-500 px-[2rem] py-2">
|
||||||
<a href="{{$menuItemLink['link']}}" class="flex">
|
<a href="{{$menuItemLink['link']}}" class="flex">
|
||||||
<div class="">
|
<div class="">
|
||||||
<x-filament::icon-button size="xl" icon="{{$menuItemLink['icon']}}" />
|
<x-filament::icon-button size="xl" icon="{{$menuItemLink['icon']}}"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-2">{{$menuItemLink['title']}}</div>
|
<div class="ml-2">{{$menuItemLink['title']}}</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue