mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-06 10:23:13 +00:00
Add announcements banner loading content
Add leaflet type definitions
This commit is contained in:
parent
782c88d082
commit
05e3adb5bb
7 changed files with 149 additions and 24 deletions
|
@ -7,13 +7,17 @@
|
|||
import { getMenuItems } from "%/lib/test-api.js";
|
||||
|
||||
let items = getMenuItems();
|
||||
|
||||
function reloadMenu() {
|
||||
items = getMenuItems();
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="menu">
|
||||
<div class="container" id="filter">
|
||||
<div class="header">
|
||||
<h2>Filters</h2>
|
||||
<button><ArrowClockwise /></button>
|
||||
<button on:click={reloadMenu}><ArrowClockwise /></button>
|
||||
</div>
|
||||
<hr>
|
||||
<DropDown name="Meal Prefrences" open={true}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue