catbase/bot
Chris Sexton bbf5b27790 web: remove go template dependency
All vue pages now request `/nav` to get a JSON array of navigation
instead of relying on the Go template to have the nav built in. This
cleans up all of the crufty `{{ "{{ thing }}" }}` that was making it
hard to wriet vue.

This also paves the way to using the new Go resource embedding so that
the pages don't need to be wrapped in Go files.
2021-01-09 13:46:28 -05:00
..
msg discord: add discord functionality 2020-09-09 13:21:39 -04:00
msglog YOLO: DEAL WITH IT 2016-04-01 10:20:26 -04:00
user discord: add discord functionality 2020-09-09 13:21:39 -04:00
bot.go web: remove go template dependency 2021-01-09 13:46:28 -05:00
handlers.go bot: only provide help for whitelist items 2020-10-16 15:57:04 -04:00
interfaces.go connectors: add translation layer 2020-12-02 09:53:57 -05:00
mock.go connectors: add translation layer 2020-12-02 09:53:57 -05:00
web.go web: remove go template dependency 2021-01-09 13:46:28 -05:00