micro-nova / AmpliPi

Whole House Audio System 🔊
https://amplipi.com
GNU General Public License v3.0
289 stars 23 forks source link

Implement `HeaderMarquee` component #921

Closed SteveMicroNova closed 2 months ago

SteveMicroNova commented 2 months ago

What does this change intend to accomplish?

Closes #906, #915, #916 by creating a version of marquee that reinitializes with every scroll, and isn't a marquee unless it needs to be. This makes it so that ReactFastMarquee doesn't negatively impact our formatting, and reduces the number of edge cases where scrolling goes a little silly when the thing that's scrolling changes

Checklist