Nox
Nox
KPCKevin Powell - Community
Created by Nox on 7/30/2023 in #front-end
Variable function parameter
yeah, that makes sense :)
6 replies
KPCKevin Powell - Community
Created by Nox on 7/30/2023 in #front-end
Variable function parameter
Yep, that seems to have done the trick, thanks! :) I tried distances.[type], assuming I needed the dot, but apparently not.
6 replies
KPCKevin Powell - Community
Created by Nox on 7/13/2023 in #front-end
Adding eventlisteners iteratively not working.
that solved it, and I think I understand why, even - thanks! :)
4 replies
KPCKevin Powell - Community
Created by Nox on 7/4/2023 in #front-end
Transition after hiding flex child
right you are, I hadn't considered transitionend - thanks :)
11 replies
KPCKevin Powell - Community
Created by Nox on 7/4/2023 in #front-end
Transition after hiding flex child
yeah, two select elements and an input. And on the first select element is an eventlistener that sets hidden=true on the second select
11 replies
KPCKevin Powell - Community
Created by Nox on 7/4/2023 in #front-end
Transition after hiding flex child
flex: 1; min-width: 0; transition: flex-grow 1s; Like this it at least still looks right (evenly split, stays in container), but the transition doesn't trigger. I've tried a few different ways (I have an eventlistener on a <select> that sets hidden=true on certain changes)
11 replies
KPCKevin Powell - Community
Created by Nox on 7/4/2023 in #front-end
Transition after hiding flex child
Setting a px width means the items aren't staying within their container. I did suspect it was an issue of using percentage, though, as it doesn't change to trigger the transition.
11 replies
KPCKevin Powell - Community
Created by Nox on 6/23/2023 in #front-end
useState seemingly causing issues with nextjs
7 replies
KPCKevin Powell - Community
Created by Nox on 6/23/2023 in #front-end
useState seemingly causing issues with nextjs
Thank you, that's all it was. I've been tearing my hair out trying to figure out what was wrong with my code -.-
7 replies
KPCKevin Powell - Community
Created by Nox on 6/23/2023 in #front-end
useState seemingly causing issues with nextjs
Urgh, no way
7 replies
KPCKevin Powell - Community
Created by Nox on 6/23/2023 in #front-end
useState seemingly causing issues with nextjs
No difference, the behaviour persists, as does the warning
7 replies