Remove PNG images, replace them with SVGs

This commit is contained in:
Vyn 2024-10-15 16:41:22 +02:00
parent e28ba796cd
commit f45aa601c7
23 changed files with 84 additions and 308 deletions

View file

@ -1,9 +1,7 @@
import { Backend } from "Backend.slint";
import { Button, VerticalBox, CheckBox, Palette } from "std-widgets.slint";
import { SideBar } from "SideBar.slint";
import { SideBar } from "./components/SideBar.slint";
import { MainView } from "MainView.slint";
import { TaskWindow } from "windows/TaskWindow.slint";
import { EventWindow } from "windows/EventWindow.slint";
export component AppWindow inherits Window {
@ -23,4 +21,4 @@ export component AppWindow inherits Window {
}
export { Backend, TaskWindow, EventWindow } // Export to make it visible to the C++ backend
export { Backend } // Export to make it visible to the C++ backend