1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-03 11:49:55 +00:00

36 Commits

Author SHA1 Message Date
bca96b6dcd meme: fix empty meme issue 2021-01-09 16:48:55 -05:00
841d4c000e meme: remove URL and format config on meme page 2021-01-09 16:30:49 -05:00
8408da48d4 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:18:56 -05:00
8d52a3d1bd meme: add capitalization to configs, true default
fixes #331
2021-01-09 15:27:32 -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
3e8a474f13 meme: make bully position default to botright even for bad configs 2020-11-02 11:01:23 -05:00
9617e02d72 meme: make bully positionable 2020-11-02 11:01:23 -05:00
af5717e9c1 meme: maybe fix the bully meme 2020-10-24 13:47:45 -04:00
a30be0df8f meme/bot: add ephemeral messages 2020-10-24 10:04:53 -04:00
fed1951e66 meme: add missing error check 2020-10-23 10:10:20 -04:00
ac3d037fa4 meme: fix default config 2020-10-23 09:54:33 -04:00
789409e159 meme: add web config 2020-10-21 16:03:04 -04:00
250ce836bf meme: add configurable memes 2020-10-21 11:24:03 -04:00
021cbee40a meme: add extra split for discord 2020-10-13 09:43:04 -04:00
4ba240c37d go: fix some format strings 2020-10-09 10:54:09 -04:00
a9937d9b8e discord: add discord functionality
* added discord connector
* modified user to support image avatars instead of URL avatars
* modified meme to send IDs instead of names
2020-09-09 13:21:39 -04:00
45adb3a242 meme: handle bad URL errors 2020-06-10 15:37:54 -04:00
b13385774e beers: host your own images 2020-05-25 14:47:02 -04:00
d5a2bec582 meme: okay, scale the right thing with respect to the right thing 2020-05-08 18:05:57 -04:00
10a1745502 meme: add signature icon 2020-05-08 17:49:55 -04:00
c6559530e7 meme: add rm and bully 2020-05-05 16:25:33 -04:00
2395f7b33d meme: empty text 2020-05-04 17:31:28 -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
3ad15c5f3e meme: fix another crash 2020-05-01 10:42:24 -04:00
699532d789 meme: fix a crash 2020-05-01 09:13:56 -04:00
c7810e9f33 meme: resize images 2020-04-29 15:37:46 -04:00
dcb6c3740d meme: change fonts 2020-04-29 12:14:24 -04:00
49991e530a meme: font size selection and top text 2020-04-29 12:01:01 -04:00
bcb5d43ea6 meme: rm images after a while 2020-04-29 11:33:28 -04:00
a5f0380585 meme: make messages commands 2020-04-29 11:33:28 -04:00
66460159cd meme: fix shortcuts 2020-04-28 15:16:45 -04:00
9704406fe5 meme: text 2020-04-28 15:00:44 -04:00
5a1e572645 meme: use urls 2020-04-28 14:58:23 -04:00
2e746f7b80 meme: add user name 2020-04-28 11:48:39 -04:00
13a3af1e55 meme: add plugin 2020-04-28 11:39:33 -04:00