|
3 | 3 | <head> |
4 | 4 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
5 | 5 | <title>Games - PYX-Reloaded</title> |
6 | | - <link rel="stylesheet" href="//unpkg.com/material-components-web@0.30.0/dist/material-components-web.min.css"> |
| 6 | + <link rel="stylesheet" href="//unpkg.com/material-components-web@0.32.0/dist/material-components-web.min.css"> |
7 | 7 | <link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons"> |
8 | 8 | <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500"> |
9 | 9 | <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/noty/3.1.4/noty.min.css"/> |
|
17 | 17 |
|
18 | 18 | <body class="mdc-typography"> |
19 | 19 | <div class="page-content"> |
20 | | - <header class="mdc-toolbar mdc-toolbar--fixed mdc-elevation--z4"> |
| 20 | + <header class="mdc-toolbar mdc-toolbar--fixed"> |
21 | 21 | <div class="mdc-toolbar__row"> |
22 | 22 | <section class="mdc-toolbar__section mdc-toolbar__section--align-start"> |
23 | 23 | <button class="material-icons mdc-toolbar__menu-icon">menu</button> |
|
28 | 28 | <div class="mdc-text-field mdc-text-field--dense" data-mdc-auto-init="MDCTextField" |
29 | 29 | style="margin-left: 16px"> |
30 | 30 | <input type="text" id="gamesSearch" class="mdc-text-field__input search"> |
31 | | - <label class="mdc-text-field__label" for="gamesSearch">Search</label> |
| 31 | + <label class="mdc-floating-label" for="gamesSearch">Search</label> |
32 | 32 | <i class="material-icons mdc-text-field__icon" tabindex="0">search</i> |
33 | 33 | <div class="mdc-line-ripple"></div> |
34 | 34 | </div> |
35 | 35 | </section> |
36 | 36 |
|
37 | 37 | <section class="mdc-toolbar__section mdc-toolbar__section--align-end"> |
38 | | - <button class="material-icons align-icons mdc-toolbar__icon _refresh">refresh</button> |
39 | | - <button class="material-icons align-icons mdc-toolbar__icon _themingDialog">format_paint</button> |
40 | | - <button class="material-icons align-icons mdc-toolbar__icon _logout">exit_to_app</button> |
| 38 | + <button class="material-icons mdc-toolbar__icon _refresh">refresh</button> |
| 39 | + <button class="material-icons mdc-toolbar__icon _themingDialog">format_paint</button> |
| 40 | + <button class="material-icons mdc-toolbar__icon _logout">exit_to_app</button> |
41 | 41 | </section> |
42 | 42 | </div> |
43 | 43 | </header> |
@@ -71,6 +71,10 @@ <h2 class="mdc-typography--body1 details--email mdc-theme--text-secondary-on-pri |
71 | 71 | </div> |
72 | 72 | </header> |
73 | 73 | <nav class="mdc-drawer__content mdc-list"> |
| 74 | + <a class="mdc-list-item" href="/users/" target="_blank"> |
| 75 | + <i class="material-icons mdc-list-item__start-detail">people</i> |
| 76 | + Users |
| 77 | + </a> |
74 | 78 | <a class="mdc-list-item" href="/chat/" target="_blank"> |
75 | 79 | <i class="material-icons mdc-list-item__start-detail">message</i> |
76 | 80 | Chat |
@@ -121,7 +125,7 @@ <h2 class="mdc-dialog__header__title">Customize Appearance</h2> |
121 | 125 | </div> |
122 | 126 | <div id="themingExample" class="mdc-layout-grid__cell mdc-layout-grid__cell--span-6" |
123 | 127 | style="display: flex; flex-flow: column"> |
124 | | - <header class="mdc-toolbar mdc-elevation--z4"> |
| 128 | + <header class="mdc-toolbar"> |
125 | 129 | <div class="mdc-toolbar__row"> |
126 | 130 | <section class="mdc-toolbar__section mdc-toolbar__section--align-start"> |
127 | 131 | <button class="material-icons mdc-toolbar__menu-icon">menu</button> |
@@ -208,7 +212,7 @@ <h1 class="mdc-card__title mdc-typography--body2">Try it out</h1> |
208 | 212 |
|
209 | 213 | <script src="//code.jquery.com/jquery-latest.min.js"></script> |
210 | 214 | <script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script> |
211 | | -<script src="//unpkg.com/material-components-web@0.30.0/dist/material-components-web.min.js"></script> |
| 215 | +<script src="//unpkg.com/material-components-web@0.32.0/dist/material-components-web.min.js"></script> |
212 | 216 | <script src="//cdnjs.cloudflare.com/ajax/libs/noty/3.1.4/noty.min.js"></script> |
213 | 217 | <script src="/js/cardcast.helper.js"></script> |
214 | 218 | <script src="/js/communication.helper.js"></script> |
|
0 commit comments