git ssb

2+

mixmix / ticktack



Commit 4b05816cf5b7924499a556962fed53517b29f270

add inline notes about TODO for better composer

mix irving committed on 6/27/2018, 12:35:32 AM
Parent: 35c2c3fcaf1c0c77cb3731f93319107382ec06de

Files changed

app/page/blogNew.jschanged
app/page/blogNew.jsView
@@ -67,8 +67,12 @@
6767 // NOTE we are bootstrapping off the message.html.compose logic
6868 // - the mediumComposer feeds content into the composer, which the provides publishing
6969 // - this works, but should be refactorer after more thought about generalised composer
7070 // componentes have been done
71+ // TODO refactor these composers
72+ // - don't bootstrap one composer off another
73+ // - make a modular system similar to prototype in patch-inbox
74+ // - support drafts
7175
7276 const channelInput = h('input', {
7377 'ev-input': e => meta.channel.set(e.target.value),
7478 value: meta.channel,

Built with git-ssb-web