mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
The before-close confirm dialog's 'Finish Day' option navigated to a bare '/daily-summary' route, which does not exist at the top level. It fell through to the '**' wildcard and redirected to the start page, so the daily summary never opened and the app appeared to do nothing. Navigate to '/active/daily-summary' instead — resolved by ActiveWorkContextGuard to the current context, matching the in-app Finish Day button. |
||
|---|---|---|
| .. | ||
| 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 | ||