moved frontend files around
Some checks failed
CI/CD Pipeline / build (push) Failing after 5s

This commit is contained in:
2026-03-18 08:56:15 -06:00
parent 707ac60f7e
commit 9a9522ecb6
7 changed files with 47 additions and 14 deletions

View File

@@ -95,7 +95,15 @@ defmodule ElixirAi.ChatRunner do
"properties" => %{
"color" => %{
"type" => "string",
"enum" => ElixirAiWeb.ChatLive.valid_background_colors()
"enum" => [
"bg-cyan-950/30",
"bg-red-950/30",
"bg-green-950/30",
"bg-blue-950/30",
"bg-yellow-950/30",
"bg-purple-950/30",
"bg-pink-950/30"
]
}
},
"required" => ["color"]