From bf16eca7a84adfdf1c5970e7e4793568ee70325d Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 13 Jun 2023 22:14:29 -0400 Subject: fixed updating cached docs when opening a backlinks collection. added some FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent. --- src/mobile/AudioUpload.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mobile/AudioUpload.tsx') diff --git a/src/mobile/AudioUpload.tsx b/src/mobile/AudioUpload.tsx index c3423e2a5..7a1dde9fb 100644 --- a/src/mobile/AudioUpload.tsx +++ b/src/mobile/AudioUpload.tsx @@ -25,8 +25,8 @@ export class AudioUpload extends React.Component { title: 'mobile audio', _width: 300, _height: 300, - _layoutFitContentsToBox: true, - boxShadow: '0 0', + _layout_fitContentsToBox: true, + layout_boxShadow: '0 0', }), Doc ) @@ -54,7 +54,7 @@ export class AudioUpload extends React.Component { Doc ) as Doc, ], - { title: 'mobile audio', _width: 300, _height: 300, _layoutFitContentsToBox: true, boxShadow: '0 0' } + { title: 'mobile audio', _width: 300, _height: 300, _layout_fitContentsToBox: true, layout_boxShadow: '0 0' } ), Doc ) @@ -110,8 +110,8 @@ export class AudioUpload extends React.Component { pinToPres={emptyFunction} rootSelected={returnTrue} removeDocument={undefined} - docFilters={returnEmptyFilter} - docRangeFilters={returnEmptyFilter} + childFilters={returnEmptyFilter} + childFiltersByRanges={returnEmptyFilter} searchFilterDocs={returnEmptyDoclist} ScreenToLocalTransform={Transform.Identity} PanelWidth={() => 600} -- cgit v1.2.3-70-g09d2