Hide 'time' until timeline is working
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
b4ad46a6df
commit
8481d0b363
@ -39,6 +39,7 @@
|
||||
"iron-icon": "^2",
|
||||
"iron-icons": "^2",
|
||||
"iron-resizable-behavior": "^2",
|
||||
"iron-iconset": "^2"
|
||||
"iron-iconset": "^2",
|
||||
"iron-overlay-behavior": "2"
|
||||
}
|
||||
}
|
||||
|
@ -228,7 +228,7 @@
|
||||
<app-drawer-layout id="albumLayout" force-narrow=true>
|
||||
<app-drawer id="drawer" slot="drawer">
|
||||
<paper-tabs attr-for-selected="tab" id="tabs" selected="{{mode}}">
|
||||
<paper-tab tab="time"><paper-icon-button icon="date-range"></paper-icon-button></paper-tab>
|
||||
<!--paper-tab tab="time"><paper-icon-button icon="date-range"></paper-icon-button></paper-tab-->
|
||||
<paper-tab tab="memories"><paper-icon-button icon="today"></paper-icon-button></paper-tab>
|
||||
<paper-tab tab="albums"><paper-icon-button icon="folder"></paper-icon-button></paper-tab>
|
||||
</paper-tabs>
|
||||
@ -322,7 +322,7 @@
|
||||
},
|
||||
mode: {
|
||||
type: String,
|
||||
value: "time"
|
||||
value: "memories"
|
||||
},
|
||||
date: {
|
||||
type: String,
|
||||
|
Loading…
x
Reference in New Issue
Block a user