parent
6513dc09b4
commit
daf554ee83
|
|
@ -24,6 +24,7 @@ fn App(cx: Scope) -> Element {
|
|||
body {{
|
||||
max-width: 600pt;
|
||||
margin: auto;
|
||||
zoom: 150%;
|
||||
}}
|
||||
label {{
|
||||
display: block;
|
||||
|
|
@ -103,7 +104,7 @@ fn App(cx: Scope) -> Element {
|
|||
status.set(f);
|
||||
}
|
||||
},
|
||||
input { r#type: "submit", value: "clipify selected spans", disabled: file.get().len() == 0 || status.get().starts_with("[WORKING]") }
|
||||
input { r#type: "submit", value: "clipify selected spans", disabled: file.get().len() == 0 || status.get().starts_with("[WORKING]") || analysis.get().result.len() == 0 }
|
||||
hr {}
|
||||
analysis.get().result.iter().map(|a| {
|
||||
rsx! {
|
||||
|
|
|
|||
Loading…
Reference in New Issue