denertog
KPCKevin Powell - Community
•Created by b1mind on 7/17/2023 in #resources
CSS day 2023 - full playlist
Oh damn, can someone provide me with ample time to view all of them. Seems like a great playlist
3 replies
KPCKevin Powell - Community
•Created by denertog on 6/2/2023 in #front-end
gap vs margin
Right, I was thinking it wouldn't be too bad because of the margins collapsing but you'd have to remove it from the first and last as well. Thx for clarifying!
7 replies
KPCKevin Powell - Community
•Created by denertog on 6/2/2023 in #front-end
gap vs margin
or is this the same situation as with the grid of
.card
selectors earlier in the video? where gap
clearly is superior because of a flexible grid etc.7 replies
KPCKevin Powell - Community
•Created by denertog on 5/16/2023 in #front-end
how does the browser calculate width of flex items?
either way, thanks a lot for your clear explanation
16 replies
KPCKevin Powell - Community
•Created by denertog on 5/16/2023 in #front-end
how does the browser calculate width of flex items?
🤷
16 replies
KPCKevin Powell - Community
•Created by denertog on 5/16/2023 in #front-end
how does the browser calculate width of flex items?
though that probably is not preferred in the design either
16 replies
KPCKevin Powell - Community
•Created by denertog on 5/16/2023 in #front-end
how does the browser calculate width of flex items?
i was thinking to solve this by putting the X in the front 😄
16 replies
KPCKevin Powell - Community
•Created by denertog on 5/16/2023 in #front-end
how does the browser calculate width of flex items?
word-breaks probably won't be an option as well
16 replies
KPCKevin Powell - Community
•Created by denertog on 5/16/2023 in #front-end
how does the browser calculate width of flex items?
i already tried the
min-content
but that shrinks it down to the bare minimum which is too small16 replies
KPCKevin Powell - Community
•Created by denertog on 5/16/2023 in #front-end
how does the browser calculate width of flex items?
either that or do the calculation of the width myself with absolute units? (which i really prefer not to given the context of i18n and multiple text lengths etc.)
16 replies
KPCKevin Powell - Community
•Created by denertog on 5/16/2023 in #front-end
how does the browser calculate width of flex items?
that confirms my first guesses on how this was caused
am i correct that in this case the only solution is to use a combination of
float
and/or inline
elements?16 replies
KPCKevin Powell - Community
•Created by denertog on 4/20/2023 in #front-end
vanilla javascript to make component-based UI
so i think i should refactor it first to have the Node CLI in a different project, then have everything from the model separate in a module or something and then yet another project to build the vanilla JS Web UI
32 replies
KPCKevin Powell - Community
•Created by denertog on 4/20/2023 in #front-end
vanilla javascript to make component-based UI
i'm probably struggling because i'm making both front-ends in the same project
32 replies
KPCKevin Powell - Community
•Created by denertog on 4/20/2023 in #front-end
vanilla javascript to make component-based UI
or maybe that's the problem with it still being in the same folder (and thus with the same
tcsonfig.json
and package.json
files whereas requirements are different for Node projects than they are for Web UI projects32 replies
KPCKevin Powell - Community
•Created by denertog on 4/20/2023 in #front-end
vanilla javascript to make component-based UI
is that impossible?
32 replies
KPCKevin Powell - Community
•Created by denertog on 4/20/2023 in #front-end
vanilla javascript to make component-based UI
but I want that same thing to run in a browser as well
32 replies
KPCKevin Powell - Community
•Created by denertog on 4/20/2023 in #front-end
vanilla javascript to make component-based UI
yes, my CLI is running through Node
32 replies
KPCKevin Powell - Community
•Created by denertog on 4/20/2023 in #front-end
vanilla javascript to make component-based UI
what about
require
then?
typescript seems to compile those imports into require
statements32 replies
KPCKevin Powell - Community
•Created by denertog on 4/20/2023 in #front-end
vanilla javascript to make component-based UI
can't seem to find it, do you have a link?
32 replies
KPCKevin Powell - Community
•Created by denertog on 4/20/2023 in #front-end
vanilla javascript to make component-based UI
In that case I probably don't need WP indeed
32 replies