zoom to 150% in desktop and disable clipify until analysis called
This commit is contained in:
@@ -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! {
|
||||
|
||||
Reference in New Issue
Block a user