mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Merge branch 'master' into feat/operation-logs
Integrate master branch updates into operation-logs feature branch: - Add heatmap components and scheduled date group pipe - Add task delete confirmation dialog and tests - Update Android focus mode and sound configuration - Add GitLab PAT authentication support - Merge translation keys and i18n updates
This commit is contained in:
commit
150fd074ab
80 changed files with 4117 additions and 9773 deletions
|
|
@ -76,6 +76,7 @@
|
|||
"int:clean": "ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --clean --sort --format namespaced-json --marker _",
|
||||
"int:find": "ngx-translate-extract --input ./src --output ./src/assets/i18n/*.json --sort --format namespaced-json --marker _",
|
||||
"int:test": "node ./tools/test-lng-files.js",
|
||||
"int:unused": "node ./tools/find-unused-translations.js",
|
||||
"int:watch": "node ./tools/extract-i18n-watch.js",
|
||||
"lint": "npm run lint:ts && npm run lint:scss",
|
||||
"lint:ts": "ng lint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue