Skip to repository content18 lines · 421 B · rust
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T03:34:13.678Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
components.rs
1mod dropdown;
2mod font_picker;
3mod icon_theme_picker;
4mod input_field;
5mod number_field;
6mod ollama_model_picker;
7mod section_items;
8mod theme_picker;
9
10pub use dropdown::*;
11pub use font_picker::font_picker;
12pub use icon_theme_picker::icon_theme_picker;
13pub use input_field::*;
14pub use number_field::*;
15pub use ollama_model_picker::render_ollama_model_picker;
16pub use section_items::*;
17pub use theme_picker::theme_picker;
18