Tickmate-iOS
Tickmate-iOS copied to clipboard
1-bit Journal
But not on iPads. idk if you could always do this but you can now lol
If you close the app on a group other than the first, the next time you open the app, it will display the first group, but as soon as you...
This has been specifically requested by a user, so I should probably prioritize it. Would be nice if it could use the same format as the export in the Android...
UI redesign using a custom paging view that maintains vertical scroll position while having some neat new designs. Should address #53, #75, and #76. Currently not ready to merge.
Originally the redesign was being done in SwiftUI in #79, but there are too many performance issues. I don't think SwiftUI was designed to draw this many shapes on screen...
https://github.com/skjiisa/Coalescing-Operators `?=` could be used in: + `TrackController.tickController(for:)` + `DayTableViewCell.button(for:tickController:)`
I've been having a lot of issues with `NSPersistentCloudKitContainer` lately and would like to move away from it. A solution like [CloudCore](https://github.com/deeje/CloudCore) or [IceCream](https://github.com/caiyue1993/IceCream) (which would require rewriting the database...
While witnessing someone else try to use the app for the first time, I realizing the wording on the onboarding screen isn’t great. Help with the language and UX for...
The groups feature helps with having a large number of tracks. If a user adds more than a threshold number of tracks, it would make sense to present an alert...