chore: implement new ts components

This commit is contained in:
Sebastian Velez
2023-01-13 11:02:14 -05:00
parent 306a615c4f
commit def9fe1243
11 changed files with 1476 additions and 1406 deletions

View File

@@ -47,6 +47,10 @@ interface Tooltips {
export interface Config {
alert: Alert;
/**
* API key use to query wakatime api
*/
apiKey: '';
colors: Colors;
/**
* Url from which to detect if the user is logged in
@@ -104,6 +108,8 @@ const config: Config = {
},
},
apiKey: '',
colors: {
allGood: '',
lightTheme: 'white',