From d51fae7878a57d96df8b78b436bbc0d8781f4a07 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 26 Aug 2025 23:23:45 +0300 Subject: [PATCH] fix(mobile): file properties not displayed --- apps/client/src/layouts/mobile_layout.tsx | 16 +++++++++++++++- .../src/widgets/ribbon/FilePropertiesTab.tsx | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/apps/client/src/layouts/mobile_layout.tsx b/apps/client/src/layouts/mobile_layout.tsx index 77038a2dc..4d0fb4143 100644 --- a/apps/client/src/layouts/mobile_layout.tsx +++ b/apps/client/src/layouts/mobile_layout.tsx @@ -26,6 +26,10 @@ import RefreshButton from "../widgets/floating_buttons/refresh_button.js"; import MobileEditorToolbar from "../widgets/type_widgets/ckeditor/mobile_editor_toolbar.js"; import { applyModals } from "./layout_commons.js"; import CloseZenButton from "../widgets/close_zen_button.js"; +import FilePropertiesTab from "../widgets/ribbon/FilePropertiesTab.jsx"; +import { useNoteContext } from "../widgets/react/hooks.jsx"; +import { useContext } from "preact/hooks"; +import { ParentComponent } from "../widgets/react/react_utils.jsx"; const MOBILE_CSS = `