f4ad22b55b
- Implemented a theme system in `iced-panel-adapter` for consistent styling across panels. - Created `iced-panel-ai-chat` for an AI assistant interface, including message handling and UI components. - Developed `iced-panel-script` for a DSL editor with execution capabilities, allowing procedural drawing commands. - Introduced message types for interaction in both chat and script panels. - Added color and theme management for improved visual consistency.
6 lines
113 B
Rust
6 lines
113 B
Rust
//! Dialog modules — modal dialogs for the Iced GUI.
|
|
|
|
pub mod new_image;
|
|
pub mod adjustments;
|
|
pub mod confirm;
|