aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentButtonBar.tsx
AgeCommit message (Collapse)Author
2021-09-12updates pres so it workskimdahey
2021-09-12Update DocumentButtonBar.tsxGeireann Lindfield Roberts
2021-09-12Update DocumentButtonBar.tsxGeireann Lindfield Roberts
2021-08-19menu nearing final updatesgeireann
2021-08-06fixed webboxes so that you can link to an annotation and it will restore the ↵bobzel
url as well. a bunch of warnings cleanup.
2021-07-31fixed linking issues with dragging & updating linking UIgeireann
2021-07-31more updatesgeireann
2021-07-30major UI / updates + refactoringgeireann
2021-03-24redid how LinkManager stores links on documents by putting them on the Doc ↵bobzel
itself instead of as a computedFn. This has a signifcant effect on efficiency since adding a link to one document will no longer invalidate every other view that references *any* document's links
2021-03-18extended Doc.setFilter to allow replacing/appending a filter. fixed anchor ↵bobzel
unhighlighting in WebBox. reorged some properties on baseProtos (usLInkSmallAnchor etc)
2021-03-18made linkanchorbuttons not show up next to pdf annos. gave pdfannos a ↵bobzel
baseProto. made textboxes dynamically remove hashtags when deleted from text.
2021-03-15getting webBox's to work like PdfBox's - text selection & marquee.bobzel
2021-03-09changed field unchanged -> googleDocUnchanged. cleaned up some other code.bobzel
2021-02-26minimal cleanup of standard fields. fix to error thrown in document buttonbarbobzel
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2021-01-14fixed stacking behavior of what audio regions that have no endbobzel
2021-01-11generalized spotlight moving to be available by any documentbobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-10moved opacity and borderRounding into styleProviders. fixed contextMenu ↵bobzel
clcik from button bar
2020-11-01pinWithView works with view pathsGeireann Lindfield Roberts
+ removed Pan options and Scroll options
2020-10-22added pinwithView for videosbobzel
2020-10-20presBox updates for pullGeireann Lindfield Roberts
drag changes + renaming marquee options + fixes
2020-10-16fixed pinning multiple documents to undo all at once.bobzel
2020-10-15Carousel -> 3D CarouselGeireann Lindfield Roberts
2020-10-01Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-30fixed dragging aliases using alias button. made dragging title of doc ↵bobzel
decorations or alias button allow doc to be embedded
2020-09-30fixed dragging alias buttonsbobzel
2020-09-30Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-09-30cssusodhi
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-18cleaned up warnings and split collection tree view into Tree View abobzel
2020-09-18fixed pinWithView iconbobzel
2020-09-18Fixed merge from presentation_updatesGeireann Lindfield Roberts
2020-09-17restored page referencing textually with [[:docid]]bobzel
2020-09-17restored template button option for customizing layout but added a Full ↵bobzel
Toolbar mode to enable it.
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-14updated header text view. fixed dragging tree view items to unregister ↵bobzel
listeners. fixed contextMenu icon selection to ignore dashFieldViews. fixed selectOnLoadChar to not apply when a childlayoutstring is specified. fixed dropping text box on item view to only use json parseable text.
2020-09-13updated cursor icons.bobzel
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
2020-09-11moved settings menu to the the documentButtonsBarbobzel
2020-09-07properties menu open/close tooltipusodhi
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-30re-enabled google docs buttons in document decorations.bobzel
2020-08-29split out TabDocView from CollectionDockingView (where it had been called ↵bobzel
DockedFrameRenderer)
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-29reorganized source files into proper directories. split contents of ↵bobzel
ParendDocSelector into CollectionDockingViewMenu and PropetiesDocContextSelector
2020-08-28added explicit annotation mode for videos. fixed annotation mode for webpagesbobzel
2020-08-24added alternate doc button bar to settings. changed context menu icon to ↵bobzel
bars from cog.
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.