half way through refactor

This commit is contained in:
Alan Hamlett
2024-08-27 14:48:22 +02:00
parent d5e94de63c
commit d34c8ca347
13 changed files with 313 additions and 143 deletions

View File

@@ -20,8 +20,10 @@ export default function Options(): JSX.Element {
apiKey: '',
apiUrl: config.apiUrl,
denyList: [],
extensionStatus: 'allGood',
hostname: '',
loading: false,
loggingEnabled: true,
loggingStyle: config.loggingStyle,
loggingType: config.loggingType,
socialMediaSites: config.socialMediaSites,
@@ -54,7 +56,9 @@ export default function Options(): JSX.Element {
apiKey: state.apiKey,
apiUrl: state.apiUrl,
denyList: state.denyList,
extensionStatus: state.extensionStatus,
hostname: state.hostname,
loggingEnabled: state.loggingEnabled,
loggingStyle: state.loggingStyle,
loggingType: state.loggingType,
socialMediaSites: state.socialMediaSites,