feat: part of file extractions

This commit is contained in:
2026-04-26 16:17:51 +02:00
parent fd29d17eb5
commit a52bf20271
3 changed files with 3 additions and 3 deletions

View File

@@ -588,4 +588,4 @@ defmodule BDS.Desktop.ShellLive.PostEditor do
end end
end end
end end
end end

View File

@@ -511,4 +511,4 @@ defmodule BDS.Desktop.ShellLive.SidebarComponents do
_other -> id _other -> id
end end
end end
end end

View File

@@ -112,4 +112,4 @@ defmodule BDS.Desktop.ShellLive.SidebarState do
display_limit: max(Map.get(filters, :display_limit, max_items) || max_items, max_items) display_limit: max(Map.get(filters, :display_limit, max_items) || max_items, max_items)
} }
end end
end end