UI gradient intensity slider, update wgui Defaults for dashboard, prepend ui-related config entries with ui_

This commit is contained in:
Aleksander
2026-01-17 12:49:43 +01:00
committed by galister
parent dabd122a1d
commit 7b3a2a1e48
18 changed files with 201 additions and 154 deletions

View File

@@ -9,7 +9,6 @@ use slotmap::{DenseSlotMap, new_key_type};
use crate::{
animation::{self, Animation},
components::Component,
globals,
i18n::I18n,
layout::{LayoutState, LayoutTask, WidgetID},

View File

@@ -1,5 +1,4 @@
use crate::{
assets::AssetPath,
layout::WidgetID,
parser::{
AttribPair, ParserContext, ParserFile, get_asset_path_from_kv, parse_children, parse_widget_universal,

View File

@@ -1,5 +1,4 @@
use crate::{
assets::AssetPath,
layout::WidgetID,
parser::{
AttribPair, ParserContext, ParserFile, get_asset_path_from_kv, parse_children, parse_widget_universal,