hayvern
hayvern
FFilament
Created by hayvern on 1/23/2024 in #❓┊help
Can you run standard css alongside Tailwindcss?
Is it possible to run standard css alongside Tailwindcss? There are some css classes that are not available in Tailwind such as radial-gradient. I've created a custom theme and all that works. Prior to using a custom theme, standard css was working on my custom table column component blade file. Once I use the custom theme, the standard css died, and I resorted to recreating my component from scratch. But as I am trying to build dashboards with circular progress bars, Tailwind alone doesn't seem to have what I need for the design. Can point me in the right direction?
12 replies
FFilament
Created by hayvern on 1/17/2024 in #❓┊help
How to adjust columnSpan for Relation Manager?
No description
18 replies
FFilament
Created by hayvern on 1/10/2024 in #❓┊help
FileUpload preview gets 404 error
No description
4 replies
FFilament
Created by hayvern on 12/25/2023 in #❓┊help
Line between navigation child items do not appear
I'm using version 3.1.23 currently. I have 3 resources: Tickets (Parent) Ticket Messages (Child #1 to Tickets) Slas (Child #2 to Tickets) Looking at the demo, the 2 child items Brands and Category under Products are connected with a line between the 2 dots. It doesn't seem to show on my app. What could possibly be wrong? Code for the Parent Resource: protected static ?string $navigationGroup = 'Trouble Ticket Management'; protected static ?string $navigationIcon = 'heroicon-o-ticket'; protected static ?string $navigationLabel = 'Tickets'; protected static ?int $navigationSort = 0; Code for the Child Resource: protected static ?string $navigationGroup = 'Trouble Ticket Management'; protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack'; protected static ?string $navigationParentItem = 'Tickets'; protected static ?int $navigationSort = 1; Code for the second Child Resource: protected static ?string $navigationGroup = 'Trouble Ticket Management'; protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack'; protected static ?string $navigationParentItem = 'Tickets'; protected static ?int $navigationSort = 2;
3 replies