You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- introduce template into firefly entry point.
- create light curve as a template.
- create viewer, controller, and results component for light curve.
- these components are place holders and are not fully implemented.
- create upload form for use during development.
@@ -34,7 +34,7 @@ import {dispatchAddSaga} from '../core/MasterSaga.js';
34
34
* <li><b>appTitle</b>: The title of the FireflyViewer. It will appears at top left of the banner. Defaults to 'Firefly'. </li>
35
35
* <li><b>appIcon</b>: A url string to the icon to appear on the banner. </li>
36
36
* <li><b>footer</b>: A react elements to place on the footer when the menu drop down. </li>
37
-
* <li><b>searchPanels</b>: An array of additional react elements which are mapped to a menu item's action. </li>
37
+
* <li><b>dropdownPanels</b>: An array of additional react elements which are mapped to a menu item's action. </li>
38
38
* <li><b>views</b>: The type of result view. Choices are 'images', 'tables', and 'xyPlots'. They can be combined with ' | ', i.e. 'images | tables'</li>
39
39
*
40
40
*/
@@ -82,9 +82,8 @@ export class FireflyViewer extends Component {
0 commit comments