In this episode, we look adding dark mode to our applications. This can be important for users who use dark mode and then come across your web application. The sudden change in brightness can be jarring or uncomfortable.
Flash messages are used to provide feedback to users when certain actions occur, such as creating or updating a record. In this episode, we'll look at various issues with flash messages and workarounds to common problems.
In this episode, we tackle the issue of slow-loading dropdowns with a high volume of options by implementing an asynchronous select using the Hotwire Combobox library.
There are a few different approaches to adding custom fonts into Rails applications regardless if you're using esbuild, bun or importmaps. Spoiler, it's much easier today than in years past.