aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
AgeCommit message (Collapse)Author
2020-11-14fixed mobx strict run-time exception when opening the presentation trail, ↵bobzel
then dragging a collection menu item into it.
2020-11-14fixed height of autoHeight masonry (tools panel was messed up showing ↵bobzel
nothing). fixed drag to hide the dragged feedback before hit testing which prevented dragging buttons from working. removed 'dropAction' from removeDropProperties on buttons
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-11-09fixed autoHeight for formattedTextSidebars when the text document has been ↵bobzel
scaled. cleaned up link groups. fixed pushpins that don't focus on target (e.g., a si m ple pushpin on a PDF).
2020-11-09added fullScreen alias option for opening documents so that opened document ↵bobzel
can have different scale than original. fixed pushpins to not toggle target if something must be panned/zoomed to show the target. fixed drag drop to ignore the document being dragged properly when dropping (which prevented a document over a collection from being dropped on the colelction when move slightly).
2020-11-06fixed web pages to scroll and update scrollTop when in annotation mode. ↵bobzel
fixed pointer events on custom text view headers.
2020-11-03added undo's for icon/deiconifying pile docs and icon docs. added a zoom ↵bobzel
hack to focus on stacking documents. stopped autoscroll on nested collections.
2020-10-21fixed dragging documents to bottom of presentation list. fixed adding to ↵bobzel
preentation list without creatinga a duplicate.
2020-10-20cleaned up moving documents in stacking view.bobzel
2020-10-21fixed dragging multiple elementsGeireann Lindfield Roberts
(sometimes still deletes slides from trail)
2020-10-18fixed rubber-banding of ink shapes to not get clipped. fixed dropping ↵bobzel
document at bototm of stack (e.g., in presentation views)
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-15got rid of isDragging in favor of a field on the PresElement. fixed moving ↵bobzel
items in presBox by fixing websocket to maintain ordering on sequential operations on a list. fixed list splicing to not call addToSet unless splicing is at end of list. fixed setting return scale when following link into portal
2020-10-14update view (as button), doc.dragging q?Geireann Lindfield Roberts
2020-10-01redesigned presItemsGeireann Lindfield Roberts
2020-09-29simplfiled ':' menu and fixed creating items to not assume a template. add ↵bobzel
emptyNote. fixed scrolling in stacking views broken in previous commit. changed formattedTextBox to support stacking sidebar.
2020-09-29changed sidebar functionality for textboxes to open outward and make handle ↵bobzel
blue when there are contents. added a fitToBox capability for contents of sidebar.
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-18added maximum height to stacking items in sidebar using childLimitHeight. ↵bobzel
made stacking items non-interactive using contentsPointerEvents. made all links pubilc for now.
2020-09-12fixed stacking view selections to have the right bounding box. fixed text ↵bobzel
boxes to work with headerVIew template which has multiple text boxes in it.
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08fixes to make nativesize work for all collections and templates.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-08resurrecting templates with childLayoutbobzel
2020-09-03fixed doc height caclulation in stacking views when autoHeight is on.bobzel
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-30fixed importBox upload to give feedback, share code. fixed stacking ↵bobzel
autoHeight to happen immediately. fixed images to not need to request image information. changed doc decorations to change image native width. changed alert() when dropping on impermissibale doc. fixed allow dropping over images,etc. changed default image nativeSize to 900
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-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-22selecting a tab doc in a tree view makes the tab active in the Dashboard. ↵bobzel
fixed stacking view's maxHeight to be _maxHeight
2020-08-21fixed stacking view to use autoHeight to avoid having scroll bars. changed ↵bobzel
some names (inactive instead of recentlyClosed). switched to untitled Tabs from Untitled Collection
2020-08-17Made default yMargin for stacking views default to 5bobzel
2020-08-13fixed warnings.bobzel
2020-08-13got rid of mainviewnotifs in favor of having badges for any fonticonboxbobzel
2020-08-13location of mainviewnotifs notification bubble should be fixed + Anika's ↵usodhi
defaultaclprivate fix
2020-08-07minor changes + attempt to move around the notifs buttonusodhi
2020-08-06automatic text progressivize, ui changes, bug fixesGeireann Lindfield Roberts
2020-08-04Merge branch 'master' into presentation_updatesGeireann Lindfield Roberts
2020-08-03made adcanced document views a non-novice featurebobzel
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-08-02merge w masteranika-ahluwalia
2020-08-03Merge branch 'master' into presentation_updatesGeireann Lindfield Roberts
2020-08-02fixed runtime warnings. fixed color of title text of stacking and masonry viewsbobzel
2020-08-02drag actionsGeireann Lindfield Roberts
inc. multiple documents (fixed for all stacking collections)
2020-07-30mergeanika-ahluwalia
2020-07-30Merge branch 'master' into presentation_updatesGeireann Lindfield Roberts
2020-07-30fixed leftsidebar menu buttonsBob Zeleznik
2020-07-29stackinviews and tree viewsBob Zeleznik
2020-07-24Merge branch 'master' into presentation_updatesgeireann