Added macro buttons
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 4 Feb 2021 09:09:08 +0000 (01:09 -0800)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 4 Feb 2021 09:09:08 +0000 (01:09 -0800)
commit5e7eff3aab604573f2bda05b05a36768da8cc7e0
treee2194c47fc6d656b93863fef3a02fda6031c2d07
parent7dc7ab3560bcd2945ddd2e78d17df300b404e66b
Added macro buttons
21 files changed:
CHANGELOG.md
src/js/color-picker.js [new file with mode: 0644]
src/js/main.js
src/js/settings-macros.js [new file with mode: 0644]
src/js/view-control.js
src/js/view-settings.js
src/pug/index.pug
src/pug/templates/color-picker.pug [new file with mode: 0644]
src/pug/templates/settings-general.pug
src/pug/templates/settings-macros.pug [new file with mode: 0644]
src/pug/templates/view-control.pug
src/pug/templates/view-settings.pug
src/py/bbctrl/Config.py
src/py/bbctrl/Mach.py
src/py/bbctrl/Web.py
src/resources/config-template.json
src/static/js/jscolor.min.js [new file with mode: 0644]
src/stylus/color-picker.styl [new file with mode: 0644]
src/stylus/macros.styl [new file with mode: 0644]
src/stylus/style.styl
src/stylus/view-control.styl