turn the method picker into a real MethodPickerDialogController + MethodPickerDialogView + createMethodPickerDialog component
we do not want a a document-level modal helper
we should have component level tests and split into sub components like the
Method Navigator - the toolbar style navigation with search and filters
Method list - shows the scrollable list of methods based on the filter from the Method Navigator
Method Help Display - shows the help, examples and links to docs for the method selected in the Method List
combine into the Method Picker Dialog
create tests and story book entry for all sub components
turn the method picker into a real MethodPickerDialogController + MethodPickerDialogView + createMethodPickerDialog component
we do not want a a document-level modal helper
we should have component level tests and split into sub components like the
Method Navigator - the toolbar style navigation with search and filters
Method list - shows the scrollable list of methods based on the filter from the Method Navigator
Method Help Display - shows the help, examples and links to docs for the method selected in the Method List
combine into the Method Picker Dialog
create tests and story book entry for all sub components