aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/StyleProvider.tsx
AgeCommit message (Collapse)Author
2021-10-07merge conflict fixesmehekj
2021-10-07Merge branch 'master' into temporalmedia-mehekmehekj
2021-10-07fixed clicking the contextmenu button on timeline entries. set fitWidth for ↵bobzel
timeline documents since they sometimesm couldn't be clicked (eg an Image would not necesarily fit the span in the timeline without fitWidth). fixed error on comparison box. fixed having lock show up for annotation documents..
2021-10-01fixed ink to not have a bounding box when isLinkButton is set but rather to ↵bobzel
have an outline of the ink stroke
2021-09-29cleaned up/fixed line arrowheads & dots. added linecap options for lines, ↵bobzel
added outline of lines using fillColor. turned off border in comic mode for ink.
2021-09-29support drawing of closed ink shapes. fixed highlight state of pen button on ↵bobzel
startup
2021-09-24styled label markers on audio timeline to have border rounding. fixed ↵bobzel
setting drop location of documents on a clipped timeline. fixed clipping markers on timeline that do not overlap current clip. fixed escape aborting selecting a region on timeline to not restart on movement after esc.
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings ↵bobzel
no found
2021-09-23minor fixes.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-09-08added showTitle prop to allow sidebarAnnos to have a custom titlebobzel
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-19menu UI updatesgeireann
2021-08-18updates towards a menugeireann
2021-07-29converted HTMLANCHOR and TEXTANCHOR to MARKERbobzel
2021-07-29fixed issues with following links to anchors in PDFs/etc and getting scroll ↵bobzel
position right.
2021-07-27fixe MakeClone to handle links properly. fixed cloning richtext to update ↵bobzel
rich text references to documents properly. fixed dragging to call MakeClone properly.
2021-07-26cleaned up pile view a bit so that it doesn't scale up huge when there's one ↵bobzel
document. made the pile be round and drop-shadowed. made the pile go away immediately if there are no documents. made it work with undo.
2021-07-22Merge branch 'master' into Ashleygeireann
2021-07-15Starting Color consistencyAshley Cai
2021-06-30fixed link anchor to not render as a blue box when link trails are turned on.bobzel
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-29fixed bug with color being out of bounds when fully opaque. fixed caption ↵bobzel
color defaults.
2021-04-29fixed up some caption things with carousel and other views. made caption ↵bobzel
fontsizes increase with zoom level.
2021-04-23fixed code warnings. updated some npm pacakges including typescript.bobzel
2021-04-20fixed toggling out of comic mode.bobzel
2021-04-20made lightbox fit comic mode too.bobzel
2021-04-20added a possible border for comic mode but commented out.bobzel
2021-04-19more improvements to comic mode.bobzel
2021-04-19started to cleanup comic mode.bobzel
2021-04-15cleaned up CollectionCarousel and styleprovider to handle sub-component ↵bobzel
properties better. updated resizers in multicol/row to be visible.
2021-04-14fixed image templates to set/use the appropriate nativewidth/height. fixed ↵bobzel
carousel views and style provider to better support properties for components of a document view. fixed menus to show text options when captions and other sub text components are focused.
2021-04-06from lastbobzel
2021-04-06from lastbobzel
2021-04-06little cleanupbobzel
2021-04-06minor cleanup + style across filesusodhi
2021-04-04mergingusodhi
2021-03-31added childHideLinkButtonbobzel
2021-03-31trying to cleanup control of displaying linkButtons in tree views.bobzel
2021-03-30more treeView cleanup. Fixes to linkBox to allow selection properly. fixes ↵bobzel
to linkAnchorBox.
2021-03-30mergingusodhi
2021-03-30fixed testDocProps for styleProvidersbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-24fixed screenshot box to not show minimapbobzel
2021-03-22adjusted playLink in videos to start 1/4 sec early to trigger following link ↵bobzel
to anchor. changed text sidebars to show titles. fixed title autoHeight computations in formattedTextBox. fixed styleprovider to compute headerMargin correctly by inquiring style for ShowTitle.
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-13minor changesusodhi