Simplify navigation
[vchess.git] / views / variant.pug
index c7f4e55..dbdbaba 100644 (file)
@@ -14,21 +14,23 @@ block content
                                        label.drawer-close(for="drawer-control")
                                        a.icon-link(href="/")
                                                i.material-icons home
-                                       a(href="#room" @click="setDisplay('room')")
+                                       a(href="#room")
                                                =translations["Hall"]
-                                       a(href="#gameList" @click="setDisplay('gameList')")
+                                       a(href="#gameList")
                                                =translations["My games"]
-                                       a(href="#rules" @click="setDisplay('rules')")
+                                       a(href="#rules")
                                                =translations["Rules"]
-                                       a(href="#problems" @click="setDisplay('problems')")
+                                       a(href="#problems")
                                                =translations["Problems"]
+                                       #flagMenu.clickable(onClick="doClick('modalLang')")
+                                               img(src="/images/flags/" + lang + ".svg")
                                        #settings.clickable(onClick="doClick('modalSettings')")
                                                i.material-icons settings
                                        include userMenu
                .row
                        //my-room(v-show="display=='room'")
                        //my-game-list(v-show="display=='gameList'")
-                       //my-rules(v-show="display=='rules'")
+                       my-rules(v-show="display=='rules'")
                        //my-problems(v-show="display=='problems'")
                        my-game(v-show="display=='game'" :game-id="gameid" :conn="conn"
                                :allow-chat="allowChat" :allow-movelist="allowMovelist"
@@ -48,7 +50,7 @@ block javascripts
                const variant = !{JSON.stringify(variant)};
        //script(src="/javascripts/components/room.js")
        //script(src="/javascripts/components/gameList.js")
-       //script(src="/javascripts/components/rules.js")
+       script(src="/javascripts/components/rules.js")
        script(src="/javascripts/components/board.js")
        //script(src="/javascripts/components/problemPreview.js")
        //script(src="/javascripts/components/problems.js")