joeyak

Results 24 issues of joeyak

Main summary of changes: * static directory is now embedded by default * --write-static will write the files to the `static` directory (default in the same directory as the executable)...

When typing `:` and hitting enter, it will send `:` to the chat instead of putting the default emote in chat, and it doesn't close the emote suggestions ![image](https://user-images.githubusercontent.com/27922090/160220492-824581b3-7c1a-4e04-9302-a40582bac20f.png)

bug
front-end

https://github.com/alexflint/go-arg

See `Deprecation of io/ioutil` section in https://go.dev/doc/go1.16

hardening

Now that wasm is being removed in https://github.com/zorchenhimer/MovieNight/issues/168 we can move the code in `common` out because it's not longer being used. Now an alternative to that is leave it...

Zorche put your ideas here Features: * Change some settings such as pins * Manage emotes (upload/delete/rename) * Change the "Now Playing" title * Manage users (ban/unban/kick/etc)

enhancement
front-end

This would have 3 parts. 1) Have the server send an error object to the client so the client can tell what an error message is. This can be a...

enhancement
front-end
hardening

It would be better to have a specific spot to store all the html message templates. Perhaps a slice or constants in another file.

hardening