Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tailwind Linter #39

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/assets/app-O_D2ROx5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/views/auth/forgot-password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="card mx-auto w-full max-w-md">
<div class="card-body px-10 py-12">
<div class="flex flex-col items-center justify-center">
<x-application-logo class=" fill-current text-gray-500" />
<x-application-logo class="fill-current text-gray-500" />
<h5 class="m-4">Recover Your Password</h5>
<x-auth-session-status class="my-4" :status="session('status')" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="card mx-auto w-full max-w-md">
<div class="card-body px-10 py-12">
<div class="flex flex-col items-center justify-center">
<x-application-logo class=" fill-current text-gray-500" />
<x-application-logo class="fill-current text-gray-500" />
<h5 class="mt-4">Welcome Back</h5>
<p class="text-sm text-slate-500 dark:text-slate-400">Please enter your details</p>
<x-auth-session-status class="my-4" :status="session('status')" />
Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="card mx-auto w-full max-w-md">
<div class="card-body px-10 py-12">
<div class="flex flex-col items-center justify-center">
<x-application-logo class=" fill-current text-gray-500" />
<x-application-logo class="fill-current text-gray-500" />
<h5 class="mt-4">Create Account</h5>
<x-auth-session-status class="my-4" :status="session('status')" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/reset-password.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="card mx-auto w-full max-w-md">
<div class="card-body px-10 py-12">
<div class="flex flex-col items-center justify-center">
<x-application-logo class=" fill-current text-gray-500" />
<x-application-logo class="fill-current text-gray-500" />
<h5 class="mt-4">Reset Your Password</h5>
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/auth/verify-email.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<x-guest-layout>
<div class=" min-h-screen flex justify-center">
<div class="min-h-screen flex justify-center">
<div class="max-w-[500px] md:mt-[5%] space-y-5">
<div class="mb-4 text-sm text-gray-600 dark:text-gray-400">
{{ __('Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another.') }}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/admin-header.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use('AnisAronno\MediaHelper\Facades\Media')

<nav
class="bg-white border-b border-gray-200 px-4 py-2.5 dark:bg-gray-800 dark:border-gray-700 fixed left-0 right-0 top-0 z-50">
class="bg-white border-b border-gray-200 px-4 py-2.5 dark:bg-gray-800 dark:border-gray-700 fixed left-0 right-0 top-0 z-50">
<div class="flex flex-wrap justify-between items-center">
<div class="flex justify-start items-center">
<button data-drawer-target="drawer-navigation" data-drawer-toggle="drawer-navigation"
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/header-menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class="flex mx-3 text-sm bg-gray-800 rounded-full md:mr-0 focus:ring-4 focus:rin
<img class="w-8 h-8 rounded-full" src="{{ Auth::user()->avatar }}" alt="user photo" />
</button>
<!-- Dropdown menu -->
<div class="hidden z-50 my-4 w-56 text-base list-none bg-white rounded divide-y divide-gray-100 shadow dark:bg-gray-700 dark:divide-gray-600 "
<div class="hidden z-50 my-4 w-56 text-base list-none bg-white rounded divide-y divide-gray-100 shadow dark:bg-gray-700 dark:divide-gray-600"
id="dropdown">
<div class="py-3 px-4">
<span class="block text-sm font-semibold text-gray-900 dark:text-white">{{ Auth::user()->name }}</span>
Expand Down
6 changes: 3 additions & 3 deletions resources/views/components/media/centered-modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<div class=" float-right">
<div class="float-right">
<button type="submit"
class="btn btn-plain-secondary dark:text-slate-300 dark:hover:bg-slate-700 dark:focus:bg-slate-700"
data-dismiss="modal">
<i data-feather="x" width="1.5rem" height="1.5rem"></i>
</button>
</div>
</div>
<div class="modal-body ">
<div class="modal-body">
<div class="w-full grid grid-cols-1 md:grid-cols-12 justify-between gap-2 md:gap-4 md:min-h-48">
<div class="col-span-7 p-2">
<img src="{{ Media::getURL($media->url) }}" alt="{{ $media->title }}"
class="w-full h-auto image-item object-cover">
</div>
<div class="col-span-5 truncate">
<div class="border-b border-gray-500 pb-3 leading-normal ">
<div class="border-b border-gray-500 pb-3 leading-normal">
<div class="flex flex-wrap gap-3 md:gap-5 justify-start">
<span class="font-medium">File name :</span>
<span id="badge_title_{{ $media->id }}">{{ $media?->title }}</span>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/components/media/media-gallery.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<div class=" float-right">
<div class="float-right">
<button type="submit"
class="btn btn-plain-secondary dark:text-slate-300 dark:hover:bg-slate-700 dark:focus:bg-slate-700"
data-dismiss="modal">
<i data-feather="x" width="1.5rem" height="1.5rem"></i>
</button>
</div>
</div>
<div class="modal-body ">
<div class="modal-body">
<x-media.media />
</div>
<div class="modal-footer">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/media/media.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="grid grid-cols-2 md:grid-cols-4 xl:grid-cols-6 2xl:grid-cols-8 grow gap-5 p-5 bg-gray-100 dark:bg-gray-900">
@foreach ($medias as $media)
<div
class="overflow-hidden h-full border md:border-2 border-gray-300 dark:border-gray-700 rounded-sm bg-white dark:bg-gray-800">
class="overflow-hidden h-full border md:border-2 border-gray-300 dark:border-gray-700 rounded-sm bg-white dark:bg-gray-800">
<img src="{{ Media::getURL($media->url) }}" alt="{{ $media->title }}"
class="w-full h-auto image-item object-cover"
@if ($singleView) data-toggle="modal" data-target="#modal-centered-{{ $media->id }}" @endif>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/notification.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class="flex h-10 w-10 flex-shrink-0 items-center justify-center rounded-full bg-

</li>
@empty
<li class=" text-center my-5 text-red-500">
<li class="text-center my-5 text-red-500">
<p>There have no notifications</p>
</li>
@endforelse
Expand Down
Loading
Loading