Page MenuHomePhabricator

Time control typeaheads.
ClosedPublic

Authored by lpriestley on May 20 2015, 4:12 PM.
Tags
None
Referenced Files
F15310063: D12953.diff
Thu, Mar 6, 8:02 AM
Unknown Object (File)
Tue, Feb 25, 8:53 PM
Unknown Object (File)
Tue, Feb 25, 8:53 PM
Unknown Object (File)
Tue, Feb 11, 9:13 PM
Unknown Object (File)
Mon, Feb 10, 6:17 PM
Unknown Object (File)
Sat, Feb 8, 4:47 AM
Unknown Object (File)
Sat, Feb 8, 4:47 AM
Unknown Object (File)
Sat, Feb 8, 4:47 AM
Subscribers

Details

Summary

Ref T8031, Time control typeaheads

Test Plan

Edit an event, type '3', typeahead should suggest, '3:00 AM', '3:30 AM', '3:00 PM', '3:30 PM'.

Diff Detail

Repository
rP Phabricator
Branch
calendartimecontroltypeahead
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6157
Build 6178: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

lpriestley retitled this revision from to Time control typeaheads..
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added reviewers: epriestley, chad.
epriestley edited edge metadata.
epriestley added inline comments.
src/view/form/control/AphrontFormDateControl.php
385–388

If you type "1", this might sort "1 AM" before "12 AM" now, which is maybe-questionable?

This revision is now accepted and ready to land.May 20 2015, 4:20 PM
src/view/form/control/AphrontFormDateControl.php
385–388

Lolz. I forgot 12 altogether, huh.

lpriestley edited edge metadata.

Adding 12 back in the mix

This revision was automatically updated to reflect the committed changes.