Today in Macchiato:

  • Encountered rate limiting
  • Baked in basic streams
  • Made posts show relative timestamps
  • Added support for showing supplemental post info
  • Started working on auth - the UI is there
  • Added in a larval "toast" system

Next:

  • Finish auth:

  • configure SettingsVC with Authenticator

  • save auth info to keychain and restore it
  • save last-account info in defaults
  • add client GUID field to login form
  • prefill if they've logged in already once

  • Feed auth into our post repo

  • Then we can finally access logged-in–only streams

  • Allow to write a new post

  • Swipe on post to jump to thread
  • Pop up action sheet on long-pressing a post to support star/repost/etc