.
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
			
		||||
<body id="vue-app">
 | 
			
		||||
 | 
			
		||||
    <!-- Navbar -->
 | 
			
		||||
    <nav class="navbar sticky-top navbar-light bg-light" style="background-color:rgb(200, 200, 201)">
 | 
			
		||||
    <nav class="navbar sticky-top navbar-light " style="background-color:rgba(92, 92, 97, 0.856)">
 | 
			
		||||
        <a class="navbar-brand" id="dashurl">
 | 
			
		||||
            <div class="logo-image">
 | 
			
		||||
                <img src="/images/Logo.png" class="img-fluid">
 | 
			
		||||
@@ -27,19 +27,23 @@
 | 
			
		||||
        <ul class="nav justify-content-end liste">
 | 
			
		||||
            <li class="nav-item">
 | 
			
		||||
                <!-- <a class="nav-link active" href="#">Add</a> -->
 | 
			
		||||
                <button class="btn btn-outline-light border-secondary sl_add" style="color: black">Shoppingliste
 | 
			
		||||
                <button class="btn btn-outline-light sl_add" >Shoppingliste
 | 
			
		||||
                    Hinzufügen</button>
 | 
			
		||||
            </li>
 | 
			
		||||
 | 
			
		||||
        </ul>
 | 
			
		||||
        <ul class="nav justify-content-end liste">
 | 
			
		||||
            <li class="nav-item">
 | 
			
		||||
                <a class="btn btn-outline-light border-secondary userbearbeiten" href="/user" style="color: black">User
 | 
			
		||||
                <a class="btn btn-outline-light userbearbeiten" href="/user" >User
 | 
			
		||||
                    bearbeiten</a>
 | 
			
		||||
            </li>
 | 
			
		||||
             
 | 
			
		||||
            <li class="nav-item">
 | 
			
		||||
                <button class="btn btn-outline-danger logout" style="color: red">Logout</button>
 | 
			
		||||
                    <button class="btn btn-outline-light Modalbeitreten">Invite Link</button>
 | 
			
		||||
            </li>
 | 
			
		||||
             
 | 
			
		||||
            <li class="nav-item">
 | 
			
		||||
                <button class="btn btn-outline-danger logout">Logout</button>
 | 
			
		||||
            </li>
 | 
			
		||||
        </ul>
 | 
			
		||||
        <!-- <a href="/logout"> -->
 | 
			
		||||
@@ -48,8 +52,9 @@
 | 
			
		||||
        <!-- </a> -->
 | 
			
		||||
    </nav>
 | 
			
		||||
    <br>
 | 
			
		||||
    <br>
 | 
			
		||||
 | 
			
		||||
    <center><button class="btn purchased-items"><h5>Erledigte Einkäufe</h5></button></center>
 | 
			
		||||
    <div class="strich mb-4" style="margin-left: 2%;margin-right: 2%;"><hr style="border: 1px solid rgba(92, 92, 97, 0.767);"></div>
 | 
			
		||||
    <!-- alle cards-->
 | 
			
		||||
    <div class="container justify-content-center cardausgabe">
 | 
			
		||||
        <div class="card-columns">
 | 
			
		||||
@@ -57,10 +62,13 @@
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <!-- shares cards -->
 | 
			
		||||
    <div class="row justify-content-center ">
 | 
			
		||||
        <div class="container shared-cards"></div>
 | 
			
		||||
    <div class="strich mb-4" style="margin-left: 2%;margin-right: 2%;"><hr style="border: 1px solid rgba(92, 92, 97, 0.767);"></div>
 | 
			
		||||
    <!-- shared cards -->
 | 
			
		||||
    <div class="container justify-content-center sharecards">
 | 
			
		||||
        <div class="card-columns">
 | 
			
		||||
            <div class="shared-cards">
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -79,8 +87,72 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <!-- Modal Link -->
 | 
			
		||||
    <div class="modal fade bd-example-modal-sm beiLink" tabindex="-1" role="dialog"
 | 
			
		||||
        aria-labelledby="mySmallModalLabel" aria-hidden="true">
 | 
			
		||||
        <div class="modal-dialog modal-sm">
 | 
			
		||||
            <div class="modal-content">
 | 
			
		||||
                <div>
 | 
			
		||||
 | 
			
		||||
    <!-- Modal Group Hinzufügen -->
 | 
			
		||||
                    <center>
 | 
			
		||||
                        <p class="layout ueberschrift">Shoppingliste beitreten</p>
 | 
			
		||||
                    </center>
 | 
			
		||||
                    <div class="form-group layout">
 | 
			
		||||
                        <input type="text" class="form-control" id="slbeitreten" placeholder="Link einfügen">
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
                    <center><button type="submit" class="btn btn-outline-dark beitreten">beitreten</button></center>
 | 
			
		||||
                    <br>
 | 
			
		||||
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <!-- Modal Members Anzeigen -->
 | 
			
		||||
    <div class="modal fade bd-example-modal-sm Mem" tabindex="-1" role="dialog"
 | 
			
		||||
        aria-labelledby="mySmallModalLabel" aria-hidden="true">
 | 
			
		||||
        <div class="modal-dialog modal-sm">
 | 
			
		||||
            <div class="modal-content">
 | 
			
		||||
                <div>
 | 
			
		||||
 | 
			
		||||
                    <center>
 | 
			
		||||
                        <p class="layout ueberschrift">Alle Mitglieder</p>
 | 
			
		||||
                    </center>
 | 
			
		||||
                    
 | 
			
		||||
                    <div class="card alleMem" style="border: 0px solid black;">
 | 
			
		||||
                        
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <br>
 | 
			
		||||
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <!-- Modal Invite Link Anzeigen -->
 | 
			
		||||
    <div class="modal fade bd-example-modal-sm InviteLinkAnzeigen" tabindex="-1" role="dialog"
 | 
			
		||||
        aria-labelledby="mySmallModalLabel" aria-hidden="true">
 | 
			
		||||
        <div class="modal-dialog modal-sm">
 | 
			
		||||
            <div class="modal-content">
 | 
			
		||||
                <div>
 | 
			
		||||
 | 
			
		||||
                    <center>
 | 
			
		||||
                        <p class="layout ueberschrift">Invite Link</p>
 | 
			
		||||
                    </center>
 | 
			
		||||
                    <div class="input-group layout" style="max-width: 17rem;">
 | 
			
		||||
                        <input type="text" class="form-control" id="InviteLink">
 | 
			
		||||
                        <div class="input-group-append">
 | 
			
		||||
                          <button class="btn copy" type="button">Copy Link</button>
 | 
			
		||||
                        </div>
 | 
			
		||||
                      </div>
 | 
			
		||||
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <!-- Modal Group hinzufügen Hinzufügen -->
 | 
			
		||||
    <div class="modal fade bd-example-modal-sm ListenDetailAdd" tabindex="-1" role="dialog"
 | 
			
		||||
        aria-labelledby="mySmallModalLabel" aria-hidden="true">
 | 
			
		||||
        <div class="modal-dialog modal-sm">
 | 
			
		||||
@@ -177,6 +249,35 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <!-- Modal Item Bearbeiten -->
 | 
			
		||||
    <div class="modal fade bd-example-modal-sm GroupItemedit" tabindex="-1" role="dialog"
 | 
			
		||||
        aria-labelledby="mySmallModalLabel" aria-hidden="true">
 | 
			
		||||
        <div class="modal-dialog modal-sm eh" id="">
 | 
			
		||||
            <div class="modal-content eh2" id="">
 | 
			
		||||
                <div class="eh3" id=""></div>
 | 
			
		||||
                <div class="inhalt">
 | 
			
		||||
 | 
			
		||||
                    <center>
 | 
			
		||||
                        <p class="layout ueberschrift">Item Bearbeiten</p>
 | 
			
		||||
                    </center>
 | 
			
		||||
                    <div class="form-group layout">
 | 
			
		||||
                        <label for="exampleInputEmail1">Gegenstand</label>
 | 
			
		||||
                        <input type="text" class="form-control" id="itemnameb" placeholder="zB: Coca Cola">
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
                    <div class="form-group layout">
 | 
			
		||||
                        <label for="Anzahl-example">Anzahl</label>
 | 
			
		||||
                        <input type="number" class="form-control" id="inputGroupSelect02" placeholder="zB: 2"
 | 
			
		||||
                            maxlength="3">
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
                </div>
 | 
			
		||||
                <center><button type="submit" class="btn btn-outline-dark itemhinzub">Hinzufügen</button></center>
 | 
			
		||||
                <br>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <!-- Modal Shoppingliste Hinzufügen -->
 | 
			
		||||
    <div class="modal fade bd-example-modal-sm EigeneListeAdd" tabindex="-1" id="EigeneListeAdd" role="dialog"
 | 
			
		||||
@@ -184,7 +285,9 @@
 | 
			
		||||
        <div class="modal-dialog modal-sm">
 | 
			
		||||
            <div class="modal-content">
 | 
			
		||||
                <div>
 | 
			
		||||
 | 
			
		||||
                    <center>
 | 
			
		||||
                        <p class="layout ueberschrift">Shoppingliste hinzufügen</p>
 | 
			
		||||
                    </center>
 | 
			
		||||
                    <div class="form-group layout">
 | 
			
		||||
                        <label for="exampleInputEmail1">Name</label>
 | 
			
		||||
                        <input type="text" class="form-control" id="einkaufslistenname" placeholder="zB: Billa">
 | 
			
		||||
@@ -257,6 +360,9 @@
 | 
			
		||||
            <div class="modal-content editmodal" id="">
 | 
			
		||||
                <div>
 | 
			
		||||
 | 
			
		||||
                    <center>
 | 
			
		||||
                        <p class="layout ueberschrift">Schoppingliste bearbeiten</p>
 | 
			
		||||
                    </center>
 | 
			
		||||
                    <div class="form-group layout">
 | 
			
		||||
                        <label for="exampleInputEmail1">Name</label>
 | 
			
		||||
                        <input type="text" class="form-control" id="editname" placeholder="zB: Billa">
 | 
			
		||||
@@ -268,6 +374,52 @@
 | 
			
		||||
                            placeholder="zB: Großeinkauf bei Billa">
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
                    <div class="form-group layout">
 | 
			
		||||
                        <label for="exampleInputPassword1">Farbe  </label>
 | 
			
		||||
                        <i class="fas fa-square-full aktuelleFarbe"></i>
 | 
			
		||||
                        <div class="farbeeen">
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe1" value="F44336" />
 | 
			
		||||
                            <label for="farbe1"><span class="farbe1"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe2" value="e91e63" />
 | 
			
		||||
                            <label for="farbe2"><span class="farbe2"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe3" value="9c27b0" />
 | 
			
		||||
                            <label for="farbe3"><span class="farbe3"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe4" value="673ab7" />
 | 
			
		||||
                            <label for="farbe4"><span class="farbe4"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe5" value="3F51B5" />
 | 
			
		||||
                            <label for="farbe5"><span class="farbe5"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe6" value="2196F3" />
 | 
			
		||||
                            <label for="farbe6"><span class="farbe6"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <br>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe7" value="03a9f4" />
 | 
			
		||||
                            <label for="farbe7"><span class="farbe7"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe8" value="00bcd4" />
 | 
			
		||||
                            <label for="farbe8"><span class="farbe8"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe9" value="009688" />
 | 
			
		||||
                            <label for="farbe9"><span class="farbe9"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe10" value="4caf50" />
 | 
			
		||||
                            <label for="farbe10"><span class="farbe10"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe11" value="8bc34a" />
 | 
			
		||||
                            <label for="farbe11"><span class="farbe11"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe12" value="cddc39" />
 | 
			
		||||
                            <label for="farbe12"><span class="farbe12"></span></label>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
                    <center><button type="submit" class="btn btn-outline-dark update">Hinzufügen</button></center>
 | 
			
		||||
                    <br>
 | 
			
		||||
 | 
			
		||||
@@ -276,6 +428,75 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <!-- Modal Group bearbeiten -->
 | 
			
		||||
    <div class="modal fade bd-example-modal-sm Listengroupbearbeiten" id="Listengroupbearbeiten" tabindex="-1" role="dialog"
 | 
			
		||||
        aria-labelledby="Listengroupbearbeiten" aria-hidden="true">
 | 
			
		||||
        <div class="modal-dialog modal-sm">
 | 
			
		||||
            <div class="modal-content editgroudmodal slid" id="">
 | 
			
		||||
                <div class="grouid" id="">
 | 
			
		||||
 | 
			
		||||
                    <center>
 | 
			
		||||
                        <p class="layout ueberschrift">Group bearbeiten</p>
 | 
			
		||||
                    </center>
 | 
			
		||||
                    <div class="form-group layout">
 | 
			
		||||
                        <label for="exampleInputEmail1">Name</label>
 | 
			
		||||
                        <input type="text" class="form-control" id="groupb" placeholder="zB: Getränke">
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
                    <div class="form-group layout">
 | 
			
		||||
                        <label for="exampleInputPassword1">Farbe:  </label>
 | 
			
		||||
                        <i class="fas fa-square-full aktuelleFarbe2"></i>
 | 
			
		||||
                        <div class="farbeeen">
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe1" value="F44336" />
 | 
			
		||||
                            <label for="farbe1"><span class="farbe1"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe2" value="e91e63" />
 | 
			
		||||
                            <label for="farbe2"><span class="farbe2"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe3" value="9c27b0" />
 | 
			
		||||
                            <label for="farbe3"><span class="farbe3"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe4" value="673ab7" />
 | 
			
		||||
                            <label for="farbe4"><span class="farbe4"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe5" value="3F51B5" />
 | 
			
		||||
                            <label for="farbe5"><span class="farbe5"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe6" value="2196F3" />
 | 
			
		||||
                            <label for="farbe6"><span class="farbe6"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <br>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe7" value="03a9f4" />
 | 
			
		||||
                            <label for="farbe7"><span class="farbe7"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe8" value="00bcd4" />
 | 
			
		||||
                            <label for="farbe8"><span class="farbe8"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe9" value="009688" />
 | 
			
		||||
                            <label for="farbe9"><span class="farbe9"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe10" value="4caf50" />
 | 
			
		||||
                            <label for="farbe10"><span class="farbe10"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe11" value="8bc34a" />
 | 
			
		||||
                            <label for="farbe11"><span class="farbe11"></span></label>
 | 
			
		||||
 | 
			
		||||
                            <input type="radio" name="color" id="farbe12" value="cddc39" />
 | 
			
		||||
                            <label for="farbe12"><span class="farbe12"></span></label>
 | 
			
		||||
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
                    <center><button type="submit" class="btn btn-outline-dark gruppbea">Hinzufügen</button></center>
 | 
			
		||||
                    <br>
 | 
			
		||||
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <!-- <a href="/shoppinglist_json/0">dfasdfghjklöghjkl</a> -->
 | 
			
		||||
    <!-- <a href="/myshoppinglists">Meine Einkaufslisten anzeigen</a><br>
 | 
			
		||||
    <a href="/sharedshoppinglists">Mit mir geteilte Einkaufslisten anzeigen</a><br>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user