Rename vynui to selenite

This commit is contained in:
Vyn 2024-10-16 11:54:15 +02:00
parent 3e7c9b150a
commit e2b0c1ac74
24 changed files with 12 additions and 542 deletions

View file

@ -1,6 +1,6 @@
import { Backend, TaskData, Event } from "../Backend.slint";
import { ScrollView } from "std-widgets.slint";
import { VCheckBox, VButton, VActionButton, Svg, VTag, VPopupIconMenu, VText, Palette } from "@vynui";
import { VCheckBox, VButton, VActionButton, Svg, VTag, VPopupIconMenu, VText, Palette } from "@selenite";
import { TaskLine } from "./TaskLine.slint";
import { Utils } from "../Utils.slint";