Commit 4b05816cf5b7924499a556962fed53517b29f270
add inline notes about TODO for better composer
mix irving committed on 6/27/2018, 12:35:32 AMParent: 35c2c3fcaf1c0c77cb3731f93319107382ec06de
Files changed
app/page/blogNew.js | changed |
app/page/blogNew.js | ||
---|---|---|
@@ -67,8 +67,12 @@ | ||
67 | 67 | // NOTE we are bootstrapping off the message.html.compose logic |
68 | 68 | // - the mediumComposer feeds content into the composer, which the provides publishing |
69 | 69 | // - this works, but should be refactorer after more thought about generalised composer |
70 | 70 | // 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 | |
71 | 75 | |
72 | 76 | const channelInput = h('input', { |
73 | 77 | 'ev-input': e => meta.channel.set(e.target.value), |
74 | 78 | value: meta.channel, |
Built with git-ssb-web