aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
AgeCommit message (Collapse)Author
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-12-08Added auto scroll to bottom of map info view stack when note is added. hide ↵bobzel
resize handles for map view info window stack documents.
2021-12-07restored keeping properties pane open when selection changes. added Doc ↵bobzel
paraemter to fitWidth() prop function. split MapBoxInfoWindow out of MapBox and added an Add Note button.
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-09-14fixed create new folder in file systembobzel
2021-09-08added showTitle prop to allow sidebarAnnos to have a custom titlebobzel
2021-09-02Placing collection menu in Lightbox (commented out) and othersgeireann
- Set toggle properties off - added link that goes directly to the dash documentation
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 resizing bug for web and pdf documents when doing autoheight gesture, ↵bobzel
and after opening the sidebar and then resizing
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-15Starting Color consistencyAshley Cai
2021-04-15cleaned up CollectionCarousel and styleprovider to handle sub-component ↵bobzel
properties better. updated resizers in multicol/row to be visible.
2021-04-09fix for removing documents from pdfs/web boxes. fixes for making objects ↵bobzel
draggable again in PDFs. fixes for lightboxview to allow stepping into collecitons. fix for stacking view to skip hidden documents
2021-04-05added autoHeight for tree views.bobzel
2021-03-30Merge branch 'master' into fixingPointerEventsbobzel
2021-03-30fixed alignment of doc decorations for stacking views.bobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-17from last - ignore viewScale in stacking view.bobzel
2021-03-17fixed autoHeight for stackingViews with multiple columnsbobzel
2021-03-17added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bitbobzel
2021-03-16more chromeStatus cleanup. Big stripdown of propertiesButtons.bobzel
2021-03-14added sidebar annotations to webBox. Fixed PdfBox to allow marqueeing when ↵bobzel
sidebar annotation is selected.
2021-03-13cleaned up dropping link button on collections / alternate annotation views ↵bobzel
(eg pdf sidebar) - new docs are created only for internal drops within, say, a PDF. Otherwise links are made.
2021-03-13fixed marquee annotations on pdfs from crashing - still need to fix offset ↵bobzel
problem.
2021-03-12changed setDocFilter to not take undefined as a modfied & added toggle ↵bobzel
param. added single click on marquee annotator to create an annotation. extended PDF sidebar to have filter buttons.
2021-03-11fixed display of aliases in filesys tree view. fixed dropping of "proto" ↵bobzel
dropAction to move, not copy them in file sys. fixed stacking view to allow for a stacking sidebar in PDFs and then properly support fitWidth (and not) for items in the sidebar.
2021-03-11added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵bobzel
linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth)
2021-03-11made text boxes span stackingview's when fitWidth or autoColumn is set. ↵bobzel
made doc decs fit stacking view docs properly when stack is viewScaled. increased default size of images when > 800 pixels.
2021-03-10made initial load of filterbox much more efficient by preventing incremental ↵bobzel
invalidations. fixed display of sliderBox filters.
2021-03-09got rid of DocHolderBox. changed dontRegisterChildViews to ↵bobzel
childDontRegisterViews for consistency.
2021-03-03added functionPlot. trying to make fitWidth make sense everywhere ↵bobzel
(lightbox, stacking panels with autosize columns, etc).
2021-03-02added a fitwidth toggle for lightbox. fixed _showCaption/setting _fields to ↵bobzel
undefined. updated documentView to use not having fitWidth set as a trigger for whether to treat a doc without nativeWidth/Height as if its width/height is that.
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-16updated pivot views to have a getAnchor() method to save the pivotField when ↵bobzel
linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document.
2021-02-14fixed freeformview focus to not pan annotation documents or layoutEngine ↵bobzel
freeform views. fixed some exceptions. cleaned up focus() return value.
2021-02-14fixes to focus()'s api and extension to allow focusing on a Tab's contents.bobzel
2021-02-13fixed bug introduced where stacked documents couldn't be reordered. changed ↵bobzel
lightbox future a bit.
2021-02-12fixed subtle bug with lightbox inadvertently clearing out childDoc list of a ↵bobzel
collection. added shift-double-cllick to open collection in lightbox.
2021-02-11now pdf/web/text scroll to the target and then pan the document to be in view.bobzel
2021-02-11fixes for focus'ing to enable resetting of all navigations if desired(eg. ↵bobzel
zooming into portal)
2021-02-11from lastbobzel
2021-02-10fixes for stacking views to allow new text to be entered properly without ↵bobzel
losing focus. fixed document decorations for stacking views. fixed lightboxView criteria for going to an existing view in a lightbox instad of creating a new one.
2021-02-04fixed scrolling animations in view bounds for webbox and pdfBox's ↵bobzel
particualrly for lightbox views. added a docViewPath prop for docuentViews.
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-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.