feat: part of step 5

This commit is contained in:
2026-04-26 21:05:25 +02:00
parent fa0a2fb2e1
commit c34c7cd3e0
5 changed files with 5 additions and 5 deletions

View File

@@ -32,4 +32,4 @@ defmodule BDS.Desktop.FilePicker do
|> String.replace("\\", "\\\\")
|> String.replace("\"", "\\\"")
end
end
end

View File

@@ -65,4 +65,4 @@ defmodule BDS.Desktop.ShellLive.ChatEditor do
def build(_assigns), do: nil
def translated(text, bindings \\ %{}), do: ShellData.translate(text, bindings, Process.get(:bds_ui_locale))
end
end

View File

@@ -265,4 +265,4 @@ defmodule BDS.Desktop.ShellLive.CodeEntityEditor do
|> List.flatten()
|> Enum.reject(&(&1 == "main"))]
end
end
end

View File

@@ -253,4 +253,4 @@ defmodule BDS.Desktop.ShellLive.MiscEditor do
|> Enum.map(fn {field, diffs} -> %{field_name: field, diff_count: length(diffs)} end)
|> Enum.sort_by(&{&1.diff_count * -1, &1.field_name})
end
end
end

View File

@@ -243,4 +243,4 @@ defmodule BDS.Desktop.ShellLive.TagsEditor do
trimmed -> trimmed
end
end
end
end