2.0 - WebUI builder ("Cielight" merge) #9

Merged
Djeex merged 43 commits from beta into main 2025-08-26 10:52:13 +02:00
26 changed files with 3227 additions and 5 deletions
Showing only changes of commit f6e6a11fc1 - Show all commits

View File

@ -69,6 +69,11 @@ def index():
return render_template("index.html") return render_template("index.html")
# --- Gallery & Hero API --- # --- Gallery & Hero API ---
@app.route("/gallery-editor")
def gallery_editor():
"""Render gallery editor page."""
return render_template("gallery-editor/index.html")
@app.route("/api/gallery", methods=["GET"]) @app.route("/api/gallery", methods=["GET"])
def get_gallery(): def get_gallery():
"""Get gallery images.""" """Get gallery images."""

View File

@ -560,7 +560,6 @@ label {
#site-info-form input, #theme-editor-form input, #site-info-form input, #theme-editor-form input,
#site-info-form textarea, #theme-editor-form textarea, #site-info-form textarea, #theme-editor-form textarea,
#site-info-form select, #theme-editor-form select { #site-info-form select, #theme-editor-form select {
/* background: rgba(4, 44, 60, 0.55);*/
background: #1f2223; background: #1f2223;
color: #fff; color: #fff;
border: 1px solid #585858; border: 1px solid #585858;