Start rearranging and simplifying widgets

This commit is contained in:
prototypa
2023-07-27 14:51:46 -04:00
parent b51e3bdebc
commit 15ef9ee3e0
11 changed files with 419 additions and 330 deletions

View File

@ -16,6 +16,7 @@ interface Link {
interface ActionLink extends Link {
class?: string;
type?: string;
}
interface MenuLink extends Link {