mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-02 01:13:19 +00:00
Replace 'edit source window' with popup
This commit is contained in:
parent
129b30b9e7
commit
854152b395
13 changed files with 101 additions and 163 deletions
|
@ -4,11 +4,13 @@ import { SideBar } from "views/SideBar.slint";
|
|||
import { MainView } from "views/TasksView.slint";
|
||||
import { SettingsWindow } from "../SettingsWindow/SettingsWindow.slint";
|
||||
import { AddSourceWindow } from "../AddSourceWindow//AddSourceWindow.slint";
|
||||
import { EditSourceWindow } from "../EditSourceWindow/EditSourceWindow.slint";
|
||||
import { Palette } from "@selenite";
|
||||
import { CalendarView } from "views/CalendarView.slint";
|
||||
import { VButton } from "../../../external/selenite/components/Button.slint";
|
||||
import { ToggleButton } from "../../../external/selenite/components/index.slint";
|
||||
import { VTextInput } from "../../../external/selenite/components/TextInput.slint";
|
||||
import { AppWindowActions } from "Actions.slint";
|
||||
import { EditSourceModal } from "../../components/editSourceModal.slint";
|
||||
|
||||
export component AppWindow inherits Window {
|
||||
|
||||
|
@ -19,6 +21,8 @@ export component AppWindow inherits Window {
|
|||
|
||||
private property<bool> show-tasks: false;
|
||||
|
||||
|
||||
|
||||
HorizontalLayout {
|
||||
// padding: 16px;
|
||||
//spacing: 16px;
|
||||
|
@ -70,4 +74,4 @@ export component AppWindow inherits Window {
|
|||
}
|
||||
}
|
||||
|
||||
export { AppWindowModels, Palette, SettingsWindow, AddSourceWindow, EditSourceWindow } // Export to make it visible to the C++ backend
|
||||
export { AppWindowModels, Palette, SettingsWindow, AddSourceWindow } // Export to make it visible to the C++ backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue