git ssb

0+

Josiah / patchbay-tags



Branch:
mix irving committed rm bulk-require, fold in patch-tagLatest: b2537a3 on 2/26/2018, 12:46:29 AM
📄.gitignore
📄README.md
📁app
📄index.js
📄package-lock.json
📄package.json
📁router
📁tag
README.md

patchbay-tags

Intended to plug patch-tag into patchbay

gives Patchbay style views for patch-tag

Needs

exports.needs = nest({
  'keys.sync.id': 'first',
  'message.html.render': 'first',
  'tag.obs.allTagsFrom': 'first',
  'tag.obs.taggedMessages': 'first'
})

Gives

exports.gives = nest({
  'app.page': [
    'tag',
    'tags'
  ]
})

Built with git-ssb-web