Curves settings UI

This commit is contained in:
l_samenv
2024-09-03 16:28:47 +02:00
parent 668f6d4aad
commit 933088fd08
8 changed files with 443 additions and 0 deletions

View File

@@ -179,6 +179,8 @@ def subdir_test_file(file):
resp = flask.send_file("client/test/"+file, mimetype=guess_mimetype(file))
return resp
@app.route('/components/curves_settings_popup/color_selector/<file>')
@app.route('/components/curves_settings_popup/<file>')
@app.route('/components/action_entry/<file>')
@app.route('/components/export_popup/<file>')
@app.route('/components/dates_popup/<file>')