xPand4B / MiPa-Pool

Eine Webanwendung, um Essensbestellungen in der Mittagspause zu verwalten und kommunizieren.
https://xpand4b.de/vhost/mipapo
MIT License
0 stars 0 forks source link

Topnav items disappear when switching to mobile #2

Closed xPand4B closed 5 years ago

xPand4B commented 5 years ago

Describe the bug The top navigation contains two links, add and logout. If you're on mobile these two options disappear

To Reproduce Steps to reproduce the behavior:

  1. Switch from desktop to mobile view

Expected behavior Every item inside the topnav should be visible for desktop and mobile users.

xPand4B commented 5 years ago

Mobile Nav now works, there's some error with the search form inside the topnav. You can see the temp. fix below.

resources/views/partials/_topnav.blade.php | line 20-28

<form class="navbar-form">
    {{-- <div class="input-group no-border">
        <input type="text" value="" class="form-control" placeholder="{{ trans('menu.top.search') }}">
        <button type="submit" class="btn btn-white btn-round btn-just-icon">
            <i class="material-icons">search</i>
            <div class="ripple-container"></div>
        </button>
    </div> --}}
</form>