Skip to content
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

fix: Reinstate date picker on iPhone - week starts on Monday #3348

Merged
merged 6 commits into from
Feb 22, 2025

Conversation

claremacrae
Copy link
Collaborator

@claremacrae claremacrae commented Feb 22, 2025

Types of changes

Changes visible to users:

  • Bug fix (prefix: fix - non-breaking change which fixes an issue)
    • Issue/discussion:
  • Documentation (prefix: docs - improvements to any documentation content for users)

Description

  • Revert some debug logging I added on main
  • Reinstate date picker on iPhone - week starts on Monday.
  • Document that the Reading Mode/Results date-picker remains hard-coded to start on Mondays, on iPhone and probably iPad too.

Note that the date picker in Reading Mode and Tasks query Results remains hard-coded to start on Monday, because it turned out that the code added in #3259 to address #3239 works well on Android, but gave an error on iPhone (and probably iPad too).

Thanks to @esm7 for suggesting the fix.

Motivation and Context

This fixes #3341.

How has this been tested?

On my iPhone 13 Pro Max - with iOS 17.1.1.

Checklist

Terms

claremacrae and others added 5 commits February 22, 2025 19:15
This fixes #3341.

Note that the date picker in Reading Mode and Tasks query Results
remains hard-coded to start on Monday, because it turned out
that the code added in #3259 to address #3239 works well on Android,
but gave an error on iPhone (and probably iPad too).

Thanks to @esm7 for suggesting the fix.

Co-Authored-By: esm7 <[email protected]>
@claremacrae claremacrae added display: reading mode Issues referring to Obsidian's Reading Mode or Reading View scope: user interface UI other than Edit task modal, e.g. context menus, date picker labels Feb 22, 2025
@claremacrae claremacrae merged commit 68ed913 into main Feb 22, 2025
4 checks passed
@claremacrae claremacrae deleted the fix-ios-date-picker-reading-mode branch February 22, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display: reading mode Issues referring to Obsidian's Reading Mode or Reading View scope: user interface UI other than Edit task modal, e.g. context menus, date picker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Date Picker does not open in Reading mode on iPhone (and likely iPad too) [in Reading mode]
1 participant