Kevin
Kevin
Because: * A few tweaks to help the toc blend in while reading the main lesson content. This commit: * Lighten the toc item color and heading. * Use font...
Because: * All of these pages have been converted to Tailwind. This commit: * Remove any old remaining lesson styles * Remove any old remaining course styles * Remove any...
### Description We don't have any visibility of dashboard button usage in GA. ### Acceptance Criteria * Track "Resume" button clicks * Track "Start" button clicks * Track "Open" button...
Because: * We were using the default Bootstap styles for our flash messages. This commit: * Always display flash messages in the upper right in a fixed position so they...
### Description The Github Action we use for this has a check to stop PR's originating from forks from triggering this action: https://github.com/fastruby/manage-heroku-review-app/blob/main/src/index.ts#L30 * Is there an alternative action available...
### Description The share feature on our lesson preview page works by hashing the content and generating a url with the hash appended as a param. This works fine when...
We've received feedback on discord about the recent lesson page layout changes making the content harder to read. Link to that discussion - https://discord.com/channels/505093832157691914/1000388686690648104 I wanted to open up this...
### Why? We have been adding more ancillary pages lately like the [Installations Appendix](https://www.theodinproject.com/lessons/installation_lessons) and have more planned. The current footer links to these pages along the bottom, but this...
### Why? Currently we only have a brief description of the path/course followed by the syllabus. This doesn't offer a lot of insight into the path/course and may be leaving...
Because: * We are not using them anymore. This commit: * Remove form.css file from webpacker * Remove form components from the asset pipeline * Remove any input global styles....