feat: more work on UI app

This commit is contained in:
2026-04-24 15:27:57 +02:00
parent 0b625491cf
commit d8688aaca7
5 changed files with 5 additions and 5 deletions

View File

@@ -317,4 +317,4 @@ defmodule BDS.Desktop.Automation do
defp project_root do
Path.expand("../../..", __DIR__)
end
end
end

View File

@@ -226,4 +226,4 @@ defmodule BDS.UI.ShellPage do
|> Enum.map(&String.capitalize/1)
|> Enum.join(" ")
end
end
end

View File

@@ -4,4 +4,4 @@ Enum.reduce_while(IO.stream(:stdio, :line), :ok, fn line, _acc ->
else
{:cont, :ok}
end
end)
end)

View File

@@ -104,4 +104,4 @@ defmodule BDS.Desktop.AutomationTest do
wait_until(fun, timeout - 100)
end
end
end
end

View File

@@ -107,4 +107,4 @@ defmodule BDS.UI.ShellTest do
assert File.exists?("/Users/gb/Projects/bDS2/priv/ui/app.css")
assert File.exists?("/Users/gb/Projects/bDS2/priv/ui/app.js")
end
end
end