nicolium: this shouldn't land there
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -71,7 +71,6 @@
|
||||
"@uidotdev/usehooks": "^2.4.1",
|
||||
"@use-gesture/react": "^10.3.1",
|
||||
"@yornaath/batshit": "^0.14.0",
|
||||
"abortcontroller-polyfill": "^1.7.8",
|
||||
"autoprefixer": "^10.4.27",
|
||||
"blurhash": "^2.0.5",
|
||||
"bowser": "^2.14.1",
|
||||
|
||||
@@ -112,7 +112,6 @@ const fetchMeSuccess =
|
||||
if (match) {
|
||||
try {
|
||||
const frontendConfig = JSON.parse(decodeURIComponent(match[1]));
|
||||
console.log(frontendConfig);
|
||||
useSettingsStore.getState().actions.loadUserSettings(frontendConfig);
|
||||
return frontendConfig;
|
||||
} catch (error) {
|
||||
|
||||
@@ -110,7 +110,6 @@ const TimelineGap: React.FC<ITimelineGap> = ({ gap, onFillGap, firstEntry }) =>
|
||||
};
|
||||
|
||||
const renderTimeDistance = () => {
|
||||
console.log(gap);
|
||||
if (!gap.minDate) return null;
|
||||
|
||||
const maxDate = gap.maxIdDate ? new Date(gap.maxIdDate) : new Date();
|
||||
@@ -397,12 +396,10 @@ const Timeline: React.FC<ITimeline> = ({
|
||||
} = query;
|
||||
|
||||
const handleMoveUp = (index: number) => {
|
||||
console.log(index);
|
||||
selectChild(index - 1, node, document.getElementById('status-list') ?? undefined);
|
||||
};
|
||||
|
||||
const handleMoveDown = (index: number) => {
|
||||
console.log(index);
|
||||
selectChild(
|
||||
index + 1,
|
||||
node,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// TOOD Verify if any of the lesser-known browsers actually need those.
|
||||
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
|
||||
import 'intersection-observer';
|
||||
import { install as installResizeObserver } from 'resize-observer';
|
||||
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -130,9 +130,6 @@ importers:
|
||||
'@yornaath/batshit':
|
||||
specifier: ^0.14.0
|
||||
version: 0.14.0
|
||||
abortcontroller-polyfill:
|
||||
specifier: ^1.7.8
|
||||
version: 1.7.8
|
||||
autoprefixer:
|
||||
specifier: ^10.4.27
|
||||
version: 10.4.27(postcss@8.5.8)
|
||||
@@ -3010,9 +3007,6 @@ packages:
|
||||
'@yornaath/batshit@0.14.0':
|
||||
resolution: {integrity: sha512-0I+xMi5JoRs3+qVXXhk2AmsEl43MwrG+L+VW+nqw/qQqMFtgRPszLaxhJCfsBKnjfJ0gJzTI1Q9Q9+y903HyHQ==}
|
||||
|
||||
abortcontroller-polyfill@1.7.8:
|
||||
resolution: {integrity: sha512-9f1iZ2uWh92VcrU9Y8x+LdM4DLj75VE0MJB8zuF1iUnroEptStw+DQ8EQPMUdfe5k+PkB1uUfDQfWbhstH8LrQ==}
|
||||
|
||||
acorn-import-phases@1.0.4:
|
||||
resolution: {integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
@@ -9126,8 +9120,6 @@ snapshots:
|
||||
dependencies:
|
||||
'@yornaath/batshit-devtools': 1.7.1
|
||||
|
||||
abortcontroller-polyfill@1.7.8: {}
|
||||
|
||||
acorn-import-phases@1.0.4(acorn@8.16.0):
|
||||
dependencies:
|
||||
acorn: 8.16.0
|
||||
|
||||
Reference in New Issue
Block a user