aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
AgeCommit message (Collapse)Author
2021-07-26Merge branch 'master' into trails-aubreyAubrey-Li
2021-07-19map as nodeAubrey-Li
2021-07-17initial search paneldg314
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-06-22added "live" flag to url parsing to override playground fields.bobzel
2021-06-19trying to solve sidebar issuesusodhi
2021-04-30cleaned up rightbuttons in treeView and fixed so that they show up in ↵bobzel
dashboard. fixed filters to gatherfield values correctly.
2021-04-19more improvements to comic mode.bobzel
2021-04-10Merge branch 'master' into demo_changesbobzel
2021-04-09fixed webBox to display link icon w/ all related links properly.bobzel
2021-04-06updatesGeireann
2021-04-04mergingusodhi
2021-03-31trying to cleanup control of displaying linkButtons in tree views.bobzel
2021-03-30cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵bobzel
active. containing view should set isContentsActive=true.
2021-03-30mergingusodhi
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-19added stuff to WebBox so that it will work with Firefox browsers (which have ↵bobzel
the benefit of rendering web pages without blur the way Chrome does on windows)
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-17Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-17added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bitbobzel
2021-03-14Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-03-14fixed warnings from missing keys. change file orphans to Unfiledbobzel
2021-03-02agh stop mergingusodhi
2021-02-28got rid of delayAutoHeight by updating dragHeights in documentDecorations.bobzel
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-27more cleanup of unused fields and minor fixes to things like the color ↵bobzel
picker's display of the selcted documents background color. also a fix for textbox autoresizing when dragged small
2021-02-26fixed serialization error handling to not kill Dash - bad list items ↵bobzel
prevented tabs from being created. cleaned up document fields a little more - switched layers to _layerTags, got rid of a couple unused fields.
2021-02-18mergingusodhi
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-11mergingusodhi
2021-02-10fixed escaping menu to not close lightbox. fixed formattedTextBox dragging ↵bobzel
of sidebar to not scroll. fixed css width of formattedTextBox text area
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from ↵bobzel
formattedTextBoxComments to LinkDocPreview
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2021-02-05fixed lightbox frame sizing.bobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-04fixed back/fwd behavior with lightboxbobzel
2021-02-04fixed scrolling animations in view bounds for webbox and pdfBox's ↵bobzel
particualrly for lightbox views. added a docViewPath prop for docuentViews.
2021-02-03fixed selecting text in lightbox view.bobzel
2021-02-03added lightbox nav buttonsbobzel
2021-02-02fixed document decorations on lightbox. made translations an option for ↵bobzel
text boxes.
2021-02-02playing with a general lightbox for Dash documents.bobzel
2021-01-20Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
filters
2021-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵bobzel
following links from text box huyperlinks when there are multiple different huypertext links on the document.
2021-01-08UI changes and clean upanika
2021-01-07merge fixanika
2021-01-04Fixed filterbox to use scriptContext to determine where to apply/clear ↵bobzel
filters .fixed setting width/height of freeform images independent of nativeWidth/height so that % css measurements work.