aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentContentsView.tsx
AgeCommit message (Collapse)Author
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-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-09-21fixed text box llnk preview to go away when docs are closed. fixed tree ↵bobzel
view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive
2020-09-08fixed treeview to show pdf icons at proper size. fixed link anchors dots to ↵bobzel
not block pointer events from the rest of their document.
2020-09-07fixed childLayoutString templates whch broke somewhere along the way.bobzel
2020-09-02fixed behavior of menuButtons to toggle contents. added start of a filter ↵bobzel
panel.
2020-09-01fixed tabs to never select/switch on hover unless dragging. fixed display of ↵bobzel
highlight icons in menu bar. fixed placement of docDecorations level selector.
2020-08-31added margins for captionsbobzel
2020-08-05Merge branch 'master' into presentation_updatesbobzel
2020-08-04changesAndy Rickert
2020-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-07-31mergeAndy Rickert
2020-07-30made 'floatin' document API cleaner. fixed interactions with draggin blue ↵Bob Zeleznik
dots off and link lines to link documents. removed Recommndations UI stuff. changed treeView to avoid "No, no, no" error warnin when tryin to render promises
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-07-09change DocListCast to async in SharingManager + prevented textbox from ↵usodhi
showing up on click
2020-07-09removed some unnecessary importsusodhi
2020-07-09acls now work I think + some cleanupusodhi
2020-07-06trying first implementation of storing aclsusodhi
2020-06-22mergeAndy Rickert
2020-06-17fixed docdecorations on collecction with side filter bar expanded. cleaned ↵Bob Zeleznik
up warnings/error messages a bit.
2020-06-03mergeAndy Rickert
2020-05-29added a version of client-side ACL'sBob Zeleznik
2020-05-15merge fixesMelissa Zhang
2020-05-15merge with masterMelissa Zhang
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-12mergeAndy Rickert
2020-05-05fixes for parameterized templates. added a pendingMap to fix issues with ↵Bob Zeleznik
expandTemplateLayout. added a switchbox template to test templates. changed dimUnits/dimMagnitude to _dimUnits/_dimMagnitude
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik
2020-05-03cleaned up freeformdocview. changed descriptionView template to test start ↵Bob Zeleznik
of processing scripts for dash tag nodes.
2020-05-02cleaned up a lot of layoutTemplate/String props. fixed link drawing.Bob Zeleznik
2020-04-29merge w masterAndy Rickert
2020-04-29bugfixingAndy Rickert
2020-04-28rearranged text filesBob Zeleznik
2020-04-27refactored searchbox doctype out from querybox class to help with displaying ↵Andy Rickert
search results as different collection types
2020-04-26various buxton fixesSam Wilkins
2020-04-26from lastBob Zeleznik
2020-04-26from lastBob Zeleznik
2020-04-22fixed merge conflictsMelissa Zhang
2020-04-22oops.Bob Zeleznik
2020-04-22fixed div content scriptsBob Zeleznik
2020-04-21tweaked HTMLtag syntax slightly for onClick functions to be specified ↵Bob Zeleznik
without quotes
2020-04-21functional version of html tags in layout strings including scripts.Bob Zeleznik
2020-04-21added parameterization capability to layout strings. added Div's that can ↵Bob Zeleznik
take Dash field values
2020-04-16fixed image drag and dropMelissa Zhang
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-03cleaning up .. removing Docs.Create.SearchDocumentBob Zeleznik
2020-04-03added rootSelected() to make forceActive work betterBob Zeleznik
2020-04-02mergeAndy Rickert
2020-04-02cleaned up applying template code. fixed DocumentBox to work better with ↵Bob Zeleznik
excluding collections + locking selection.
2020-04-01made it possible to link from one text selection to anotherBob Zeleznik