Small styling update
5 unresolved threads
5 unresolved threads
Small styling update (testing the waters)
Merge request reports
Activity
Filter activity
assigned to @lautenbach
added 1 commit
- 16839da4 - removed extra useEffect trigger for Aladin Refresh
1621 1643 cursor: not-allowed; 1622 1644 color: var(--faded); 1623 1645 } 1624 .item-list__entry--disabled .tooltip-dias-dias { - src/components/new/queries/RunQuery.js 0 → 100644
1 import axios from "axios"; changed this line in version 3 of the diff
- src/components/new/queries/RunQuery.test.js 0 → 100644
1 import React from "react"; changed this line in version 3 of the diff
11 11 12 12 export const SkyViewHeader = new Header("SkyView", "Refresh", "Show selection(s) in the skyview. It refreshes the data and performs a new query", "location"); 13 13 export const Archive = new Dropdown("Archive", [], undefined); 14 export const Survey = new Dropdown("Survey", [], undefined); 14 export const Survey = new Dropdown("Background Survey", [], undefined); 15 15 export const SkyViewCalibrationLevel = new Dropdown("Calibration Level", [], undefined); 16 16 export const SkyViewCollection = new Dropdown("Collection", [], undefined); 17 17 export const SkyViewDataProductType = new Dropdown("DataProduct Type", [], undefined); 18 export const SkyViewRa = new InputField("Coordinates (std in deg)", "RA", typeStylingDict.number); 19 export const SkyViewDec = new InputField("Coordinates (std in deg)", "Dec", typeStylingDict.number); 20 export const SkyViewFoV = new InputField("Coordinates (std in deg)", "Field of View", typeStylingDict.number); 18 export const SkyViewRa = new InputField("Coordinates (degrees)", "RA", typeStylingDict.number); The '(degrees)' will be put in a tooltip in branch SDC-505/implement-design
mentioned in commit 2cc7a816
Please register or sign in to reply