issues
search
nathanielBellamy
/
my_website
It's My Website
1
stars
0
forks
source link
Update Home
#54
Closed
nathanielBellamy
closed
1 year ago
nathanielBellamy
commented
1 year ago
AC
Update Home screen to mention public square
hide scroll-bars
really this is to fix the awefulness that is the styling right now in Edge (of course it's edge)
Figure out why the background color doesn't get set when actually loading on an Ipad/Fancy iphone
cus it wasn't set to black in app.css and it defaulted to white
Fix some Square UI updating especially around colors
PS -> color setting across clients w/o infinite loops (
input:change
vs
color:change
in the IRO api)
MS -> RustWasm sets presets in localStorage on init if they were not already there -> JS can then access them
AC
input:change
vscolor:change
in the IRO api)