feat(handler): Full indexer tab handler support

This commit is contained in:
2024-12-03 17:46:37 -07:00
parent 8660de530d
commit 093ef136e7
23 changed files with 4995 additions and 79 deletions
+1
View File
@@ -10,6 +10,7 @@ pub struct EditIndexerModal {
pub api_key: HorizontallyScrollableText,
pub seed_ratio: HorizontallyScrollableText,
pub tags: HorizontallyScrollableText,
pub priority: i64,
}
#[derive(Default, Clone, Eq, PartialEq, Debug)]