Zerthz
Explore posts from serversKPCKevin Powell - Community
•Created by Zerthz on 4/3/2024 in #front-end
Img or Svg element?
The usage is typically icons in things like buttons and so, in different vue components. how would you go about <use> a file? might need to read into that, thought <img> was the only way to use an svg file
10 replies
KPCKevin Powell - Community
•Created by Zerthz on 2/27/2024 in #front-end
Is is wrong or bad to add padding to represent hierarchy in tables?
if we ignore the accessibility just for sake of argument. what do you think would suck the least to build? tables with padding-indent or using Unordered Lists with nesting and make it look like a table?
11 replies
KPCKevin Powell - Community
•Created by Zerthz on 2/27/2024 in #front-end
Is is wrong or bad to add padding to represent hierarchy in tables?
it would be nice to keep to some kind of semantc html, but might have to roll some list solution?
11 replies
KPCKevin Powell - Community
•Created by Zerthz on 2/27/2024 in #front-end
Is is wrong or bad to add padding to represent hierarchy in tables?
and there could ofc be more of the areas underneath
11 replies
KPCKevin Powell - Community
•Created by Zerthz on 2/27/2024 in #front-end
Is is wrong or bad to add padding to represent hierarchy in tables?
11 replies
KPCKevin Powell - Community
•Created by Zerthz on 12/19/2023 in #front-end
How do you go about creating things like this CSS or just a svg?
Will mark this as solved, cheers guys!
10 replies
KPCKevin Powell - Community
•Created by Zerthz on 12/19/2023 in #front-end
How do you go about creating things like this CSS or just a svg?
10 replies
KPCKevin Powell - Community
•Created by Zerthz on 10/19/2023 in #front-end
Best way to create this effect
Thanks guys, that should do it! will mark as solved 😄
10 replies
❔ making something wait in unity script
don't really know unity script. In standard c# you could have something like Task.Delay()
https://gamedevbeginner.com/how-to-delay-a-function-in-unity/
does this article help any?
97 replies
✅ implementing OneOf with Repository pattern
Don't need perse, but it could provide clearer communication. On one hand i like the fact that an Update method could return OneOf T or something like NotFound if that entity couldn't be found and updated. However, the other part of me want to keep my repos light and not deal with a package like that. But that might be a silly opinion to hold
9 replies