aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
AgeCommit message (Collapse)Author
2021-10-04fixed how filters work in Schema View. made filtering the default for ↵bobzel
clicking in title area.
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-08-26fixed warnings/errorsbobzel
2021-08-05Merge branch 'master' into search-davidgeireann
2021-08-04restructured filters again so that filter icons show whether a document has ↵bobzel
a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones).
2021-07-23fixed compile errorsbobzel
2021-07-17initial search paneldg314
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-16added getAnchor() to freeformView to capture viewtype & filters. fixed ↵bobzel
setPanIntoView bug. added setViewSpec componentView method to allow anchor to set view specs.
2021-02-12changed audio video annotation to use only timecodeToShow/timecodeToHide. ↵bobzel
distinguish timeline annotation from video frame annotations with _timelineLabel field. Lightbox improvements to restore original camera values and to use fitContentsToDoc for collections
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵bobzel
ContentFittingDocView. fixed up web box selections.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13converted TabDocView to just use a ContentFittingDocumentView. Fixed ↵bobzel
schemView to use a styleProvider
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-10more cleanup/organization of 'props' . removed VisibleHeight props and ↵bobzel
cleaned up PDF and other props
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-11-11fixes to centering of documents in ContentFittingDocumentView. fixed ↵bobzel
display of document title in tree view when it was alrady rendered in the tree view.
2020-10-08fixed backspacing to delete schemaviewsbobzel
2020-10-08fixed adding/removing schema columns. fixed showing text/ink tools in menu ↵bobzel
at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab.
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-28fixed follow link to scroll stacking/masonry views properly.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-24changed names of currentFrame, curPage, and currentTimecode to start with ↵bobzel
"_'. moved actions out of the properties options buttons to colelction menu.
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-20starting overhaul of SearchBox code.bobzel
2020-08-19Merge branch 'master' into schema_searchbobzel
2020-08-19updated PropertiesButtons to work with selected documents in schemaViewsbobzel
2020-08-18added document selection for items in a SchemaView so that Properties and ↵bobzel
context menu can operate on them.
2020-08-17Merge branch 'master' into acls_uvbobzel
2020-08-17caret change in menuusodhi
2020-08-17fixed behavior of schemaHeader menu (except when pan or zoom occurs). ↵bobzel
Changed search to show aliases by default.
2020-08-16close filter button, bugfixesAndy Rickert
2020-08-15cleaned up console.logs. fixed updating lastModified for SOLRbobzel
2020-08-15fixed schema menu to appear in right place. removed sorting options from ↵bobzel
menu since they're duplicative of widget UI.
2020-08-14Merge branch 'master' into bug_fixes_melissabobzel
2020-08-14fixed checkbox dismiss behavior for SchemaViewsbobzel
2020-08-13fixed warnings.bobzel
2020-08-13stopPropagation for left/right arrow keys while editing headers or cells ↵Melissa Zhang
(still buggy), removed unused code