|
|
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 |
|
|
|
c2f3c7c4b1
|
resources/views/components/card.blade.php: color backface borders.
|
2023-01-31 09:52:42 +01:00 |
|
|
|
7009d7a349
|
resources/views/components/card.blade.php: center card text.
|
2023-01-31 08:52:01 +01:00 |
|
|
|
24886cef67
|
resources/views/game.blade.php: show card id as card number instead of loop index.
|
2023-01-31 08:06:49 +01:00 |
|
|
|
4cc0cacd0b
|
resources/views/layouts/app.blade.php: Use alpinejs 3.11.1
|
2023-01-31 08:05:08 +01:00 |
|
|
|
51fb71e469
|
Formatting fixes and cleanup.
|
2023-01-31 07:36:35 +01:00 |
|
|
|
17e091727f
|
resources/views/layouts/admin.blade.php: Add account link to menu
|
2023-01-31 00:12:40 +01:00 |
|
|
|
291d6bd128
|
livewire: adding Account form
|
2023-01-31 00:12:39 +01:00 |
|
|
|
f759542f68
|
resources/views/components/card.blade.php: add "h-full" class to backface image so it stays inside the card.
|
2023-01-29 14:07:25 +01:00 |
|
|
|
385e588699
|
Adding resources/logos/insert-coin.png
|
2023-01-29 13:59:05 +01:00 |
|
|
|
c7ebc101c7
|
Adding resources/.gitignore that ignores images/logo.png
|
2023-01-29 13:57:54 +01:00 |
|
|
|
8296665ef8
|
rename resources/images/logo.png to resources/logos/heritage.png
|
2023-01-29 13:57:16 +01:00 |
|
|
|
38262d3470
|
resources/lang/se.json: Alot of translations.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
751e947956
|
resources/views/livewire/datatable.blade.php: show different text and button type depending on if trashed is set or not.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
0c493c2978
|
app/Http/Controllers/Admin/*Controller.php: refactoring so that all controllers share similar code by inheriting from BaseController and set $_datatable property.
|
2022-01-24 23:14:42 +01:00 |
|
|
|
6482020dfd
|
Adding resources/views/admin/index.blade.php
|
2022-01-24 22:29:33 +01:00 |
|
|
|
d3b6dd29dc
|
resources/views/livewire/datatable.blade.php: include $restore_enable and $trashed in condition if we should show an Action column or not.
|
2022-01-24 22:18:37 +01:00 |
|
|
|
fcb8900a5b
|
resources/views/admin/*/index.blade.php: change route_delete and route_restore to delete_enable and restore_enable in arguments to datatable.
|
2022-01-24 22:11:05 +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 |
|
|
|
7c49bb8cf7
|
resources/views/admin/*/index.blade.php: add "route_restore" to datatable call.
|
2022-01-23 12:54:02 +01:00 |
|
|
|
fb288fe18b
|
resources/views/livewire/datatable.blade.php: Adding "toggleTrashed" button.
|
2022-01-23 12:53:21 +01:00 |
|
|
|
0110e8e8e7
|
resources/views/livewire/datatable.blade.php: show restore action if $trashed is set.
|
2022-01-23 12:52:56 +01:00 |
|
|
|
2382387233
|
Livewire Datatable: include "create" button.
|
2022-01-22 15:33:02 +01:00 |
|
|
|
2f53055c80
|
resources/lang/se.json: Add "Preview" key.
|
2022-01-15 14:16:33 +01:00 |
|
|
|
3e1bbf77d5
|
resources/views/form/card.blade.php: Show card text preview.
|
2022-01-15 14:14:46 +01:00 |
|
|
|
b5c61cb159
|
resources/views/admin/card/index.blade.php: Sort subject and raid.
|
2022-01-15 13:36:43 +01:00 |
|
|
|
d15f92dbaf
|
resources/lang/se.json: Translate "Home"
|
2022-01-09 16:15:50 +01:00 |
|
|
|
e0cc057177
|
view: adding custom error pages.
|
2022-01-09 16:15:50 +01:00 |
|
|
|
f332f0a40f
|
Translation: adding error translation files.
|
2022-01-09 16:15:50 +01:00 |
|
|
|
9c039e90d4
|
Adding resources/views/components/link.blade.php
|
2022-01-09 16:15:50 +01:00 |
|
|
|
f7ecd82c8a
|
Adding resources/views/layouts/error.blade.php
|
2022-01-09 16:15:50 +01:00 |
|
|
|
640e021ad3
|
Adding resources/images/error-bg.png
|
2022-01-09 16:15:50 +01:00 |
|
|
|
a061c8b713
|
Merge branch 'admin'
|
2022-01-09 14:12:09 +01:00 |
|
|
|
68593c8204
|
resources/lang/se.json: Adding "Winning rows" translation
|
2022-01-09 14:10:45 +01:00 |
|
|
|
3d6dfcc66a
|
resources/views/game.blade.php: translate "Winning rows"
|
2022-01-09 14:10:20 +01:00 |
|
|
|
b2e7bae463
|
resources/views/admin/admin/index.blade.php: use datatable component.
|
2022-01-09 12:16:35 +01:00 |
|
|
|
73e49332cd
|
resources/views/livewire/datatable.blade.php: Change odd background color abit.
|
2022-01-09 12:15:27 +01:00 |
|
|
|
a9ca7cc86a
|
resources/views/livewire/datatable.blade.php: only show action column if $route_edit or $route_delete is defined.
|
2022-01-09 11:55:46 +01:00 |
|
|
|
3dfbae179e
|
resources/lang/se.json: adding more translation keys.
|
2022-01-09 11:50:26 +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 |
|
|
|
9f147821b3
|
Adding raid controller for administrators
|
2022-01-09 11:09:22 +01:00 |
|
|
|
b155248321
|
Adding character controller for administrators
|
2022-01-09 10:44:15 +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 |
|
|
|
8a95143b8f
|
Adding se translations for standard laravel components.
|
2022-01-08 17:38:36 +01:00 |
|
|
|
43f4ac016c
|
resources/lang/se.json: Adding more translations
|
2022-01-08 17:38:36 +01:00 |
|
|
|
be39eefd77
|
resources/views/layouts/admin.blade.php: Translate menu items.
|
2022-01-08 17:38:36 +01:00 |
|
|
|
086bd81702
|
Adding card controller for administrators
|
2022-01-08 17:38:36 +01:00 |
|
|
|
b09bed4a34
|
Adding CardForm livewire component
|
2022-01-08 17:38:36 +01:00 |
|