pollo-ios
pollo-ios copied to clipboard
An open-source iOS app for the Pollo app.
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.5.0 to 1.13.1. Release notes Sourced from git's releases. Release v1.13.1 Full Changelog 667b830 Update the GitHub Action step "actions/checkout" from v2 to v3 (#608) 23a0ac4 Fix...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
https://github.com/Instagram/IGListKit/blob/master/Guides/Getting%20Started.md (Read `Immutability` section) IGListKit is built w/ the core foundation assuming that all models used are immutable. The reason for this is that immutability allows for correct diffing between...
In case a client has a slow connection add a loading indicator in `PollsViewController` for both joining and creating a session.
1) [STUDENT SIDE] A student can see when a poll starts when the live tracker lights up, but the live tracker stays lit even after a poll is ended unless...
There are a bunch of unsatisfiable and ambiguous constraints within the app. Audit and fix them!
Saving a question with a correct answer doesn't save the correct answer
Nice to have, just persist the nav bar between these two for cleanliness. Currently we just reconfigure the nav bar for each controller which doesn't make sense because they're identical