Sudara

Results 148 comments of Sudara

Ah, I see, everything works as built, it's a design flaw :D

Samo recommended making a "row" view of playlists with handles on the right side. It's on #791

Part of the solution here is that we need to remove some of the `before_update`s and give a bunch of explicit "control" back into the controller. That way it'll be...

Adding a `favorites_controller` with `create/destroy` seems to be a good thing, separating out that logic. Part of me wishes we could remove `/tracks` and `/playlists` from the url entirely so...

We mocked out how the forum could look. Seems like 96x96 is the display size there.

Mocked up how things would look on new (not yet implemented) about pages and it seems like we could either do rectangular or square illustrations. Adding a bit of color...

We could also do smaller illustrations here — the island has a lot of detail in it, so looks best at this size — but it's completely flexible.

> just seems like we’d be fighting every single bit of the iFrame, from fonts, to dynamic media queries, to white/theme dark theme If we don't go the iframe way,...

Option 1 could be accomplished by issuing an ajax request on a stimulus controller `initialize`, storing the result in a member variable, moving the footer template to js and rendering...