Dev_HK
Dev_HK
Explore posts from servers
KPCKevin Powell - Community
Created by Dev_HK on 11/19/2024 in #front-end
svgs aren't responsive as i thought
No description
28 replies
KPCKevin Powell - Community
Created by Dev_HK on 11/17/2024 in #front-end
i wanna know if i'm doing css responsive wrong
No description
6 replies
KPCKevin Powell - Community
Created by Dev_HK on 11/14/2024 in #front-end
why isn't overflowX:hidden isn't being applied when toggling device toolbar
so i want to test the design breakpoints so that i can apply the different break points; but something bugs me; the device toolbar (the thing that had a laptop & mobile icon in the chrome devtools) isn't respecting the overflowX:hidden; rule applied in body; i wanna do responsive but i don't know how to do it if i can't focus
9 replies
KPCKevin Powell - Community
Created by Dev_HK on 11/10/2024 in #front-end
transition being bumpy
15 replies
KPCKevin Powell - Community
Created by Dev_HK on 11/6/2024 in #front-end
how is it absolute position is outside of the doc structure yet still i'm getting this composition
No description
1 replies
KPCKevin Powell - Community
Created by Dev_HK on 11/5/2024 in #front-end
issues with svg being resized based on their parent flexbox
No description
20 replies
KPCKevin Powell - Community
Created by Dev_HK on 8/6/2024 in #front-end
how feasible is this in css
No description
8 replies
KPCKevin Powell - Community
Created by Dev_HK on 6/22/2024 in #front-end
sometimes i don't know how to use css correctly
No description
5 replies
SSolidJS
Created by Dev_HK on 5/29/2024 in #support
deploying a solid js app in render while consuming a backend api
if i'll need to make the code into production & i have the backend url hosted,
const BACKEND_URL_API=process.env.BACKEND_URL_API;
const BACKEND_URL=process.env.BACKEND_URL;
const BACKEND_URL_API=process.env.BACKEND_URL_API;
const BACKEND_URL=process.env.BACKEND_URL;
and in the env file i have this
BACKEND_URL="https://python-fastapi.onrender.com"
BACKEND_URL_API="https://python-fastapi.onrender.com/api"
BACKEND_URL="https://python-fastapi.onrender.com"
BACKEND_URL_API="https://python-fastapi.onrender.com/api"
1 replies
SSolidJS
Created by Dev_HK on 5/27/2024 in #support
Modularizing Components
how would you tackle this, right now i have two different components as pages & now requirements i'm having is that for the third page of the app i'll be using the first page, then the second page the flow of the third page will be to display the table in the first page until he clicks on the CIN, then we display all the products bought from that user, should i make components for the tables and in the props to take params like enableActions to display the crud icons for that specific thing ? https://github.com/ismailelghazi/python_fastapi_react
5 replies