Skip to content

Commit

Permalink
Merge branch 'main' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Sep 8, 2024
2 parents 05e776c + f232b91 commit 9c8f7b9
Show file tree
Hide file tree
Showing 254 changed files with 22,739 additions and 17,189 deletions.
Binary file added content/authors/avatars/datlechin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/authors/datlechin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Ngô Quốc Đạt
slug: datlechin
github_url: https://github.com/datlechin
twitter_url: https://x.com/datlechin
sponsor_url: https://github.com/sponsors/datlechin
---

I'm a Software Developer from Vietnam and working on Laravel.
14 changes: 14 additions & 0 deletions content/plugins/3x1io-tomato-pos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Point of Sale
slug: 3x1io-tomato-pos
author_slug: 3x1io
categories: [developer-tool]
description: POS System for FilamentPHP with a lot of features and integration with Ecommerce Builder
discord_url: https://discord.com/channels/883083792112300104/1265002822605344871
docs_url: https://raw.githubusercontent.com/tomatophp/filament-pos/master/README.md
github_repository: tomatophp/filament-pos
has_dark_theme: true
has_translations: true
versions: [3]
publish_date: 2024-09-06
---
14 changes: 14 additions & 0 deletions content/plugins/datlechin-menu-builder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Menu Builder
slug: datlechin-menu-builder
author_slug: datlechin
categories: [panel-builder]
description: Create and manage menus in your Filament application.
discord_url: https://discord.com/channels/883083792112300104/1281615252286607551
docs_url: https://raw.githubusercontent.com/datlechin/filament-menu-builder/main/README.md
github_repository: datlechin/filament-menu-builder
has_dark_theme: true
has_translations: true
versions: [2, 3]
publish_date: 2024-09-06
---
1 change: 0 additions & 1 deletion content/plugins/filament-minimal-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ author_slug: filament
categories: [form-builder, panel-builder, table-builder, theme]
checkout_url: https://filamentthemes.lemonsqueezy.com/checkout/buy/58c32592-f76a-4685-aba2-65487cbcd3cc?embed=1&logo=0
description: Featuring a clean design with less rounding, a lighter background and redesigned UI components.
discord_url: https://discord.com/channels/883083792112300104/1080807837833384017
github_repository: filamentphp/minimal-theme
has_dark_theme: true
has_translations: true
Expand Down
Binary file added content/plugins/images/3x1io-tomato-pos.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
109 changes: 62 additions & 47 deletions docs/dist/1.x/admin/dashboard/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="hidden astro-CU5JHS6Y">
<html lang="en" class="hidden astro-MDSAD7BS">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down Expand Up @@ -27,21 +27,36 @@
<meta name="msapplication-config" content="/favicon/browserconfig.xml?v=w1dBNxT7Wg">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/docs/assets/index.5b0ae27c.css" />
<link rel="stylesheet" href="/docs/assets/dashboard.f0c83b8b.css" /><script type="module" src="/docs/hoisted.779873f3.js"></script></head>
<body x-data="codeBlockClipboard" class="bg-cream dark:bg-[#171527] astro-CU5JHS6Y">
<div class="bg-burnt-butter hidden md:block astro-CU5JHS6Y">
<link rel="stylesheet" href="/docs/assets/dashboard.82d0a5de.css" /><script type="module" src="/docs/hoisted.779873f3.js"></script></head>
<body x-data="codeBlockClipboard" class="bg-cream dark:bg-[#171527] astro-MDSAD7BS">
<div class="bg-burnt-butter hidden lg:block astro-MDSAD7BS">
<div x-data="{
partner: null,
}" x-init="partner = (Math.random() < 0.3333) ? 'kirschbaum' : (Math.random() < 0.5) ? 'whizzy' : 'sponsor'" class="max-w-8xl mx-auto px-4 py-1.5 sm:px-6 lg:px-8 text-sm text-center text-white min-h-9 astro-CU5JHS6Y">
<span x-cloak x-show="partner === 'kirschbaum'" class="astro-CU5JHS6Y">
Looking for dedicated help with your Filament project? Work with <a href="https://kirschbaumdevelopment.com?ref=filamentphp.com" target="_blank" class="underline astro-CU5JHS6Y">Kirschbaum</a>, the official Filament-partnered development agency.
</span>
<span x-cloak x-show="partner === 'whizzy'" class="astro-CU5JHS6Y">
Build with <a href="https://whizzy.dev/?utm_source=filament&utm_medium=referral&utm_campaign=partner&utm_content=header" target="_blank" class="underline astro-CU5JHS6Y">Whizzy</a>, the Filament development platform.
</span>
<span x-cloak x-show="partner === 'sponsor'" class="astro-CU5JHS6Y">
Love Filament? We'd really appreciate your <a href="https://github.com/filamentphp/filament?sponsor=1" target="_blank" class="underline astro-CU5JHS6Y">sponsorship</a> to fund the maintenance and support of the project.
</span>
banner: null,
}" x-init="banner = Math.floor(Math.random() * 3)" class="max-w-8xl mx-auto px-4 py-1.5 sm:px-6 lg:px-8 text-sm text-center text-white min-h-9 astro-MDSAD7BS">
<template x-if="banner === 0" class="astro-MDSAD7BS">
<span class="astro-MDSAD7BS">
Looking for dedicated help with your Filament project? Work with <a href="https://kirschbaumdevelopment.com?ref=filamentphp.com" target="_blank" class="underline astro-MDSAD7BS">Kirschbaum</a>, the official Filament-partnered development agency.
</span>
</template>
<template x-if="banner === 1" x-data="{ variant: null }" x-init="variant = Math.floor(Math.random() * 2)" class="astro-MDSAD7BS">
<span class="astro-MDSAD7BS">
<template x-if="variant === 0" class="astro-MDSAD7BS">
<span class="astro-MDSAD7BS">
Build faster with <a href="https://whizzy.dev/?utm_source=filament&utm_medium=referral&utm_campaign=partner&utm_content=banner+short" target="_blank" class="underline astro-MDSAD7BS">Whizzy</a>.
</span>
</template>
<template x-if="variant === 1" class="astro-MDSAD7BS">
<span class="astro-MDSAD7BS">
Build faster with <a href="https://whizzy.dev/?utm_source=filament&utm_medium=referral&utm_campaign=partner&utm_content=banner+long" target="_blank" class="underline astro-MDSAD7BS">Whizzy</a>, the development platform for Laravel and Filament.
</span>
</template>
</span>
</template>
<template x-if="banner === 2" class="astro-MDSAD7BS">
<span class="astro-MDSAD7BS">
Love Filament? We'd really appreciate your <a href="https://github.com/filamentphp/filament?sponsor=1" target="_blank" class="underline astro-MDSAD7BS">sponsorship</a> to fund the maintenance and support of the project.
</span>
</template>
</div>
</div>

Expand Down Expand Up @@ -530,12 +545,12 @@ <h2>Plugin Development</h2>



<div class="relative mx-auto flex max-w-screen-2xl justify-center sm:px-2 lg:px-8 xl:px-12 astro-CU5JHS6Y">
<div class="hidden lg:relative lg:block lg:flex-none astro-CU5JHS6Y">
<div class="absolute inset-y-0 right-0 w-[50vw] bg-cream dark:hidden astro-CU5JHS6Y"></div>
<div class="absolute top-16 bottom-0 right-0 hidden h-12 w-px bg-gradient-to-t from-gray-800 dark:block astro-CU5JHS6Y"></div>
<div class="absolute top-28 bottom-0 right-0 hidden w-px bg-gray-800 dark:block astro-CU5JHS6Y"></div>
<div class="sticky top-10 -ml-0.5 h-screen overflow-y-auto overflow-x-hidden pt-10 pb-16 pl-0.5 navigation-custom-scrollbar astro-CU5JHS6Y" x-data="{
<div class="relative mx-auto flex max-w-screen-2xl justify-center sm:px-2 lg:px-8 xl:px-12 astro-MDSAD7BS">
<div class="hidden lg:relative lg:block lg:flex-none astro-MDSAD7BS">
<div class="absolute inset-y-0 right-0 w-[50vw] bg-cream dark:hidden astro-MDSAD7BS"></div>
<div class="absolute top-16 bottom-0 right-0 hidden h-12 w-px bg-gradient-to-t from-gray-800 dark:block astro-MDSAD7BS"></div>
<div class="absolute top-28 bottom-0 right-0 hidden w-px bg-gray-800 dark:block astro-MDSAD7BS"></div>
<div class="sticky top-10 -ml-0.5 h-screen overflow-y-auto overflow-x-hidden pt-10 pb-16 pl-0.5 navigation-custom-scrollbar astro-MDSAD7BS" x-data="{
position: 0,
init() {
this.position = localStorage.getItem('sidebarScrollPosition') || 0;
Expand Down Expand Up @@ -639,17 +654,17 @@ <h2>Plugin Development</h2>
</nav>
</div>
</div>
<div class="min-w-0 max-w-2xl flex-auto px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 astro-CU5JHS6Y">
<article class="astro-CU5JHS6Y">
<header class="mb-9 space-y-1 astro-CU5JHS6Y">
<p class="font-display font-bold text-butter astro-CU5JHS6Y">
<span id="current-package" class="astro-CU5JHS6Y">
<div class="min-w-0 max-w-2xl flex-auto px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 astro-MDSAD7BS">
<article class="astro-MDSAD7BS">
<header class="mb-9 space-y-1 astro-MDSAD7BS">
<p class="font-display font-bold text-butter astro-MDSAD7BS">
<span id="current-package" class="astro-MDSAD7BS">
Admin Panel
</span>


</p>
<h1 class="font-display text-3xl font-extrabold tracking-tight text-stone-900 dark:text-white astro-CU5JHS6Y">
<h1 class="font-display text-3xl font-extrabold tracking-tight text-stone-900 dark:text-white astro-MDSAD7BS">
Dashboard
</h1>
</header>
Expand All @@ -671,44 +686,44 @@ <h2 id="disabling-the-default-widgets"><a class="heading-anchor" href="#disablin
'info' =&gt; false, // Disables the info widget.
],
],
</textarea></code></pre><a href="https://github.com/filamentphp/filament/edit/1.x/docs/06-dashboard.md&#34;" class="text-sm astro-CU5JHS6Y" target="_blank" rel="noopener">Edit on GitHub</a><p class="astro-CU5JHS6Y">
Still need help? Join our <a href="/discord" target="_blank" class="transition hover:text-primary-600 astro-CU5JHS6Y">Discord community</a> or open a <a href="https://github.com/filamentphp/filament/discussions/new/choose" target="_blank" class="transition hover:text-primary-600 astro-CU5JHS6Y">GitHub discussion</a>
</textarea></code></pre><a href="https://github.com/filamentphp/filament/edit/1.x/docs/06-dashboard.md&#34;" class="text-sm astro-MDSAD7BS" target="_blank" rel="noopener">Edit on GitHub</a><p class="astro-MDSAD7BS">
Still need help? Join our <a href="/discord" target="_blank" class="transition hover:text-primary-600 astro-MDSAD7BS">Discord community</a> or open a <a href="https://github.com/filamentphp/filament/discussions/new/choose" target="_blank" class="transition hover:text-primary-600 astro-MDSAD7BS">GitHub discussion</a>
</p>
</div>
</article>
<dl class="mt-12 flex border-t border-gray-200 pt-6 dark:border-gray-800 astro-CU5JHS6Y">
<div class="astro-CU5JHS6Y">
<dt class="font-display text-sm font-bold text-stone-900 dark:text-white astro-CU5JHS6Y">
<dl class="mt-12 flex border-t border-gray-200 pt-6 dark:border-gray-800 astro-MDSAD7BS">
<div class="astro-MDSAD7BS">
<dt class="font-display text-sm font-bold text-stone-900 dark:text-white astro-MDSAD7BS">
Previous
</dt>
<dd class="mt-1 astro-CU5JHS6Y">
<a href="/docs/1.x/admin/pages" class="text-base font-semibold text-gray-500 hover:text-gray-600 dark:text-gray-300 dark:hover:text-gray-300 astro-CU5JHS6Y">
<span aria-hidden="true" class="astro-CU5JHS6Y">&larr;</span> Pages
<dd class="mt-1 astro-MDSAD7BS">
<a href="/docs/1.x/admin/pages" class="text-base font-semibold text-gray-500 hover:text-gray-600 dark:text-gray-300 dark:hover:text-gray-300 astro-MDSAD7BS">
<span aria-hidden="true" class="astro-MDSAD7BS">&larr;</span> Pages
</a>
</dd>
</div>
<div class="ml-auto text-right astro-CU5JHS6Y">
<dt class="font-display text-sm font-bold text-stone-900 dark:text-white astro-CU5JHS6Y">
<div class="ml-auto text-right astro-MDSAD7BS">
<dt class="font-display text-sm font-bold text-stone-900 dark:text-white astro-MDSAD7BS">
Next
</dt>
<dd class="mt-1 astro-CU5JHS6Y">
<a href="/docs/1.x/admin/navigation" class="text-base font-semibold text-gray-500 hover:text-gray-600 dark:text-gray-300 dark:hover:text-gray-300 astro-CU5JHS6Y">
Navigation <span aria-hidden="true" class="astro-CU5JHS6Y">&rarr;</span>
<dd class="mt-1 astro-MDSAD7BS">
<a href="/docs/1.x/admin/navigation" class="text-base font-semibold text-gray-500 hover:text-gray-600 dark:text-gray-300 dark:hover:text-gray-300 astro-MDSAD7BS">
Navigation <span aria-hidden="true" class="astro-MDSAD7BS">&rarr;</span>
</a>
</dd>
</div>
</dl>
</div>
<div class="hidden xl:sticky xl:top-0 xl:-mr-6 xl:block xl:h-screen xl:flex-none xl:overflow-y-auto xl:pt-10 xl:pb-16 xl:pr-6 navigation-custom-scrollbar astro-CU5JHS6Y">
<div class="hidden xl:sticky xl:top-0 xl:-mr-6 xl:block xl:h-screen xl:flex-none xl:overflow-y-auto xl:pt-10 xl:pb-16 xl:pr-6 navigation-custom-scrollbar astro-MDSAD7BS">
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CW7D627Y&placement=filamentphpcom" id="_carbonads_js"></script>

<nav aria-labelledby="on-this-page-title" class="my-6 w-56 astro-CU5JHS6Y">
<h2 id="on-this-page-title" class="font-display text-sm font-bold text-stone-900 dark:text-white astro-CU5JHS6Y">
<nav aria-labelledby="on-this-page-title" class="my-6 w-56 astro-MDSAD7BS">
<h2 id="on-this-page-title" class="font-display text-sm font-bold text-stone-900 dark:text-white astro-MDSAD7BS">
On this page
</h2><ol role="list" class="mt-4 space-y-3 text-sm astro-CU5JHS6Y" x-data="tableOfContents([{&#34;depth&#34;:2,&#34;slug&#34;:&#34;disabling-the-default-widgets&#34;,&#34;text&#34;:&#34;Disabling the Default Widgets&#34;,&#34;title&#34;:&#34;Disabling the Default Widgets&#34;,&#34;children&#34;:[]}])" x-on:scroll.window="updateCurrentSection">
<li class="astro-CU5JHS6Y">
<h3 class="astro-CU5JHS6Y">
<a href="#disabling-the-default-widgets" class="inline-block transition duration-300 ease-out astro-CU5JHS6Y" x-bind:class="current == 'disabling-the-default-widgets' ? 'text-butter font-bold translate-x-1' : 'text-gray-500 hover:text-gray-700 dark:text-gray-300 dark:hover:text-gray-300 hover:translate-x-1'">
</h2><ol role="list" class="mt-4 space-y-3 text-sm astro-MDSAD7BS" x-data="tableOfContents([{&#34;depth&#34;:2,&#34;slug&#34;:&#34;disabling-the-default-widgets&#34;,&#34;text&#34;:&#34;Disabling the Default Widgets&#34;,&#34;title&#34;:&#34;Disabling the Default Widgets&#34;,&#34;children&#34;:[]}])" x-on:scroll.window="updateCurrentSection">
<li class="astro-MDSAD7BS">
<h3 class="astro-MDSAD7BS">
<a href="#disabling-the-default-widgets" class="inline-block transition duration-300 ease-out astro-MDSAD7BS" x-bind:class="current == 'disabling-the-default-widgets' ? 'text-butter font-bold translate-x-1' : 'text-gray-500 hover:text-gray-700 dark:text-gray-300 dark:hover:text-gray-300 hover:translate-x-1'">
Disabling the Default Widgets
</a>
</h3>
Expand Down
Loading

0 comments on commit 9c8f7b9

Please sign in to comment.