mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
The core CalDAV VTODO provider polled on a hard-coded 10-min CALDAV_POLL_INTERVAL, sluggish for an actively-shared list (the bundled CalDAV Events plugin polls 60s). Expose a per-provider 'Poll interval (minutes)', mirroring the existing pollIntervalMinutes pattern in NextcloudDeckCommonInterfacesService: - CaldavCfg.pollIntervalMinutes?: number (optional; existing cfgs fall back to the const) - pollInterval is now a getter deriving from the cached cfg via a _getCfgOnce$ override - advanced-config form field (number, min 1) + en.json + t.const.ts - unit tests for the getter (fallback + derived) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| assets | ||
| environments | ||
| static | ||
| styles | ||
| test-helpers | ||
| typings | ||
| _common.scss | ||
| favicon.ico | ||
| hammer-config.class.ts | ||
| index.html | ||
| karma.conf.js | ||
| main.ts | ||
| manifest.json | ||
| polyfills.ts | ||
| styles.scss | ||
| test.ts | ||
| tsconfig.app.json | ||
| tsconfig.spec.json | ||
| tsconfig.worker.json | ||