parent
6513dc09b4
commit
daf554ee83
|
|
@ -24,6 +24,7 @@ fn App(cx: Scope) -> Element {
|
||||||
body {{
|
body {{
|
||||||
max-width: 600pt;
|
max-width: 600pt;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
zoom: 150%;
|
||||||
}}
|
}}
|
||||||
label {{
|
label {{
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -103,7 +104,7 @@ fn App(cx: Scope) -> Element {
|
||||||
status.set(f);
|
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 {}
|
hr {}
|
||||||
analysis.get().result.iter().map(|a| {
|
analysis.get().result.iter().map(|a| {
|
||||||
rsx! {
|
rsx! {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue