-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
35 lines (30 loc) · 833 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Improve edges
Improve layout
Improve size
Improve everythin please
Fix upload file button
----Possible Solution
---Make opacity zero and spawn some garbage
sls = [("display","bloc")
,("width","100px")
,("height","20px")
,("overflow","hidden")
]
bls = [("width","110px")
,("height","30px")
,("position","relative")
,("top","-5px")
,("left","-5px")
]
fls =[
("opacity","0")
,("filter","aplha(opacity:0);")
,("position","relative;")
,("top","-40px")
,("left","-20px")
]
inp = input [type' "file",id "files",name"files[]"][]
out = output [id "list"][]
cov = button [style bls] [a [href "javascript: void(0)"][] ]
upButt = Html.toElement 0 0 (div [ ] [inp,out])
Test backend i.e. test string re validation