duolicious-frontend
duolicious-frontend copied to clipboard
The frontend of the Duolicious dating app
Related: #321
* On Android, it's reported that there's no sound * On iOS, there's a sound, but it's not the [intended one](https://github.com/duolicious/duolicious-frontend/blob/main/assets/audio/notification.mp3)
Add scroll mode for profiles https://github.com/duolicious/duolicious-frontend/assets/54720236/b6de755f-38bb-4c01-94ff-7b9add602fd2 TODO: Tweak scroll thresholds Related: https://github.com/duolicious/duolicious-frontend/issues/23
There are FOSS turnkey solutions like PWABuilder, since; 1. The app will be controversial for some time 2. Some people do not trust even the established app-stores having a webapp...
Ability to click on a club pill to interact with that club, since search isn't a thing the only action that makes sense is to copying the user's club to...
if three people all match with each other, they get thrown together into a groupchat
Not sure where to add this in the UI. If it's added, it might be worth adding a "last online" feature too.
I think the ping mechanism is causing lots of invocations of `/inbox-info`, each with their own retries. Retries should be disabled on the `(j)api` calls and exponential backoff should be...