-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from lara-zeus/add-beta-note
clean up and add beta note widget
- Loading branch information
Showing
25 changed files
with
13,006 additions
and
122 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
/*! | ||
* FilePond 4.30.4 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
* Please visit https://pqina.nl/filepond/ for details. | ||
*/ | ||
|
||
/*! | ||
* FilePondPluginFileValidateSize 2.2.7 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
* Please visit https://pqina.nl/filepond/ for details. | ||
*/ | ||
|
||
/*! | ||
* FilePondPluginFileValidateType 1.2.8 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
* Please visit https://pqina.nl/filepond/ for details. | ||
*/ | ||
|
||
/*! | ||
* FilePondPluginImageCrop 2.0.6 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
* Please visit https://pqina.nl/filepond/ for details. | ||
*/ | ||
|
||
/*! | ||
* FilePondPluginImageExifOrientation 1.0.11 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
* Please visit https://pqina.nl/filepond/ for details. | ||
*/ | ||
|
||
/*! | ||
* FilePondPluginImagePreview 4.6.11 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
* Please visit https://pqina.nl/filepond/ for details. | ||
*/ | ||
|
||
/*! | ||
* FilePondPluginImageResize 2.0.10 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
* Please visit https://pqina.nl/filepond/ for details. | ||
*/ | ||
|
||
/*! | ||
* FilePondPluginImageTransform 3.8.7 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
* Please visit https://pqina.nl/filepond/ for details. | ||
*/ | ||
|
||
/*! | ||
* FilePondPluginMediaPreview 1.0.11 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
* Please visit undefined for details. | ||
*/ | ||
|
||
/*! @license DOMPurify 2.3.10 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.10/LICENSE */ | ||
|
||
/*! choices.js v10.1.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */ | ||
|
||
/**! | ||
* Sortable 1.15.0 | ||
* @author RubaXa <[email protected]> | ||
* @author owenm <[email protected]> | ||
* @license MIT | ||
*/ |
14 changes: 14 additions & 0 deletions
14
resources/views/filament/resources/form-resource/widgets/beta-note.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<x-filament::widget> | ||
<x-filament::card> | ||
<div class="text-center font-semibold"> | ||
<p class="text-red-500"> | ||
🚧🚧 Still Under Development 🚧🚧 | ||
</p> | ||
<p> | ||
thank you 🙏🏽 for testing Bolt. | ||
<br> | ||
this package was extracted from a client project, working on making it stable inside filament :) | ||
</p> | ||
</div> | ||
</x-filament::card> | ||
</x-filament::widget> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
namespace LaraZeus\Bolt\Filament\Resources\FormResource\Widgets; | ||
|
||
use Filament\Widgets\Widget; | ||
|
||
class BetaNote extends Widget | ||
{ | ||
protected int|string|array $columnSpan = 'full'; | ||
protected static string $view = 'zeus-bolt::filament.resources.form-resource.widgets.beta-note'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.