Merge pull request #94 from fdnd-agency/93-refactor-code-in-all-our-files
93 refactor code in all our files
this pull request has been reviewed
I'll merge our refactored code into the dev branch now
fix: merged Inez #75 with this branch for refactoring
Inez had trouble with the details page and asked for help. I merged her code and refactored it in this branch,. So when we merge this branch her details layout will be merged into dev branch as well.
#48 #57 Fixed the input checked
I had :checked double in the code. Hence why it didn't worked. Now if you select a filter or unselect it, you can clearly know that it is unselected.
#48 #58 Change of code
I changed `<section>` into `<form>` so the filters will be sent to the server. But since we can't sent it to the Directus yet, it will remain this way.
refactor: simplify main layout and disable unused project grid styling (#74) (#86)
Removed unused components and commented out .projects-grid styling for cleaner layout structure
fix: re-enable load function to fetch sponsor data (#74) (#86)
Uncommented and restored the async load function to properly return sponsor data from the api