|
|
6ac01418f3
|
app/Http/Livewire/Form/AccountForm.php: Change "password" validator rule to "current_password"
|
2023-03-02 15:51:23 +01:00 |
|
|
|
083f0a0c8f
|
app/Http/Livewire/Form/AccountForm.php: define $record property
|
2023-03-02 15:47:35 +01:00 |
|
|
|
1d76fdafd4
|
app/Http/Livewire/Datatable.php: Set pagination theme to tailwind.
|
2023-02-19 17:40:36 +01:00 |
|
|
|
7b513f5040
|
app/Http/Livewire/Game.php: Implement jackpot.
|
2023-02-19 16:19:17 +01:00 |
|
|
|
11eb3ccdd2
|
Admin/Card: Adding jackpot field.
|
2023-02-19 15:42:03 +01:00 |
|
|
|
d6b267ea90
|
app/Http/Livewire/Form/CardForm.php: add $classes property.
|
2023-02-19 15:36:11 +01:00 |
|
|
|
86b9f3d2f0
|
Formatting fixes.
|
2023-02-19 13:56:09 +01:00 |
|
|
|
51fb71e469
|
Formatting fixes and cleanup.
|
2023-01-31 07:36:35 +01:00 |
|
|
|
291d6bd128
|
livewire: adding Account form
|
2023-01-31 00:12:39 +01:00 |
|
|
|
bf76ecebbd
|
app/Http/Livewire/Datatable.php: Documentation
|
2022-01-24 23:14:42 +01:00 |
|
|
|
89755f975f
|
app/Http/Livewire/Datatable.php: Reorder methods.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
b012f2b6bc
|
app/Http/Livewire/Datatable.php: change setTrashedColumns() into setTrashed().
|
2022-01-24 23:14:42 +01:00 |
|
|
|
0d05f3adbe
|
app/Http/Livewire/Datatable.php: remove getRouteKeyProperty()
|
2022-01-24 23:14:42 +01:00 |
|
|
|
9879181779
|
app/Http/Livewire/Datatable.php: Use getModelName() to make the alert messages abit more non-generic.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
e596502650
|
app/Http/Livewire/Datatable.php: add getModelName()
|
2022-01-24 23:14:42 +01:00 |
|
|
|
170a53e473
|
Livewire Datatable: adding delete/restore functionality as livewire actions instead of regular controller actions.
|
2022-01-24 22:09:46 +01:00 |
|
|
|
b4c46d447b
|
app/Http/Livewire/Datatable.php: in render() apply onlyTrashed() to query if $this->trashed is set.
|
2022-01-23 12:51:54 +01:00 |
|
|
|
34fb4034bb
|
app/Http/Livewire/Datatable.php: Adding toggleTrashed()
|
2022-01-23 12:50:56 +01:00 |
|
|
|
c0e0357a43
|
app/Http/Livewire/Datatable.php: adding setTrashedColumns() and call it from mount()
|
2022-01-23 12:50:22 +01:00 |
|
|
|
6d988f925a
|
app/Http/Livewire/Datatable.php: Adding $trashed variable
|
2022-01-23 12:47:50 +01:00 |
|
|
|
11026c0c6e
|
app/Http/Livewire/Datatable.php: Adding $route_restore variable
|
2022-01-23 12:47:50 +01:00 |
|
|
|
a88e21fb19
|
app/Http/Livewire/Datatable.php: Adding $default_sort variable
|
2022-01-23 12:47:50 +01:00 |
|
|
|
2382387233
|
Livewire Datatable: include "create" button.
|
2022-01-22 15:33:02 +01:00 |
|
|
|
de7c503cfe
|
app/Http/Livewire/Form/CardForm.php: Adding getSubjectProperty()
|
2022-01-15 14:14:26 +01:00 |
|
|
|
ec4b04b40e
|
app/Http/Livewire/Traits/WithSort.php: sort relationships using PowerJoins
|
2022-01-15 13:31:39 +01:00 |
|
|
|
2e64a9713b
|
app/Http/Livewire/Traits/WithSort.php: Make null values appear last.
|
2022-01-15 13:30:41 +01:00 |
|
|
|
64bfcc71e1
|
app/Http/Livewire/Form/ModelForm.php: Translate flash messages.
|
2022-01-09 11:39:37 +01:00 |
|
|
|
4b86674ac7
|
app/Http/Livewire/Form/ModelForm.php: use redirect()->with() helper instead of session()->flash()
|
2022-01-09 11:39:12 +01:00 |
|
|
|
40b73e1c5c
|
app/Http/Livewire/Form/*: extend ModelForm to share ALOT of code and make concrete form classes smaller
|
2022-01-09 11:27:22 +01:00 |
|
|
|
5f960cf3d9
|
Adding app/Http/Livewire/Form/ModelForm.php
|
2022-01-09 11:10:34 +01:00 |
|
|
|
1e624a2f6c
|
Adding RaidForm livewire component
|
2022-01-09 10:42:39 +01:00 |
|
|
|
4a7c2dd66c
|
Adding CharacterForm livewire component
|
2022-01-09 10:42:39 +01:00 |
|
|
|
b09bed4a34
|
Adding CardForm livewire component
|
2022-01-08 17:38:36 +01:00 |
|
|
|
5359fbcffc
|
Adding Datatable livewire component
|
2022-01-08 17:38:36 +01:00 |
|
|
|
8a460b3deb
|
app/Http/Livewire/Traits/WithSort.php: rename sort_map to sort_columns
|
2022-01-08 16:32:28 +01:00 |
|
|
|
a75c9ddb99
|
Adding app/Http/Livewire/Traits/WithSort.php
|
2022-01-02 21:16:37 +01:00 |
|
|
|
62b32d36e7
|
Adding LoginForm Livewire component
|
2021-12-31 17:12:40 +01:00 |
|
|
|
90210225d7
|
Adding app/Http/Livewire/Traits/Alert.php
|
2021-12-31 16:55:06 +01:00 |
|
|
|
fa002d5e08
|
Adding AlertContainer Livewire component.
|
2021-12-31 16:55:06 +01:00 |
|
|
|
ddf09fe00c
|
Initial Commit
|
2021-10-18 11:56:52 +02:00 |
|