-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring Cleaning #170
Comments
Hey @deammer is there a specific reason you created the HomePage and AboutUsPage as templates instantiated in Wondering if I can safely refactor them into pages. |
Hey @jtfairbank! I am actually not sure why I did it that way instead of co-locating the queries 🤔 Maybe that involved some complexity that I didn't want to deal with when we were shipping the new site? My memory is terrible 😅 If you refactor it, please let me know what you find out! |
Word up! And yeah that makes sense. You were in "get it launched" mode. 😆 |
@jtfairbank #171 doesn't seem quite right, that's a dependency upgrade |
👏 very nice! |
Partially addresses #170 * chore: Remove unused DropdownMenu component. * chore: Remove unused Spinner animation component. * chore: Remove unused card components (CardGrid & ServiceCard). * chore: Remove unused Badge component. * refactor: Gatsby Templates => Gatsby Pages for the Forestry sourced single pages (Home, About Us). * refactor: Gatsby Templates => Gatsby Pages for the Forestry sourced Home page.
It's been a minute since I had a chance to code, so now's a good time to do some maintenance work as I get back up to speed.
Remove Unused Components
(CodeSee Map)
Review & Refactor Static Pages
Review & Refactor Route Pages
Simplify the Design, Convert CSS to TailwindMoved to Refactor Custom CSS Classes in Stylesheets > Tailwind Classes #772
Remove unused Contentful-powered functionality:
Be sure to remove unnecessary entries from Contentful, but save the content if it's usable.
Review Docs & Dev Experience
The text was updated successfully, but these errors were encountered: