2.6
New Logo Updated cache system now 15/30mins but scope updates every minute Font update
This commit is contained in:
@@ -64,7 +64,7 @@ export function useAppState() {
|
||||
return localStorage.getItem('sunscope_pro') === '1';
|
||||
});
|
||||
|
||||
const { forecast, airQuality, loading, error, now, fetchedAt } = useForecast(location, isPro);
|
||||
const { forecast, airQuality, loading, error, now, fetchedAt, liveElev } = useForecast(location, isPro);
|
||||
|
||||
const [searchQuery, setSearchQuery] = useState('');
|
||||
const [searchResults, setSearchResults] = useState([]);
|
||||
@@ -637,6 +637,7 @@ export function useAppState() {
|
||||
// computation
|
||||
hourlyRows, days, utcOffsetMs,
|
||||
visible, tableRows, nowLocalISO, currentRow, currentCat,
|
||||
liveElev,
|
||||
// banner + events
|
||||
activeEvents, lensEvent, selectedDayEvents,
|
||||
bannerIndex, bannerTransition, bannerPrevIndex,
|
||||
|
||||
Reference in New Issue
Block a user