feat: finally a halfway working prototype

This commit is contained in:
2026-04-24 15:56:37 +02:00
parent d8688aaca7
commit 906bad6aa4
11 changed files with 998 additions and 228 deletions

View File

@@ -48,7 +48,7 @@ defmodule BDS.UI.ShellPage do
end
defp bootstrap do
workbench = Workbench.new(panel_visible: true, assistant_sidebar_visible: true)
workbench = Workbench.new()
%{
title: Application.get_env(:bds, :desktop)[:title] || "Blogging Desktop Server",