|
|
@ -4,12 +4,6 @@ import React, {useState, useRef, useReducer, useEffect, useCallback} from 'react |
|
|
|
import {AppModal, AlertModal, ModalTypes} from '@remix-ui/app' |
|
|
|
import {AppModal, AlertModal, ModalTypes} from '@remix-ui/app' |
|
|
|
import {labels, textDark, textSecondary} from './constants' |
|
|
|
import {labels, textDark, textSecondary} from './constants' |
|
|
|
|
|
|
|
|
|
|
|
enum CONSENT { |
|
|
|
|
|
|
|
GIVEN = 0, |
|
|
|
|
|
|
|
NOT_GIVEN, |
|
|
|
|
|
|
|
NOT_ASKED |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
let consentGivenForAI = CONSENT.NOT_ASKED |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import './remix-ui-settings.css' |
|
|
|
import './remix-ui-settings.css' |
|
|
|
import { |
|
|
|
import { |
|
|
|