13 Commits

Author SHA1 Message Date
Boy132
405f71e174 make phpstan happy 2025-09-02 13:43:38 +02:00
Boy132
b1a670f8f5 small cleanup 2025-09-02 13:31:00 +02:00
Boy132
a7df78d211 add support for number inputs for startup variables (and set default cast) 2025-09-02 13:09:38 +02:00
Boy132
25e45883a8 fix after merge 2025-09-02 09:28:07 +02:00
Boy132
999ac1ebb1 Merge remote-tracking branch 'upstream/main' into filament-v4 2025-09-02 09:19:52 +02:00
Boy132
8f277aaca0
Create custom startup variable field (#1615) 2025-09-02 09:05:36 +02:00
Boy132
c508bcba95 ignoreRecord is true by default now 2025-07-22 16:01:50 +02:00
Charles
d4da111a14 Merge branch 'main' into filament-v4
Oh man, this is a disaster.
2025-07-10 08:40:56 -04:00
pelican-vehikl
de4cb38766
Refactor Providers to be a singleton (#1327) 2025-07-01 21:33:11 -04:00
notCharles
61da930909 wip 2025-04-24 19:03:34 -04:00
tfcprivt
b9d4773bd7
Fixed the Select dropdown to use searchable on the Edit Files Page. (#1204)
Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
2025-04-06 14:05:54 -04:00
Boy132
45db06a1bd
Refactor captcha (#1068)
* refactor captcha

* add default error message

* prevent rule from being called multiple times

* fixes

* use config

* Update this to latest

* Remove this

---------

Co-authored-by: Lance Pioch <git@lance.sh>
2025-03-15 15:52:38 -04:00
MartinOscar
324fc4b7d5
Add Egg copy from & ReplicateAction (#1013)
* Add `Egg` `copy from` for Process & Install Script

* Add builtin `ReplicateAction`

* Use `CopyFrom` for less duplicated code

* Hide label & add tooltip to `ReplicateAction`

* use `iconButton()` instead of `hiddenLabel()`

* use `iconButton()` for every Actions

* Use our translation instead

* Copy egg_variables aswell

* remove `get()`

Co-authored-by: Boy132 <Boy132@users.noreply.github.com>

---------
Co-authored-by: Boy132 <Boy132@users.noreply.github.com>
2025-02-19 19:52:10 +01:00