Page MenuHomePhabricator

Use typeahead for tab panel selection
ClosedPublic

Authored by chad on Feb 14 2017, 9:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 20, 8:17 PM
Unknown Object (File)
Jan 31 2024, 12:00 PM
Unknown Object (File)
Jan 29 2024, 8:41 AM
Unknown Object (File)
Jan 9 2024, 10:23 AM
Unknown Object (File)
Jan 5 2024, 1:47 PM
Unknown Object (File)
Dec 29 2023, 3:56 AM
Unknown Object (File)
Dec 27 2023, 9:49 AM
Unknown Object (File)
Dec 23 2023, 12:09 AM
Subscribers

Details

Summary

Fixes T11449. Feels.... magical? Probably a more efficient way of doing this, but only 6 tabs so...

Test Plan

Create a tab panel in old UI. Edit panel in new UI. Create a panel in new UI, edit panel in new UI.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from Use typeahead for tab panel selection. to Use typeahead for tab panel selection.Feb 14 2017, 9:38 PM
epriestley added inline comments.
src/applications/dashboard/customfield/PhabricatorDashboardPanelTabsCustomField.php
38–39

LUL

This revision is now accepted and ready to land.Feb 14 2017, 9:40 PM

If we could get away with not naming tabs, this entire interface is just a tokenizer.

This revision was automatically updated to reflect the committed changes.