mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-20 18:34:53 +00:00
Improve Item page
Add 500 page and dedicated 404 page Add fake cache to tester API Adjust some styles for better readability and usability
This commit is contained in:
parent
40c19335cf
commit
383f22bdf8
11 changed files with 297 additions and 91 deletions
|
@ -7,13 +7,7 @@
|
|||
<ul>
|
||||
{#each items as item}
|
||||
<li>
|
||||
<MenuItem
|
||||
id={item.name}
|
||||
name={item.name}
|
||||
price={item.price}
|
||||
image={item.image}
|
||||
labels={item.labels}
|
||||
/>
|
||||
<MenuItem item={item} />
|
||||
</li>
|
||||
{/each}
|
||||
</ul>
|
||||
|
@ -31,4 +25,4 @@
|
|||
li {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue