aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/onmail
Commit message (Collapse)AuthorAge
* 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>
* Fix: Unread count stays at 1 when all emails are read (#178)Libravatar Edmundo Sanchez2022-10-17
| | | | | | - Element that contains the unread count dissapears when count is zero. - Added that scenario to reset th ecount to zero and send it to the badge Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Add service OnMail (#174)Libravatar Edmundo Sanchez2022-09-13