daisy21
daisy21
FFilament
Created by acroninja on 11/8/2024 in #❓┊help
tenant switcher logs me out when using custom domains
how you do it exactly? i add session domain and i got 419 after login
5 replies
FFilament
Created by Wojtek-R on 4/11/2024 in #❓┊help
Pass data to widget from custom page
have you figured it out yet? im running same issue
8 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
for the record i did try making new component and just add radio button , and still the same
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
as you can see there is select.js error here
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
do you think it maybe because of alpine? or the multiple instances running problem?
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
so if i change the old class from the v2 in ie focus:ring-primary-500 h-4 w-4 text-primary-600 disabled:opacity-70 border-gray-300 it just this, it works in the v3
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
ring-primary-500/50 i cant find this class
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
"mt-1 border-none bg-white shadow-sm ring-1 transition duration-75 checked:ring-0 focus:ring-2 focus:ring-offset-0 disabled:bg-gray-50 disabled:text-gray-50 disabled:checked:bg-current disabled:checked:text-gray-400 dark:bg-white/5 dark:disabled:bg-transparent dark:disabled:checked:bg-gray-600 text-primary-600 ring-gray-950/10 focus:ring-primary-600 checked:focus:ring-primary-500/50 dark:text-primary-500 dark:ring-white/20 dark:checked:bg-primary-500 dark:focus:ring-primary-500 dark:checked:focus:ring-primary-400/50 dark:disabled:ring-white/10">
"mt-1 border-none bg-white shadow-sm ring-1 transition duration-75 checked:ring-0 focus:ring-2 focus:ring-offset-0 disabled:bg-gray-50 disabled:text-gray-50 disabled:checked:bg-current disabled:checked:text-gray-400 dark:bg-white/5 dark:disabled:bg-transparent dark:disabled:checked:bg-gray-600 text-primary-600 ring-gray-950/10 focus:ring-primary-600 checked:focus:ring-primary-500/50 dark:text-primary-500 dark:ring-white/20 dark:checked:bg-primary-500 dark:focus:ring-primary-500 dark:checked:focus:ring-primary-400/50 dark:disabled:ring-white/10">
this is the class in the radio button do you think its because the dark: thing
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
app.js
import Chart from 'chart.js/auto'
window.Chart = Chart
import Chart from 'chart.js/auto'
window.Chart = Chart
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
app.css
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind base;
@tailwind components;
@tailwind utilities;
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
yes i cant find the problem
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
No description
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
and all of my other components are there too and works fine
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
\resources\views\livewire\form-permohonan.blade.php its here
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
can you help me on what else should i add here to make it more clear to people? yes i did ,thats why im saying in the post that my other component (table) is working fine in the front end. and only form thats messed up
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
and this is the view livewire.form-permohonan
<div class="bg-white border border-gray-300 shadow-sm rounded-xl ">
<form wire:submit="submit">
{{ $this->form }}


</form>
</div>


@section('headerlivewire')
<section class="counts">
<div class="container aos-init aos-animate" data-aos="fade-up">
<header class="section-header2">
<!-- <h2>Layanan PPID</h2> -->

<p>FORMULIR PERMOHONAN INFORMASI</p>
<h2>Silahkan Lengkapi Formulir Permohonan Informasi Berikut</h2>
</header>


</div>
</section>
@endsection
@section('custom-js')
<script>

</script>
@endsection
<div class="bg-white border border-gray-300 shadow-sm rounded-xl ">
<form wire:submit="submit">
{{ $this->form }}


</form>
</div>


@section('headerlivewire')
<section class="counts">
<div class="container aos-init aos-animate" data-aos="fade-up">
<header class="section-header2">
<!-- <h2>Layanan PPID</h2> -->

<p>FORMULIR PERMOHONAN INFORMASI</p>
<h2>Silahkan Lengkapi Formulir Permohonan Informasi Berikut</h2>
</header>


</div>
</section>
@endsection
@section('custom-js')
<script>

</script>
@endsection
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
FormPermohonan.php -> https://pastebin.com/vAP53qgx this is the form livewire component in \app\Livewire\FormPermohonan.php
32 replies
FFilament
Created by daisy21 on 7/6/2024 in #❓┊help
Form outside panel wont apply some classes
this is vite.config.js
import { defineConfig } from 'vite'
import laravel, { refreshPaths } from 'laravel-vite-plugin'

export default defineConfig({
plugins: [
laravel({
input: [
'resources/css/app.css',
'resources/js/app.js',
'resources/js/filament-chart-js-plugins.js',
'resources/css/filament/admin/theme.css' ],
refresh: [
...refreshPaths,
'app/Livewire/**',

'app/Forms/Components/**',
],
}),
],
})
import { defineConfig } from 'vite'
import laravel, { refreshPaths } from 'laravel-vite-plugin'

export default defineConfig({
plugins: [
laravel({
input: [
'resources/css/app.css',
'resources/js/app.js',
'resources/js/filament-chart-js-plugins.js',
'resources/css/filament/admin/theme.css' ],
refresh: [
...refreshPaths,
'app/Livewire/**',

'app/Forms/Components/**',
],
}),
],
})
32 replies
FFilament
Created by HM on 5/11/2024 in #❓┊help
multi-tenant with multi domains?
this can works still if im using v3 right?
6 replies