!!ctx.isDocumentMode)),
- { initialValue: false },
- );
- isDocumentMode = computed(
- () =>
- this._isDocumentModeForContext() &&
- this._globalConfigService.appFeatures().isDocumentModeEnabled,
- );
-
isProjectContext = toSignal(this.workContextService.isActiveWorkContextProject$, {
initialValue: false,
});
diff --git a/src/app/op-log/core/action-types.enum.ts b/src/app/op-log/core/action-types.enum.ts
index ba57bffc83..d9f7b0b9c9 100644
--- a/src/app/op-log/core/action-types.enum.ts
+++ b/src/app/op-log/core/action-types.enum.ts
@@ -104,7 +104,8 @@ export enum ActionType {
NOTE_UPDATE_ORDER = '[Note] Update Note Order',
NOTE_MOVE_TO_PROJECT = '[Note] Move to other project',
- // DocumentMode actions
+ // DocumentMode actions — feature removed, enum entry kept so historical
+ // op-log entries decode to a stable action type identifier.
DOCUMENT_MODE_UPDATE_BLOCKS_DELTA = '[DocumentMode] Update Document Blocks Delta',
// Project actions (P)
diff --git a/src/app/t.const.ts b/src/app/t.const.ts
index 913b6e5752..63dbb312d1 100644
--- a/src/app/t.const.ts
+++ b/src/app/t.const.ts
@@ -2144,7 +2144,6 @@ const T = {
GCF: {
APP_FEATURES: {
BOARDS: 'GCF.APP_FEATURES.BOARDS',
- DOCUMENT_MODE: 'GCF.APP_FEATURES.DOCUMENT_MODE',
DONATE_PAGE: 'GCF.APP_FEATURES.DONATE_PAGE',
FINISH_DAY: 'GCF.APP_FEATURES.FINISH_DAY',
FOCUS_MODE: 'GCF.APP_FEATURES.FOCUS_MODE',
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index d7517f2c91..3122653f65 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -2110,7 +2110,6 @@
"SYNC_BUTTON": "Sync button",
"TIME_TRACKING": "Stopwatch time tracking",
"TITLE": "App Features",
- "DOCUMENT_MODE": "Document mode",
"USER_PROFILES": "User profiles (experimental — might be removed)",
"USER_PROFILES_HINT": "Allows you to create and switch between different user profiles, each with separate settings, tasks, and sync configurations. The profile management button will appear in the top-right corner when enabled. Note: Disabling this feature will hide the UI but preserve your profile data. (Experimental feature. No guarantees. Make sure to have a backup!)",
"USER_PROFILES_WARNING": "Experimental feature: This feature is still in development and may be removed or significantly changed in a future update. Use at your own risk and make sure to keep backups of your data.",