The Carbon Refactor
Aug 20, 2021
I had to take a break from the StarLog project for a couple months to focus on some other things, but I recently dusted the cobwebs off the code and got back to work.
After some brief toying with the IBM Carbon component library for Svelte, I decided to swap out Sveltestrap entirely. I prefer the overall variety of Carbon components, and the look and feel is more my style.
It was pretty straightforward to remove Sveltestrap references from the existing components and replace them with their Carbon counterparts. After a little tweaking, I had a redesigned app that was just as functional as the original Sveltestrap version.
With those changes in place, I'm in a good spot to shift my focus to some API integration. I'd like to start writing an Azure function to retrieve celestial object data, and tie it into an autocomplete search field on the observation form.
StarLog Links
All Posts
- MVP Wrap-Up [11/12/2021]
- Creating and Deleting [10/31/2021]
- The Vertical Slice [10/5/2021]
- Celestial Searches Revisited [9/23/2021]
- Authentication [9/17/2021]
- The SvelteKit Refactor [9/12/2021]
- Celestial Searches [8/29/2021]
- The Carbon Refactor [8/20/2021]
- Proof of Concept [6/16/2021]
- Laying the Foundation [5/24/2021]
- The Project Roadmap [5/19/2021]
- Introduction [5/18/2021]