aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-calendar
Commit message (Collapse)AuthorAge
* Update google-calendar recipe to load external scripts to fix CSP error (#402)Libravatar Vijay Aravamudhan2023-08-08
| | | | | | | | | | | * Update google-calendar recipe to load external scripts to fix CSP error https://github.com/ferdium/ferdium-app/issues/1086\#issuecomment-1656926137 * use Ferdium.handleDarkMode() in google-calendar webview to be able to toggle between light and dark mode --------- Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com>
* chore: improve lint setup (#397)Libravatar MCMXC2023-07-26
- update eslint config to closely mirror the ones from ferdium-app - add .eslintignore - opt in to eslint `reportUnusedDisableDirectives` config option - remove `trailingComma: all` from `prettier` config which is default in `prettier` v3 - autofix or disable a lot of lint issues throughout codebase - add `volta` configuration to `package.json` to autoload correct `node` and `pnpm` versions - upgrade all `eslint` and `prettier` related dependencies to latest - update lint:fix npm script - reformat touched files with prettier - bumped up minor version for all recipes that have changes - introduced injection of 'service.css' where it was missing in many recipes --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>