aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
AgeCommit message (Collapse)Author
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
2020-07-22simplified changing columnHeaders in StackingViewBob Zeleznik
2020-07-17Merge branch 'master' into presentation_updatesgeireann
2020-07-16coerced documents in stacking views to display with a mininum height of 20. ↵Bob Zeleznik
fixed selection with marquee to choose documents in the collection view, not other aliases.
2020-07-14fixed issues with creating & using scripting boxes by making scriptFields be ↵Bob Zeleznik
a function, not value, prop
2020-07-05Merge branch 'master' into presentation_updatesgeireann
2020-07-04transition speed + viewLinksgeireann
2020-07-02fixing kluge with scrollinggeireann
2020-06-30Merge branch 'master' into mobile_revision_directgeireann
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-23Merge branch 'master' into mobile_revision_directgeireann