Skip to content

Commit

Permalink
worker
Browse files Browse the repository at this point in the history
  • Loading branch information
strukturart committed Aug 22, 2023
1 parent 443f0a6 commit ad48e32
Show file tree
Hide file tree
Showing 33 changed files with 111,150 additions and 81,999 deletions.
15 changes: 6 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"exclude": ["node_modules/@babel/**"],
"presets": [


],
"presets": [],
"plugins": [
"@babel/plugin-transform-named-capturing-groups-regex",
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-transform-named-capturing-groups-regex",
"@babel/plugin-syntax-dynamic-import",
[
"@babel/plugin-transform-runtime",
{
"regenerator": false,
"useESModules": true
"regenerator": false,
"useESModules": true
}
]
]
}
}
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignore": ["**/@ts-ignore"]
}
3 changes: 1 addition & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

The MIT License (MIT)

Copyright (c) 2019
Copyright (c) 2019

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ An easy to use calendar for KaiOs
- Key #: toggle moon phase view
- Key SoftLeft: Add event
- Key SoftLeft Longpress: Add Event with template
- <kbn>0</kbn> Single category view

### Nextcloud account

Expand Down Expand Up @@ -55,6 +56,19 @@ This software (except KaiAds) is open source and licensed under the MIT License.
This software uses KaiAds. This is a third party service that may collect information used to identify you. Pricacy policy of KaiAds.
If you connect a Google account to greg, it is possible that Google collects information about you, or identifies you.

### Dev

If you want to create your own version of the app you need to use your own google oaut cred. you have to create a file with this content
/assets/js/google_cred.js

```
const google_cred = {
clientId:
"",
clientSecret: "",
};
```

## Donation

If you use the app often, please donate an amount to me.
Expand Down
Loading

0 comments on commit ad48e32

Please sign in to comment.