Commit 4cdb59c
Release v4.0.10 (#56)
* docs: update installation command to remove version constraint
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* chore: update CI pipeline to remove php-lint job and add lint scripts
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* feat: upgrade larastan and rector to versions 3.0 and 2.0 respectively
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* feat: update phpstan baseline errors and improve type hints in models
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix(ci): Avoid pull_request from trigger events in CI pipeline configuration
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* Update screenshot.png
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix: support for handling flash message updates via Livewire events
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix: update stylesheet link in error Blade templates
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix redirection issue when a delivery address is selected (#52)
* fix redirection issue when a delivery address is selected
* phone number input not rendering properly when you redirect with navigate: true
* feat(booking): refactor date handling and optimize date preparation logic
- Changed `$this->dates` to `$dates` in the date input view
- Simplified date preparation by adding `prepareDates()` method
- Removed old `disabledDates()` and `dates()` methods
- Updated view to use `disabledDates` from the new property
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix(booking): add return type declaration to prepareDates method
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix: set default value of hideEmpty to true in CategoryList component
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* feat(cart): add computed property for cart total in CartBox component
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* feat(cart): move mobile cart button to a separate component and include it using livewire @teleport
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* feat: conditionally hide footer on the menus page
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* style(menu): improve menu item loading behavior
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix(menu): enhance grouped menu item image styling and spacing
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* Compile Assets
* feat: update Livewire components to remove Locked attribute from Computed properties and add orderType mock in CartBoxTest
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* feat(reservation-preview): add fallback for no reservation found
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* feat: update flash message modal button to support action URLs and text
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* style: change card background color to white in reservation and booking views
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* docs: update usage section to explain Orange theme integration in TastyIgniter
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* docs: fix broken links
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix(docs): update wording in Usage sections for clarity
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix: ensure address fields are included when saving order
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* test: update spacing in CheckoutTest to improve readability
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix: remove duplicate ajaxFail event listener in checkout.js
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix: update styling for newsletter subscribe form and restaurant order views
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix(search): change input group background color to white in menu search
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* feat(menu): add option to hide unavailable menu items and update UI
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* feat(tests): update mealtime title assertion and add note for future merge
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* refactor(ListMenuItems): simplify filter callback in processMenuItems method and specify return type for filter callback in mealtimeTitles method
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix: use nullsafe operator for payment processing check in OrderPreview
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
* fix: issue adding checkbox menu item option to cart and updating existing cart item
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
---------
Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
Co-authored-by: Obinna Elvis Okechukwu <dreamor47@gmail.com>
Co-authored-by: sampoyigi <sampoyigi@users.noreply.github.com>1 parent 0fbbada commit 4cdb59c
16 files changed
Lines changed: 78 additions & 30 deletions
File tree
- resources/views
- includes
- cartbox
- order
- livewire
- src
- Actions
- Data
- Livewire
- tests/Data
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
6 | 28 | | |
7 | 29 | | |
8 | 30 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments