Safehou-se (Pt 3)
Home✗Blog2022-11-05
While not much has been changed regarding the main Safehou-se application, I began working on a side add-on that allows users to input any code and quickly change any Bootstrap themed color components (such as bg-primary
or text-muted
) to custom colors.
This little applet was done in a one-day sprint, as the functionality was a lot easier to implement than the main project. It mostly involved parsing the HTML and replacing any instance of a class that started with bg-
with a corresponding style color attribute.
Additional Notes
- Seeing as not many people were using the code gallery function, I also removed this to save space.
- I also (finally) added Delete functionality to loop variables. And cleaned up the design for it.