Daggerpov / Quote-Droplet-iOS

iOS app that serves quotes through its feed, search, widgets, and notifications (Available on iOS App Store).
https://apps.apple.com/app/quote-droplet/id6455084603
Other
2 stars 0 forks source link

Small widget text too long for it #78

Closed Daggerpov closed 3 months ago

Daggerpov commented 3 months ago

Quote length limiting is working, but need to better size as well

Daggerpov commented 3 months ago

First step:

Daggerpov commented 3 months ago

Seems good. Just test now.

Daggerpov commented 3 months ago

UI formatting stuff worked, but I think the API doesn't chain together the /maxQuoteLength=65 part to the URL when making a request, if the widget family is small.

This is likely because the check for whether the widget is of the small family isn't working somehow.

// TODO: debug this

Daggerpov commented 3 months ago

Seems to work well! Closing.