Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tastyigniter/ti-theme-orange

Tags

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
sampoyigi Sam Poyigi
feat(booking): improve reduced timeslots calculation and booking logic

v4.0.13

Toggle v4.0.13's commit message

Verified

This commit was signed with the committer’s verified signature.
sampoyigi Sam Poyigi
fix(tests): rename allergen thumb properties to ingredient thumb prop…

…erties

v4.0.12

Toggle v4.0.12's commit message

Verified

This commit was signed with the committer’s verified signature.
sampoyigi Sam Poyigi
fix: add return type declarations for array in various Livewire compo…

…nents

v4.0.11

Toggle v4.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'master' into 4.x

v4.0.10

Toggle v4.0.10's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: issue adding checkbox menu item option to cart and updating exis…

…ting cart item

Signed-off-by: Sam Poyigi <[email protected]>

v4.0.9

Toggle v4.0.9's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: remove duplicate ajaxFail event listener in checkout.js

Signed-off-by: Sam Poyigi <[email protected]>

v4.0.8

Toggle v4.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v4.0.8 (#54)

* docs: update installation command to remove version constraint

Signed-off-by: Sam Poyigi <[email protected]>

* chore: update CI pipeline to remove php-lint job and add lint scripts

Signed-off-by: Sam Poyigi <[email protected]>

* feat: upgrade larastan and rector to versions 3.0 and 2.0 respectively

Signed-off-by: Sam Poyigi <[email protected]>

* feat: update phpstan baseline errors and improve type hints in models

Signed-off-by: Sam Poyigi <[email protected]>

* fix(ci): Avoid pull_request from trigger events in CI pipeline configuration

Signed-off-by: Sam Poyigi <[email protected]>

* Update screenshot.png

Signed-off-by: Sam Poyigi <[email protected]>

* fix: support for handling flash message updates via Livewire events

Signed-off-by: Sam Poyigi <[email protected]>

* fix: update stylesheet link in error Blade templates

Signed-off-by: Sam Poyigi <[email protected]>

* 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 <[email protected]>

* fix(booking): add return type declaration to prepareDates method

Signed-off-by: Sam Poyigi <[email protected]>

* fix: set default value of hideEmpty to true in CategoryList component

Signed-off-by: Sam Poyigi <[email protected]>

* feat(cart): add computed property for cart total in CartBox component

Signed-off-by: Sam Poyigi <[email protected]>

* feat(cart): move mobile cart button to a separate component and include it using livewire @teleport

Signed-off-by: Sam Poyigi <[email protected]>

* feat: conditionally hide footer on the menus page

Signed-off-by: Sam Poyigi <[email protected]>

* style(menu): improve menu item loading behavior

Signed-off-by: Sam Poyigi <[email protected]>

* fix(menu): enhance grouped menu item image styling and spacing

Signed-off-by: Sam Poyigi <[email protected]>

* Compile Assets

* feat: update Livewire components to remove Locked attribute from Computed properties and add orderType mock in CartBoxTest

Signed-off-by: Sam Poyigi <[email protected]>

* feat(reservation-preview): add fallback for no reservation found

Signed-off-by: Sam Poyigi <[email protected]>

* feat: update flash message modal button to support action URLs and text

Signed-off-by: Sam Poyigi <[email protected]>

---------

Signed-off-by: Sam Poyigi <[email protected]>
Co-authored-by: Obinna Elvis Okechukwu <[email protected]>
Co-authored-by: sampoyigi <[email protected]>

v4.0.7

Toggle v4.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v4.0.6

Toggle v4.0.6's commit message

Unverified

This user has not yet uploaded their public signing key.
Update screenshot.png

Signed-off-by: Sam Poyigi <[email protected]>

v4.0.5

Toggle v4.0.5's commit message

Unverified

This user has not yet uploaded their public signing key.
feat(tests): add booking validation tests and update date handling

Signed-off-by: Sam Poyigi <[email protected]>