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

clean up #20

Merged
merged 1 commit into from
Nov 13, 2024
Merged
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 resources/views/asset-active/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
<div class="flex flex-col justify-between items-stretch !gap-1 w-full h-auto !px-0 py-4 m-0 border-b border-none border-chinese-white text-black/[0.60] no-underline outline-none whitespace-normal overflow-auto select-text dark:border-dark-liver lg:flex-row lg:!gap-8 lg:min-h-[52px] lg:py-3.5">
<div class="flex-1 inline-block w-full h-auto p-0 m-0 overflow-hidden relative">
<span class="block w-full h-auto p-0 m-0 subtitle-2 text-black/[0.87] text-left leading-6 dark:text-white/[0.87]">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/asset-details/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="flex flex-col justify-between items-stretch !gap-1 w-full h-auto !px-0 py-4 m-0 border-b border-solid border-chinese-white text-black/[0.60] no-underline outline-none whitespace-normal overflow-auto select-text dark:border-dark-liver lg:flex-row lg:!gap-8 lg:min-h-[52px] lg:py-3.5">
<div class="flex-1 inline-block w-full h-auto p-0 m-0 overflow-hidden relative">
<span class="block w-full h-auto p-0 m-0 subtitle-2 text-black/[0.87] text-left leading-6 dark:text-white/[0.87]">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/asset-histories/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<input type="text" class="peer caret-primary block min-h-[48px] w-full rounded border-0 bg-transparent px-3 py-3 subtitle-1 text-black/[0.87] outline-none transition-none duration-0 ease-linear focus:placeholder:opacity-100 file:hidden file:w-0 file:opacity-0 data-[te-input-state-active]:placeholder:opacity-100 motion-reduce:transition-none dark:text-white/[0.87] dark:placeholder:text-white/[0.87] [&:not([data-te-input-placeholder-active])]:placeholder:opacity-0 [&[type='file']]:opacity-0 group-data-[te-validation-state='invalid']:!caret-error disabled:!opacity-60 disabled:cursor-not-allowed group-has-[[data-te-input-state-active]]:opacity-100 group-has-[.is-invalid]:!caret-error @error('responsible_person') is-invalid @enderror" id="responsible_person" name="responsible_person" value="{{ old('responsible_person') }}" />

<label class="pointer-events-none absolute top-0 left-3 mb-0 max-w-[90%] origin-[0_0] truncate pt-[0.37rem] leading-[2.15] text-black/[0.60] transition-all duration-200 ease-out peer-focus:-translate-y-[1.15rem] peer-focus:scale-[0.8] peer-focus:text-primary peer-data-[te-input-state-active]:-translate-y-[1.15rem] peer-data-[te-input-state-active]:scale-[0.8] motion-reduce:transition-none dark:text-white/[0.60] dark:peer-focus:text-primary group-data-[te-validation-state='invalid']:!text-error group-data-[te-validation-state='invalid']:peer-focus:!text-error peer-disabled:opacity-60 peer-disabled:cursor-not-allowed group-has-[.is-invalid]:!text-error" for="responsible_person">
{{ __('Penanggung Jawab *') }}
{{ __('Pengguna Barang *') }}
</label>
</div>
{{-- End Input --}}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/asset-histories/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<input type="text" class="peer caret-primary block min-h-[48px] w-full rounded border-0 bg-transparent pl-3 pr-11 py-3 subtitle-1 text-black/[0.87] outline-none transition-none duration-0 ease-linear focus:placeholder:opacity-100 file:hidden file:w-0 file:opacity-0 data-[te-input-state-active]:placeholder:opacity-100 motion-reduce:transition-none dark:text-white/[0.87] dark:placeholder:text-white/[0.87] [&:not([data-te-input-placeholder-active])]:placeholder:opacity-0 [&[type='file']]:opacity-0 group-data-[te-validation-state='invalid']:!caret-error disabled:!opacity-60 disabled:cursor-not-allowed group-has-[[data-te-input-state-active]]:opacity-100 group-has-[.is-invalid]:!caret-error @error('responsible_person') is-invalid @enderror" id="responsible_person" name="responsible_person" value="{{ old('responsible_person', $history->responsiblePerson?->name) }}" />

<label class="pointer-events-none absolute top-0 left-3 mb-0 max-w-[90%] origin-[0_0] truncate pt-[0.37rem] leading-[2.15] text-black/[0.60] transition-all duration-200 ease-out peer-focus:-translate-y-[1.15rem] peer-focus:scale-[0.8] peer-focus:text-primary peer-data-[te-input-state-active]:-translate-y-[1.15rem] peer-data-[te-input-state-active]:scale-[0.8] motion-reduce:transition-none dark:text-white/[0.60] dark:peer-focus:text-primary group-data-[te-validation-state='invalid']:!text-error group-data-[te-validation-state='invalid']:peer-focus:!text-error peer-disabled:opacity-60 peer-disabled:cursor-not-allowed group-has-[.is-invalid]:!text-error" for="responsible_person">
{{ __('Penanggung Jawab *') }}
{{ __('Pengguna Barang *') }}
</label>
</div>
{{-- End Input --}}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/asset-histories/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
{{ __('Sejak Tanggal') }}
</th>
<th class="table-cell w-auto h-14 px-4 m-0 subtitle-2 text-black/[0.87] text-left truncate dark:text-white/[0.87]">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</th>
<th class="table-cell w-auto h-14 px-4 m-0 subtitle-2 text-black/[0.87] text-left truncate dark:text-white/[0.87]">
{{ __('Lokasi') }}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/asset-histories/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<div class="flex flex-col justify-between items-stretch !gap-1 w-full h-auto !px-0 py-4 m-0 border-b border-solid border-chinese-white text-black/[0.60] no-underline outline-none whitespace-normal overflow-auto select-text dark:border-dark-liver lg:flex-row lg:!gap-8 lg:min-h-[52px] lg:py-3.5">
<div class="flex-1 inline-block w-full h-auto p-0 m-0 overflow-hidden relative">
<span class="block w-full h-auto p-0 m-0 subtitle-2 text-black/[0.87] text-left leading-6 dark:text-white/[0.87]">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/asset-inactive/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
<div class="flex flex-col justify-between items-stretch !gap-1 w-full h-auto !px-0 py-4 m-0 border-b border-none border-chinese-white text-black/[0.60] no-underline outline-none whitespace-normal overflow-auto select-text dark:border-dark-liver lg:flex-row lg:!gap-8 lg:min-h-[52px] lg:py-3.5">
<div class="flex-1 inline-block w-full h-auto p-0 m-0 overflow-hidden relative">
<span class="block w-full h-auto p-0 m-0 subtitle-2 text-black/[0.87] text-left leading-6 dark:text-white/[0.87]">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/layout/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@

<div class="flex-1 inline-block w-full h-auto p-0 m-0 overflow-hidden relative">
<span class="block w-full h-auto p-0 m-0 subtitle-1 text-black/[0.87] text-left truncate dark:text-white/[0.87] group-open:text-primary dark:group-open:text-black">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</span>
</div>
</a>
Expand Down
6 changes: 3 additions & 3 deletions resources/views/responsible-persons/create.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('app')

@section('title', 'Penanggung Jawab')
@section('title', 'Pengguna Barang')

@section('content')
<div class="flex flex-col w-full h-full p-0 m-0 relative">
Expand All @@ -23,7 +23,7 @@

<li class="inline-block w-auto h-auto p-0 m-0 relative [&+li::before]:content-['/'] [&+li::before]:mx-1 [&+li::before]:text-black/[0.60] dark:[&+li::before]:text-white/[0.60]">
<a href="{{ route('responsible-persons.index') }}" class="inline-block w-auto h-auto p-0 m-0 subtitle-1 text-primary no-underline outline-none cursor-pointer hover:underline focus:underline active:underline">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</a>
</li>

Expand Down Expand Up @@ -85,7 +85,7 @@
<input type="text" class="peer caret-primary block min-h-[48px] w-full rounded border-0 bg-transparent px-3 py-3 subtitle-1 text-black/[0.87] outline-none transition-none duration-0 ease-linear focus:placeholder:opacity-100 file:hidden file:w-0 file:opacity-0 data-[te-input-state-active]:placeholder:opacity-100 motion-reduce:transition-none dark:text-white/[0.87] dark:placeholder:text-white/[0.87] [&:not([data-te-input-placeholder-active])]:placeholder:opacity-0 [&[type='file']]:opacity-0 group-data-[te-validation-state='invalid']:!caret-error disabled:!opacity-60 disabled:cursor-not-allowed group-has-[[data-te-input-state-active]]:opacity-100 group-has-[.is-invalid]:!caret-error @error('name') is-invalid @enderror" id="name" name="name" value="{{ old('name') }}" autocomplete="off" autocapitalize="off" autofocus />

<label class="pointer-events-none absolute top-0 left-3 mb-0 max-w-[90%] origin-[0_0] truncate pt-[0.37rem] leading-[2.15] text-black/[0.60] transition-all duration-200 ease-out peer-focus:-translate-y-[1.15rem] peer-focus:scale-[0.8] peer-focus:text-primary peer-data-[te-input-state-active]:-translate-y-[1.15rem] peer-data-[te-input-state-active]:scale-[0.8] motion-reduce:transition-none dark:text-white/[0.60] dark:peer-focus:text-primary group-data-[te-validation-state='invalid']:!text-error group-data-[te-validation-state='invalid']:peer-focus:!text-error peer-disabled:opacity-60 peer-disabled:cursor-not-allowed group-has-[.is-invalid]:!text-error" for="name">
{{ __('Penanggung Jawab *') }}
{{ __('Pengguna Barang *') }}
</label>
</div>
{{-- End Input --}}
Expand Down
6 changes: 3 additions & 3 deletions resources/views/responsible-persons/edit.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('app')

@section('title', 'Penanggung Jawab')
@section('title', 'Pengguna Barang')

@section('content')
<div class="flex flex-col w-full h-full p-0 m-0 relative">
Expand All @@ -23,7 +23,7 @@

<li class="inline-block w-auto h-auto p-0 m-0 relative [&+li::before]:content-['/'] [&+li::before]:mx-1 [&+li::before]:text-black/[0.60] dark:[&+li::before]:text-white/[0.60]">
<a href="{{ route('responsible-persons.index') }}" class="inline-block w-auto h-auto p-0 m-0 subtitle-1 text-primary no-underline outline-none cursor-pointer hover:underline focus:underline active:underline">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</a>
</li>

Expand Down Expand Up @@ -91,7 +91,7 @@
<input type="text" class="peer caret-primary block min-h-[48px] w-full rounded border-0 bg-transparent px-3 py-3 subtitle-1 text-black/[0.87] outline-none transition-none duration-0 ease-linear focus:placeholder:opacity-100 file:hidden file:w-0 file:opacity-0 data-[te-input-state-active]:placeholder:opacity-100 motion-reduce:transition-none dark:text-white/[0.87] dark:placeholder:text-white/[0.87] [&:not([data-te-input-placeholder-active])]:placeholder:opacity-0 [&[type='file']]:opacity-0 group-data-[te-validation-state='invalid']:!caret-error disabled:!opacity-60 disabled:cursor-not-allowed group-has-[[data-te-input-state-active]]:opacity-100 group-has-[.is-invalid]:!caret-error @error('name') is-invalid @enderror" id="name" name="name" value="{{ old('name', $person->name) }}" autocomplete="off" autocapitalize="off" autofocus />

<label class="pointer-events-none absolute top-0 left-3 mb-0 max-w-[90%] origin-[0_0] truncate pt-[0.37rem] leading-[2.15] text-black/[0.60] transition-all duration-200 ease-out peer-focus:-translate-y-[1.15rem] peer-focus:scale-[0.8] peer-focus:text-primary peer-data-[te-input-state-active]:-translate-y-[1.15rem] peer-data-[te-input-state-active]:scale-[0.8] motion-reduce:transition-none dark:text-white/[0.60] dark:peer-focus:text-primary group-data-[te-validation-state='invalid']:!text-error group-data-[te-validation-state='invalid']:peer-focus:!text-error peer-disabled:opacity-60 peer-disabled:cursor-not-allowed group-has-[.is-invalid]:!text-error" for="name">
{{ __('Penanggung Jawab *') }}
{{ __('Pengguna Barang *') }}
</label>
</div>
{{-- End Input --}}
Expand Down
8 changes: 4 additions & 4 deletions resources/views/responsible-persons/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('app')

@section('title', 'Penanggung Jawab')
@section('title', 'Pengguna Barang')

@section('content')
<div class="flex flex-col w-full h-full p-0 m-0 relative">
Expand All @@ -23,7 +23,7 @@

<li class="inline-block w-auto h-auto p-0 m-0 relative [&+li::before]:content-['/'] [&+li::before]:mx-1 [&+li::before]:text-black/[0.60] dark:[&+li::before]:text-white/[0.60]">
<span class="inline-block w-auto h-auto p-0 m-0 subtitle-1 text-black/[0.60] cursor-default dark:text-white/[0.60]">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</span>
</li>
</ol>
Expand All @@ -49,7 +49,7 @@
<div class="flex-1 block w-auto h-auto p-0 m-0 overflow-hidden relative basis-auto order-1 sm:order-none">
<div class="block w-full h-auto p-0 m-0 relative">
<h6 class="block w-full h-auto px-2 py-1.5 m-0 headline-6 text-black/[0.87] truncate dark:text-white/[0.87]">
{{ __('Daftar Penanggung Jawab') }}
{{ __('Daftar Pengguna Barang') }}
</h6>
</div>
</div>
Expand Down Expand Up @@ -107,7 +107,7 @@
{{ __('#') }}
</th>
<th class="table-cell w-auto h-14 px-4 m-0 subtitle-2 text-black/[0.87] text-left truncate dark:text-white/[0.87]">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</th>
<th class="table-cell w-auto h-14 px-4 m-0 subtitle-2 text-black/[0.87] text-left truncate dark:text-white/[0.87]">
{{ __('Jabatan') }}
Expand Down
6 changes: 3 additions & 3 deletions resources/views/responsible-persons/show.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@extends('app')

@section('title', 'Penanggung Jawab')
@section('title', 'Pengguna Barang')

@section('content')
<div class="flex flex-col w-full h-full p-0 m-0 relative">
Expand All @@ -23,7 +23,7 @@

<li class="inline-block w-auto h-auto p-0 m-0 relative [&+li::before]:content-['/'] [&+li::before]:mx-1 [&+li::before]:text-black/[0.60] dark:[&+li::before]:text-white/[0.60]">
<a href="{{ route('responsible-persons.index') }}" class="inline-block w-auto h-auto p-0 m-0 subtitle-1 text-primary no-underline outline-none cursor-pointer hover:underline focus:underline active:underline">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</a>
</li>

Expand Down Expand Up @@ -128,7 +128,7 @@
<div class="flex flex-col justify-between items-stretch !gap-1 w-full h-auto !px-0 py-4 m-0 border-b border-solid border-chinese-white text-black/[0.60] no-underline outline-none whitespace-normal overflow-auto select-text dark:border-dark-liver lg:flex-row lg:!gap-8 lg:min-h-[52px] lg:py-3.5">
<div class="flex-1 inline-block w-full h-auto p-0 m-0 overflow-hidden relative">
<span class="block w-full h-auto p-0 m-0 subtitle-2 text-black/[0.87] text-left leading-6 dark:text-white/[0.87]">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/scans/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<div class="flex flex-col justify-between items-stretch !gap-1 w-full h-auto !px-0 py-4 m-0 border-b border-solid border-chinese-white text-black/[0.60] no-underline outline-none whitespace-normal overflow-auto select-text dark:border-dark-liver lg:flex-row lg:!gap-8 lg:min-h-[52px] lg:py-3.5">
<div class="flex-1 inline-block w-full h-auto p-0 m-0 overflow-hidden relative">
<span class="block w-full h-auto p-0 m-0 subtitle-2 text-black/[0.87] text-left leading-6 dark:text-white/[0.87]">
{{ __('Penanggung Jawab') }}
{{ __('Pengguna Barang') }}
</span>
</div>

Expand Down
Loading