feat(frontend): implement rust-ui ScrollArea for details tab scrolling
All checks were successful
Build MIPS Binary / build (push) Successful in 2m1s

This commit is contained in:
spinline
2026-02-21 20:44:20 +03:00
parent 91ca6ff96f
commit 93a43d1b38
3 changed files with 134 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ pub mod input;
pub mod multi_select;
pub mod select;
pub mod separator;
pub mod scroll_area;
pub mod sheet;
pub mod sidenav;
pub mod skeleton;