Sören Nils Kuklau
Sören Nils Kuklau
https://cosocial.ca/@evan/110471092919987278
In a window with Home and Notifications, the pull-to-refresh spinner is suddenly in the middle of a status: (And it spins if you pull.)
https://github.com/chucker/Mastonaut/blob/97fdaab30db578f1f8f57c275c4eb6a4acc0e23e/CoreTootin/Agents/AppRegistrationAgent.swift#L73 We probably want a different URL here. Maybe also append the version number? (do we want this to be configurable in the xcconfig?)
`validateMenuItem` currently expects a `StatusTableCellView`: ```swift guard let selectedIndex = tableView.selectedRowIndexes.first, let view = tableView.view(atColumn: 0, row: selectedIndex, makeIfNecessary: false), let cellView = view as? StatusTableCellView, let cellModel = cellView.cellModel...
[This is apparently by design](https://developer.apple.com/forums//thread/728021). Need to investigate whether newer CocoaPods references will help. (Do we still need them?)
https://ngmx.com/@sindarina/110379110706816178 (Perhaps not until #18 is done?)
Goals: - [ ] privacy; user opts in to connection to instance directory - [ ] new backend (current one seems dead) - [ ] nicer UI
Once we've done #11, we should consider whether we can save a composed toot as a draft. I believe there's no API for this, so we'd have to store it...
A toggle button next to the source drop-down that slides in two rows atop the timeline table: * a search text box * a segmented control(?) where you toggle between:...
Twitter dot app does this. [So does Tusker.](https://social.shadowfacts.net/objects/167a373d-1982-47b0-9d86-d6818386a017) Basically, if three people follow you, make that one notification with those three people in it. If three people favorite the same...