Page MenuHomePhabricator

Owners expects users to choose a repository with a <select /> that lists every repository in ID order
Closed, ResolvedPublic

Description

Owners uses a huge <select /> with an unintuitive ordering to select repositories. The form should use a tokenizer instead.

See T11015 for a related issue on the same form.

Event Timeline

A vaguely related issue is that the "Paths" list is not sorted on the "View" UI:

Screen Shot 2017-05-23 at 1.42.31 PM.png (770×329 px, 76 KB)

The current behavior means that "View" and "Edit" are stable, and that paths don't jump around if you do things like this:

  • EditAdd PathMake a mistakeSubmit form with error
  • EditAdd PathSave ChangesView
  • EditAdd PathSave ChangesOops I meant to do something elseEdit

Stuff stays where you put it, which is nice, but sorting is probably worth at least considering for packages with a large number of paths spanning multiple repositories.