You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The website allows for various input formats, such as integers, decimals, "hh:mm", and even fractions.
The app supports sort of these (not yet fractions, see #418, and there are bugs surrounding the timey format, see #383).
One of these that is supported elsewhere in the app, the hh:mm as input, appears not to be supported via the add data intent, the add data app shortcut.
The website allows for various input formats, such as integers, decimals, "hh:mm", and even fractions.
The app supports sort of these (not yet fractions, see #418, and there are bugs surrounding the timey format, see #383).
One of these that is supported elsewhere in the app, the hh:mm as input, appears not to be supported via the add data intent, the add data app shortcut.
"7:51" passed to it would be reported upstream (to the backend) as 7. This is likely due to the value being declared as a decimal type.
Support input formats in the add data intent as are allowed elsewhere in the app.
Cognata
Verbata: timey-wimey format,
The text was updated successfully, but these errors were encountered: