Responsive Extension Manager UI

Solution retrospective
I'm actually really proud of my first responsive solution. I think it looks pretty close to the mockup. Also I've never been that comfortable with manipulating svgs or even really using them in my projects, but for this one I not only manipulated the colours, but I also extracted a piece from it for the icon that shows up on the tab.
What challenges did you encounter, and how did you overcome them?I think the hardest part as I started to get deeper into theming was the fact that I reused a lot of the same colour values in different variables and it might have made my _globals.scss
partial a little messier than I would've liked. I do feel like I could've extracted more components out of my App.jsx
but meh, next time 🤷🏻♀️ Also, all the variables I have in my _variables.scss
partial wasn't even used, so in hindsight, maybe I should've removed those. I created all the variables according to the Figma design system before I started implementing all of my changes.
Probably with my App.jsx and which elements might be better as extracted components. Also, sometimes my theme toggle button is super sticky and I need to refresh my page a couple times for it to show up (not always — most of the time it's pretty instantaneous).
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Maisha Mir's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord