git ssb

2+

mixmix / ticktack



Commit b763bdeb4867a9283ac98ff74113ac0dd62507f5

add summary field

Dominic Tarr committed on 12/8/2017, 3:56:27 AM
Parent: ee61f163c310b3f658adf766c7d7e0aed9c5e0b3

Files changed

app/page/blogNew.jschanged
translations/en.jschanged
app/page/blogNew.jsView
@@ -72,8 +72,15 @@
7272 'ev-input': e => meta.title.set(e.target.value),
7373 placeholder: strings.blogNew.field.title
7474 }),
7575 ]),
76+ h('div.field -title', [
77+ h('div.label', strings.blogNew.field.summary),
78+ h('input', {
79+ 'ev-input': e => meta.title.set(e.target.value),
80+ placeholder: strings.blogNew.field.summary
81+ }),
82+ ]),
7683 composer
7784 ])
7885 ])
7986 ])
@@ -111,4 +118,5 @@
111118 }
112119
113120
114121
122+
translations/en.jsView
@@ -8,8 +8,9 @@
88 },
99 blogNew: {
1010 field: {
1111 title: 'Title',
12+ summary: 'Summary'
1213 },
1314 actions: {
1415 edit: 'Edit',
1516 preview: 'Preview',

Built with git-ssb-web