1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-04 20:21:42 +00:00

5 Commits

Author SHA1 Message Date
6d1879eddb meme: add config and delete
This updates the web view to provide a screen to edit any particular
config in a text area, update the image URL, and remove a meme.

fixes #330
2021-01-09 16:16:43 -05:00
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
789409e159 meme: add web config 2020-10-21 16:03:04 -04:00
b0aa04ce78 meme: add placeholder text in web form 2020-05-04 13:46:15 -04:00
8d775e95f2 meme: add web interface 2020-05-01 12:34:09 -04:00