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

@@ -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