I would prefer not to use Eval to handle UI updates, but stuck with it for now to get this out the gate.
TODO:
- Create a whitelist of callable functions as an extra layer of protection
- Figure out a better way to do the same thing without using eval or with using a safer method
I would prefer not to use Eval to handle UI updates, but stuck with it for now to get this out the gate.
TODO: