Tickmate-iOS
Tickmate-iOS copied to clipboard
1-bit Journal
Button that overlays on the screen after scrolling up. There's already a "scroll to bottom" button at the top of the list.
Add a lock feature that would restrict editing to the current day. This way the user doesn't accidentally tick or untick days in the past.
Show the name of a group on the navigation bar when using groups.
~~I had a bad network connection and the widget showed every track as having no ticks except for one which was displayed normally.~~ Edit: I think I actually was misinterpreting...
I thought I had fixed it but it sometimes still happens.
Having a single vertical scroll view that the horizontal paging view is behind would allow the scroll position to be the same across all of them. It would also solve...
I think it could be neat for there to be haptics options. Probably just something like "subtle", "strong", and "off". "Subtle" would be the current haptics, "strong" would use something...
See #75
iOS 14.5 seems to have fixed the issues with PageTabViewStyle, so PageView can be replaced with that. I don't know if there's any specific benefit to it, but it could...