Page MenuHomePhabricator

Show icons and disabled/archived/closed results in typahead dynamic list
ClosedPublic

Authored by epriestley on Feb 14 2014, 3:18 PM.
Tags
None
Referenced Files
F15401619: D8231.id.diff
Mon, Mar 17, 6:34 PM
F15388211: D8231.id19583.diff
Sat, Mar 15, 3:28 AM
Unknown Object (File)
Mon, Feb 24, 11:29 AM
Unknown Object (File)
Feb 16 2025, 4:00 PM
Unknown Object (File)
Feb 15 2025, 11:24 AM
Unknown Object (File)
Feb 15 2025, 11:24 AM
Unknown Object (File)
Feb 15 2025, 11:24 AM
Unknown Object (File)
Feb 15 2025, 11:24 AM
Tokens
"Haypence" token, awarded by btrahan.

Details

Summary

Ref T4420. This is mostly a design change, but addresses two functional issues:

  1. Many sources exclude disabled accounts, system agents, archived projects, etc. It is rare to select these, but excluding them completely is too severe, and we've made more than a handful of changes over time to replace a "users" endpoint with an "accounts" endpoint (to include disabled users) or similar. Instead, always show these results, but sort them last and use a special style to clearly mark them as closed, disabled, or otherwise unusual.
    • As a practical consequence, all the similar endpoints can now be merged, so "accounts" and "users" return the exact same result sets.
  2. Increasingly, sources can return multiple object types in a single list. For example, "CC" can have a user or mailing list, and soon a project or repository. However, the result list is fairly homogenous across types and it isn't easy to quickly pick out projects vs users. To help with this, add icons showing the result type.
Test Plan

{F113079}

(The main search results get touched here too, I verified they didn't blow up.)

Diff Detail

Repository
rP Phabricator
Branch
typeahead3
Lint
Lint Passed
Unit
No Test Coverage