feat(tasks): add optional "none" priority level for tasks without urgency
New tasks default to "none" priority instead of "medium". Tasks with no priority hide the badge in list and dashboard views, reducing visual noise for routine items. Includes DB migration v4 and i18n keys (de, en, it). Closes #15
This commit is contained in:
+3
-3
@@ -12,9 +12,9 @@
|
||||
* API: Immer Netzwerk (kein Caching von Nutzerdaten)
|
||||
*/
|
||||
|
||||
const SHELL_CACHE = 'oikos-shell-v23';
|
||||
const PAGES_CACHE = 'oikos-pages-v23';
|
||||
const ASSETS_CACHE = 'oikos-assets-v23';
|
||||
const SHELL_CACHE = 'oikos-shell-v24';
|
||||
const PAGES_CACHE = 'oikos-pages-v24';
|
||||
const ASSETS_CACHE = 'oikos-assets-v24';
|
||||
const ALL_CACHES = [SHELL_CACHE, PAGES_CACHE, ASSETS_CACHE];
|
||||
|
||||
// App-Shell: sofort benötigt für ersten Render
|
||||
|
||||
Reference in New Issue
Block a user