Add Source creation/edition + Add missing edit forms for tasks and events

This commit is contained in:
Vyn 2024-11-01 13:43:45 +01:00
parent f1ac8a42d1
commit a15c23bb21
24 changed files with 358 additions and 205 deletions

View file

@ -3,6 +3,8 @@ import { Button, VerticalBox, CheckBox } from "std-widgets.slint";
import { SideBar } from "./components/SideBar.slint";
import { MainView } from "MainView.slint";
import { SettingsWindow } from "SettingsWindow.slint";
import { AddSourceWindow } from "windows/AddSourceWindow.slint";
import { EditSourceWindow } from "windows/EditSourceWindow.slint";
import { Palette } from "@selenite";
export component AppWindow inherits Window {
@ -21,4 +23,4 @@ export component AppWindow inherits Window {
}
export { Backend, Palette, SettingsWindow } // Export to make it visible to the C++ backend
export { Backend, Palette, SettingsWindow, AddSourceWindow, EditSourceWindow } // Export to make it visible to the C++ backend