start refactor

This commit is contained in:
Alan Hamlett
2024-08-27 13:45:10 +02:00
parent 6d77323cb8
commit d5e94de63c
15 changed files with 498 additions and 443 deletions

View File

@@ -49,7 +49,7 @@ describe('wakatime config', () => {
"heartbeatApiEndPoint": "/users/current/heartbeats",
"hostname": "",
"loggingEnabled": true,
"loggingStyle": "blacklist",
"loggingStyle": "deny",
"loggingType": "domain",
"logoutUserUrl": "https://wakatime.com/logout",
"name": "WakaTime",
@@ -73,17 +73,15 @@ describe('wakatime config', () => {
"allGood",
"notLogging",
"notSignedIn",
"blacklisted",
"whitelisted",
"ignored",
],
"summariesApiEndPoint": "/users/current/summaries",
"theme": "light",
"tooltips": {
"allGood": "",
"blacklisted": "This URL is blacklisted",
"ignored": "This URL is ignored",
"notLogging": "Not logging",
"notSignedIn": "Not signed In",
"whitelisted": "This URL is not on your whitelist",
},
"trackSocialMedia": true,
"version": "test-version",