ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

fix: navbar response issues #107

Closed JuanVqz closed 2 years ago

JuanVqz commented 2 years ago

closes #98

ChaelCodes commented 2 years ago

I've been thinking a lot about this. I still haven't picked a frontend. I could do the new hotwire nonsense, but I really don't like that either. There's also wasm versus js.

What do you think about doing something different instead?

We could add icons to our navbar items, and then use a media query to hide the word in mobile view?

It's a completely different PR, but it lets me avoid the frontend question until Rails 7 comes out or I can do a bit more research.

JuanVqz commented 2 years ago

I've been thinking a lot about this. I still haven't picked a frontend. I could do the new hotwire nonsense, but I really don't like that either. There's also wasm versus js.

What do you think about doing something different instead?

We could add icons to our navbar items, and then use a media query to hide the word in mobile view?

It's a completely different PR, but it lets me avoid the frontend question until Rails 7 comes out or I can do a bit more research.

you are right, we can use icons, I'll do it that way.