feat: gunakan font Roboto dan Playfair Display di halaman publik
This commit is contained in:
@@ -17,7 +17,7 @@ class ActivityResource extends Resource
|
||||
protected static ?string $model = Activity::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-calendar-days';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Kegiatan';
|
||||
protected static ?string $modelLabel = 'Kegiatan';
|
||||
protected static ?string $navigationLabel = 'Kegiatan';
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ class AuditResource extends Resource
|
||||
protected static ?string $model = Audit::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-magnifying-glass';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Audit';
|
||||
protected static ?string $modelLabel = 'Temuan Audit';
|
||||
protected static ?string $navigationLabel = 'Temuan Audit';
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ class CashCategoryResource extends Resource
|
||||
protected static ?string $model = CashCategory::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-tag';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Keuangan';
|
||||
protected static ?string $modelLabel = 'Kategori Kas';
|
||||
protected static ?string $navigationLabel = 'Kategori';
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
@@ -17,7 +17,8 @@ class CashRecordResource extends Resource
|
||||
protected static ?string $model = CashRecord::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-banknotes';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Keuangan';
|
||||
protected static ?string $modelLabel = 'Transaksi Kas';
|
||||
protected static ?string $navigationLabel = 'Transaksi';
|
||||
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
@@ -19,8 +19,8 @@ class ContactMessageResource extends Resource
|
||||
{
|
||||
protected static ?string $model = ContactMessage::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-envelope';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Konten';
|
||||
protected static ?string $modelLabel = 'Pesan Masuk';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Kontak';
|
||||
protected static ?string $navigationLabel = 'Pesan Masuk';
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ class DivisionResource extends Resource
|
||||
protected static ?string $model = Division::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-rectangle-group';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Organisasi';
|
||||
protected static ?string $modelLabel = 'Divisi';
|
||||
protected static ?string $navigationLabel = 'Divisi';
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
@@ -18,6 +18,7 @@ class PostResource extends Resource
|
||||
protected static ?string $model = Post::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-newspaper';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Konten';
|
||||
protected static ?string $navigationLabel = 'Post';
|
||||
|
||||
// Label dinamis sesuai role
|
||||
public static function getModelLabel(): string
|
||||
|
||||
@@ -17,7 +17,8 @@ class UserResource extends Resource
|
||||
protected static ?string $model = User::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-users';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Organisasi';
|
||||
protected static ?string $modelLabel = 'Anggota';
|
||||
protected static ?string $navigationLabel = 'Anggota';
|
||||
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
@@ -17,8 +17,7 @@ class VoteResource extends Resource
|
||||
{
|
||||
protected static ?string $model = Vote::class;
|
||||
protected static string|\BackedEnum|null $navigationIcon = 'heroicon-o-check-badge';
|
||||
protected static string|\UnitEnum|null $navigationGroup = 'Keputusan';
|
||||
protected static ?string $modelLabel = 'Voting';
|
||||
protected static ?string $navigationLabel = 'Voting';
|
||||
|
||||
public static function form(Schema $form): Schema
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user