wip: highlights

This commit is contained in:
adamelmore
2026-01-26 07:17:46 -06:00
parent c1e840b9b2
commit 8b6484ac1a
8 changed files with 227 additions and 276 deletions

View File

@@ -68,7 +68,6 @@ import { ConstrainDragXAxis } from "@/utils/solid-dnd"
import { navStart } from "@/utils/perf"
import { DialogSelectDirectory } from "@/components/dialog-select-directory"
import { DialogEditProject } from "@/components/dialog-edit-project"
import { ReleaseNotesHandler } from "@/components/release-notes-handler"
import { Titlebar } from "@/components/titlebar"
import { useServer } from "@/context/server"
import { useLanguage, type Locale } from "@/context/language"
@@ -2797,7 +2796,6 @@ export default function Layout(props: ParentProps) {
</main>
</div>
<Toast.Region />
<ReleaseNotesHandler />
</div>
)
}