-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Replace custom calendar with kizitonwose/Calendar #218
Comments
I have decided to deprecate "selected period color" and only go with "selected color". This is because we dont have a color for "selection of ovulation". Its a bit overkill to have a distinct color for selecting a period date. You would probably know that you have selected a period date anyways. |
I added three new db-functions that returns dates for focused month, but also previous month and following month. This is due to bigger screens will be able to show more than one month at a time and it would be nice for the user to have all of the data at one glance. Issues; I would rather we didn't have these variables because I don't want to limit the user to 50 months back/future. But haven't figured out how to make it dynamic yet. |
Startday of week will not be implemented as a setting. We will fetch this from the users locale instead. If there are users who would want us to have this as a seperate setting, then we will look at implementing it. |
@EmmaTellblom I was thinking of #199 again. I don't want to introduce an icon to get the user back to "today". But we could make the "Calendar" title tappable and make that focus the curent month, what do you think? Edit: |
@carstenhag Yes pressing calendar would be a great way to focus to current month again! |
The buttons have to go away in one way or another. Or at least get smaller. |
Replace the custom calendar that is in the app today with a vertically scrolled calendar from kizitonwose/Calendar repo. This will enable us to let user choose start day of week and customize the calendar in a better way.
Stuff to fix in the new calendar
The text was updated successfully, but these errors were encountered: