Almost finished components drafts
[vchess.git] / views / variant.pug
index 5ea6c46..a3b0089 100644 (file)
@@ -29,7 +29,7 @@ block content
                                        include userMenu
                .row
                        my-room(v-show="display=='room'")
-                       //my-game-list(v-show="display=='gameList'")
+                       my-TODO_FIND_NAME_game-list(v-show="display=='gameList'")
                        my-rules(v-show="display=='rules'" :settings="settings")
                        //my-problems(v-show="display=='problems'" :query-hash="queryHash")
                        my-game(v-show="display=='game'" :game-id="gameid" :conn="conn"
@@ -50,7 +50,8 @@ block javascripts
                const V = VariantRules; //because this variable is often used
                const variant = !{JSON.stringify(variant)};
        script(src="/javascripts/components/room.js")
-       //script(src="/javascripts/components/gameList.js")
+       script(src="/javascripts/components/gameList.js")
+       script(src="/javascripts/components/TODO_FIND_NAME_gameList.js")
        script(src="/javascripts/components/rules.js")
        script(src="/javascripts/components/board.js")
        //script(src="/javascripts/components/problemPreview.js")