renovate[bot]
0bca047414
chore(deps): update dependency vite to v5.3.1
2024-06-14 10:17:17 +00:00
renovate[bot]
7baeb75f52
chore(deps): update dependency vite to v5.3.0
2024-06-13 17:26:57 +00:00
dependabot[bot]
233f1aa720
Bump braces from 3.0.2 to 3.0.3 in /front
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-12 09:38:49 +00:00
renovate[bot]
5f30f0d2bc
chore(deps): update dependency sass to v1.77.5
2024-06-12 04:21:25 +00:00
renovate[bot]
ee8d086e9c
chore(deps): update dependency vite to v5.2.13
2024-06-07 12:16:27 +00:00
Michał
9dd28b08f9
Merge remote-tracking branch 'origin/main'
2024-06-07 10:34:50 +01:00
Michał
ad6c1b9afd
Add some generated sample data, because I cant be fucked to write all this by hand
2024-06-07 10:34:38 +01:00
renovate[bot]
f966f05c8f
chore(deps): update dependency svelte to v4.2.18
2024-06-06 12:28:47 +00:00
renovate[bot]
8281529268
chore(deps): update dependency sass to v1.77.4
2024-05-31 01:37:16 +00:00
Michał
f6ca7cf8e9
Merge pull request #36 from Fluffy-Bean/renovate/sass-1.x-lockfile
...
chore(deps): update dependency sass to v1.77.3
2024-05-30 09:23:03 +01:00
renovate[bot]
bab25a583c
chore(deps): update dependency sass to v1.77.3
2024-05-30 01:44:10 +00:00
renovate[bot]
0c17d9abb0
chore(deps): update dependency @sveltejs/vite-plugin-svelte to v3.1.1
2024-05-29 20:10:20 +00:00
renovate[bot]
3dbdd505dc
chore(deps): update dependency vite to v5.2.12
2024-05-28 13:44:31 +00:00
Michał
9063552459
Fix the checkout
2024-05-24 12:11:31 +01:00
Michał
ce2a5c0979
Add some generic about information
2024-05-24 11:53:07 +01:00
deepsource-autofix[bot]
08df5165c9
refactor: replace template strings with regular string literals
...
Template literals are useful when you need: 1. [Interpolated strings](https://en.wikipedia.org/wiki/String_interpolation ).
2024-05-21 15:23:16 +00:00
Michał
4e4df9610f
Booking type
...
Clean up Checkout????
2024-05-21 15:24:01 +01:00
Michał
67d3433fa4
Update booking confirmation text
...
Change table col-span in checkout
2024-05-20 19:31:12 +01:00
renovate[bot]
4cc498c78f
chore(deps): update dependency sass to v1.77.2
2024-05-20 17:52:31 +00:00
Michał
969ad14440
Merge pull request #28 from Fluffy-Bean/renovate/vite-5.x-lockfile
...
chore(deps): update dependency vite to v5.2.11
2024-05-20 18:51:52 +01:00
renovate[bot]
f59ec50aef
chore(deps): update dependency vite to v5.2.11
2024-05-20 17:50:30 +00:00
renovate[bot]
0fe6245d62
chore(deps): update dependency svelte to v4.2.17
2024-05-20 17:50:18 +00:00
deepsource-autofix[bot]
c890f6fcb4
style: format code with Prettier
...
This commit fixes the style issues introduced in d2a637f
according to the output
from Prettier.
Details: None
2024-05-20 11:15:52 +00:00
Michał
d2a637f8d6
Booking form
...
Move loader style to its own scss file to make it re-usable
2024-05-20 12:15:32 +01:00
Michał
e0abea8cef
Format numbers with leading 0s
...
Grow map on checkout
Correct some typos
2024-05-20 07:57:26 +01:00
Michał
60ee8e49ae
delivery fee
2024-05-19 13:09:11 +01:00
Michał
dcfec1e2db
Fix map not rendering correctly when div starts as hidden
2024-05-18 18:33:04 +01:00
Michał
5439333cc5
Add option for picking up item
...
Fix error where once the cart loaded, it does not display problematic items in cart
2024-05-18 17:27:08 +01:00
Michał
619dc1e6ed
Add custom message box
...
Add headers and descriptions for different sections
2024-05-18 16:50:17 +01:00
Michał
006a4a92b0
Update cart value on checkout when page is loading
...
make checkout button less rounded
2024-05-17 15:01:54 +01:00
deepsource-autofix[bot]
e803959f28
style: format code with Prettier
...
This commit fixes the style issues introduced in e3e4e48
according to the output
from Prettier.
Details: None
2024-05-17 13:09:34 +00:00
Michał
e3e4e482cc
Finalise Checkout page design
...
Make CheckoutProgress type, hopefully to use with the checkout API thang
fix banner loading stuff
2024-05-17 14:09:13 +01:00
Michał
d1b35005d4
Adjust how unavailable item banner is displayed
...
Make item prices more realistic for testing
2024-05-16 21:44:02 +01:00
Michał
5afe4386d6
Create checkout forms
...
Move section out of container because its more useful that way
give section more styling options
Move basket item out into its own div, as to not override containers styling for no reason
Change formMessage type from sting | Error to just string
Make the booking progress code more readable
2024-05-16 19:50:48 +01:00
deepsource-autofix[bot]
bd93bbb2c8
style: format code with Prettier
...
This commit fixes the style issues introduced in 9a683e9
according to the output
from Prettier.
Details: None
2024-05-16 13:45:32 +00:00
Michał
9a683e9605
Add checkout page
...
Give shadows to more elements
Fix broken cart
Add notice on checkout if item is no-longer available
Remove spacing on bottom of menu-item list with an added check
Add leg
2024-05-16 14:45:16 +01:00
deepsource-autofix[bot]
0d106cfdcd
style: format code with Prettier
...
This commit fixes the style issues introduced in c908a54
according to the output
from Prettier.
Details: None
2024-05-16 12:32:29 +00:00
Michał
c908a544aa
Increase hit target for dropdown
...
Add CartRecord type
Remove OOP style Promises from Contact
Add contact reason dropdown
The usual SCSS changes and adjustments
2024-05-16 13:32:11 +01:00
Michał
865654de87
Remove unused 500
...
rename MenuList to MenuItemGrid to represent the component better
Adjust 404 page
2024-05-15 19:55:51 +01:00
Michał
fecbe77a1d
Remove Page prefix in routes folder
2024-05-15 19:48:52 +01:00
Michał
46b624954c
Switch to tsconfig
...
Fix changes due to change in target module
2024-05-15 16:36:29 +01:00
deepsource-autofix[bot]
e60ff198d2
style: format code with Prettier
...
This commit fixes the style issues introduced in 18b22e7
according to the output
from Prettier.
Details: None
2024-05-14 12:31:43 +00:00
Michał
18b22e7928
Clean up test API
2024-05-14 13:31:25 +01:00
Michał
0943c99749
switch data type to any (need to fix)
...
Skip quality check on utils
2024-05-14 12:57:47 +01:00
deepsource-autofix[bot]
437622fe88
style: format code with Prettier
...
This commit fixes the style issues introduced in 8dd6fda
according to the output
from Prettier.
Details: None
2024-05-13 11:19:38 +00:00
Michał
8dd6fdaa15
Template Literals
2024-05-13 12:19:11 +01:00
deepsource-autofix[bot]
0592a217e9
style: format code with Prettier
...
This commit fixes the style issues introduced in 1fdb6ed
according to the output
from Prettier.
Details: None
2024-05-13 11:11:28 +00:00
Michał
1fdb6ed2f4
Test out Item table
...
Add to real API
Update air config
Fix bug in MenuItem
2024-05-13 12:10:55 +01:00
Michał
899867e72d
Add back button on images
...
Improve spacer element
2024-05-12 15:01:03 +01:00
Michał
fe96fb6f93
Booking progress
2024-05-12 14:02:36 +01:00