Add navigation to the banner #25

Merged
Adrianht merged 7 commits from feat/navigation-in-header into master 2020-09-07 14:57:40 +00:00
Adrianht commented 2020-09-01 12:12:53 +00:00 (Migrated from github.com)

Idea

Create a way for the users to navigate the site without needing knowledge of what routes are available.

Functionality

Screen Recording 2020-09-02 at 12 59 47

## Idea Create a way for the users to navigate the site without needing knowledge of what routes are available. ## Functionality ![Screen Recording 2020-09-02 at 12 59 47](https://user-images.githubusercontent.com/22147672/91973315-56d6b400-ed1c-11ea-9459-7ae0d5fd8ab4.gif)
KevinMidboe (Migrated from github.com) reviewed 2020-09-07 08:01:03 +00:00
@@ -28,1 +47,4 @@
route: "/requested-wines"
},
]
};
KevinMidboe (Migrated from github.com) commented 2020-09-02 08:10:33 +00:00

Remove

Remove
KevinMidboe (Migrated from github.com) commented 2020-09-02 08:13:10 +00:00

We could toggle with class mobile-only/desktop-only.

We could toggle with class `mobile-only`/`desktop-only`.
@@ -1,18 +1,36 @@
<template>
KevinMidboe (Migrated from github.com) commented 2020-09-02 08:11:38 +00:00

rename class plz

rename class plz
Adrianht (Migrated from github.com) reviewed 2020-09-07 14:33:30 +00:00
@@ -28,1 +47,4 @@
route: "/requested-wines"
},
]
};
Adrianht (Migrated from github.com) commented 2020-09-07 14:33:29 +00:00

fixed

fixed
Adrianht (Migrated from github.com) reviewed 2020-09-07 14:33:35 +00:00
@@ -1,18 +1,36 @@
<template>
Adrianht (Migrated from github.com) commented 2020-09-07 14:33:34 +00:00

fixed

fixed
Adrianht (Migrated from github.com) reviewed 2020-09-07 14:33:39 +00:00
@@ -28,1 +47,4 @@
route: "/requested-wines"
},
]
};
Adrianht (Migrated from github.com) commented 2020-09-07 14:33:39 +00:00

fixed

fixed
Sign in to join this conversation.
No description provided.