chore: convert menu editor to live component

This commit is contained in:
2026-05-03 09:35:49 +02:00
parent ce54e973ad
commit 8d7e7419d4
5 changed files with 242 additions and 190 deletions

View File

@@ -179,6 +179,13 @@ defmodule BDS.Desktop.ShellLive.TabHelpers do
%{title: translated("Working tree"), subtitle: translated("Working tree and history")}
end
defp derived_tab_meta(%{type: :menu_editor}) do
%{
title: translated("menuEditor.tabTitle"),
subtitle: translated("menuEditor.description")
}
end
defp derived_tab_meta(_tab), do: %{}
defp merge_missing_meta(existing_meta, fresh_meta) do