aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
AgeCommit message (Collapse)Author
2020-12-31small merge fixesanika
2020-12-31merge and fixanika
2020-12-27rough UI restructureanika
2020-12-23changed DashbaoardStyleProvider to not show icons for tab's by adding an ↵bobzel
'afterHeader' property extension to treeView styleprovider calls.
2020-12-23UI styling changesMelissa Zhang
2020-12-23move lock/hide buttons to StyleProviderMelissa Zhang
2020-12-16fixed errors with linkmenu propsbobzel
2020-12-16from lastbobzel
2020-12-16cleaned up some link following code. fixed problem following links from ↵bobzel
LinkAnchorBox's
2020-12-16from last - fix to sidebarheightbobzel
2020-12-14moved onClick into DocumentViewProps from shared props.bobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-11more documentViewProps cleanup. fixed embedding documents into treeView / ↵bobzel
slide bullet items.
2020-12-11trying out pushing MainView button into defaultStyleProvider -- I think it ↵bobzel
should be a parameterized default style provider instead of referencing MainView.
2020-12-11fixed stackingview autoHeight when headers are on that don't overlap. ↵bobzel
improved styles a bit. added foreground color that contrasts with background by default. added an itemBackgroundColor(for <item>Box's) which is distinct from BackgroundColor (for docViews)
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-10removed annotationsKey prop in favor of reusing fieldKey. Fixed web pages ↵bobzel
to allow dash annotations again.
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-12-02loader progress bar (superficial)geireann
- temp media changes
2020-11-30Merge branch 'master' into presentation_v1geireann
2020-11-30changed color to backgroundColor in styleProvider. added a stuyle provider ↵bobzel
for overlayDocs
2020-11-29pres trails temporal media and fixing group with upgeireann
2020-11-29temporal media updates for pres. trailsgeireann
2020-11-25Merge branch 'master' into presentation_v1geireann
2020-11-25loadergeireann
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-11-08added an optional background grid for collections.bobzel
2020-10-28fixed dark scheme mode for menu, properties view, and minimap button.bobzel
2020-10-28fixed up dark schema a bit.bobzel
2020-10-25changed title to be gray when an undo batch has not completed. useful for ↵bobzel
debugging mostly.
2020-10-06fixed adding documents to check acl of added document(s) correctlybobzel
2020-10-02fixed disappearance of undo/redo button areabobzel
2020-10-01fixed closed library flyout view to not render a DocumentView. fixed ↵bobzel
sidebar panels to not be selectable. fixed changing view of sidebar panel to only affect that panel
2020-09-30made shift-clicking work through the currenlty selected document decoration ↵bobzel
background
2020-09-29made pdf/web anchors pushpins by default. can now remove docs you own from ↵bobzel
sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-21added hidden field to list of playgorund fields.bobzel
2020-09-21made curPage a playground field so that scroll positions aren't mirrored.bobzel
2020-09-18added scrollTop and scrollY to playground mode.bobzel
2020-09-18Fixed merge from presentation_updatesGeireann Lindfield Roberts
2020-09-16a bunch of changes to dragging/selection of ui buttons to turn off context ↵bobzel
menus, remove close buttons on doc decoartions, fix the title region fo tabs,
2020-09-13fixed issues when webBox is wider than window width (try a very. narrow ↵bobzel
window). things would scroll horizontally and not restore.
2020-09-11added lightbox button to topbar. fixed treeview editableTitle crashbobzel
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-09-10added"_isBackground-canClick for background collections that are still ↵bobzel
clickable. fixed colors for treeView. fixed events on flyout to be processed after React processses them for everything else - problem was that clicking on the color picker deselected the item being colorized.
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values