aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
AgeCommit message (Collapse)Author
2021-09-02fixed overlay documents not getting pointer events.bobzel
2021-09-02Merge branch 'menu_updates_geireann' of ↵bobzel
https://github.com/brown-dash/Dash-Web into menu_updates_geireann
2021-09-02from lastbobzel
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-09-01from lastbobzel
2021-09-01fixed toggleDetail() func to work.bobzel
2021-09-01changed ctrl-click to open alias to reuse existing alias. changed ↵bobzel
documentview to not clearout docView field when invalidated to allow webBox componentView to be persistent which allows proper settting of scrollHeight and allows webBox to grow to vertical space available in tab or lightbox.
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-26allowed tree views to be scaled which makes slides work in lightbox.bobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-25Merge branch 'temporalmedia-mehek' into menu_updates_geireanngeireann
2021-08-25basic audio trim completemehekj
2021-08-25mini updatesgeireann
2021-08-25fixed events for forceActive documentsbobzel
2021-08-25many updatesgeireann
2021-08-24Merge branch 'master' into menu_updates_geireanngeireann
2021-08-24started to fix doc filters to work on any documentbobzel
2021-08-24fixed following link from ink stroke. made interacting with annotatable ↵bobzel
documents consistent when selections are cleared by clicking. fixed undo for webboxes. fixed limiting size of links button.
2021-08-23set max size for blue link button when zooming in.bobzel
2021-08-23cleaned up videobox controls along with option to switch to native controls. ↵bobzel
changed placement of link buttons in lightbox to be outside of document
2021-08-18updates towards a menugeireann
2021-08-17made dashboard context menu items context sensitive to whether they're ↵bobzel
called from MyDashboards, MySharedDocs or elsewhere. Made treeViewOpen a playground field so that users don't interfere with each other. Made Docking views not generate alias of their tabs when shared.
2021-08-06fixed webbox history to allow duplicate urlsbobzel
2021-08-04restructured filters again so that filter icons show whether a document has ↵bobzel
a filter or inherits one. following a link with a view spec overrides only locally set filters (not inherited ones).
2021-08-03fixed using viewSpecs when following links to set filters/viewType properly.bobzel
2021-08-02Merge branch 'master' into sharing_scenariogeireann
2021-08-02Merge branch 'master' into aubrey-bugfixgeireann
2021-08-01Merge branch 'master' of https://github.com/brown-dash/Dash-Webbobzel
2021-08-01made url server references relative.bobzel
2021-07-31small UI changesAubrey-Li
2021-07-31Merge branch 'master' into aubrey-bugfixAubrey-Li
2021-07-30major UI / updates + refactoringgeireann
2021-07-28fix tree view collection drop shadowAubrey-Li
2021-07-17mergingusodhi
2021-07-15hide sidebar handle and fix scrolling for secondary formattedTextBox views ↵bobzel
(eg when in a layout template)
2021-06-30fixed positioning of blue anchor dot when showing link anchor linesbobzel
2021-06-19Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
sharing_scenario
2021-06-10fixed positioning of blue anchor dot when showing link anchor linesbobzel
2021-05-31Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
sharing_scenario
2021-05-25fixed userColors to be set on mySharingDocs data document. fixed so that ↵bobzel
field is userColor everywhere (not color).
2021-05-13mergingusodhi
2021-04-29fixed up some caption things with carousel and other views. made caption ↵bobzel
fontsizes increase with zoom level.
2021-04-22made videobox snapshot icon draggable to place snapshot. removed 1/4 buffer ↵bobzel
when following link to video because it meant following a snapshot link would start the video, then focus back on the snaphshot.
2021-04-20fixed toggling out of comic mode.bobzel
2021-04-20added a possible border for comic mode but commented out.bobzel
2021-04-19more improvements to comic mode.bobzel
2021-04-16addded documents as fieldsbobzel
2021-04-16fixed so that minimaps can't appear on non freeform collections. fixed ↵bobzel
multirow/col to work with templates & stopped normalizing dimensions (which breaks templates). added quick and dirty lightboxDocTemplate to display templated documents. fixed TextDocs to work with template fields that just have a text string.
2021-04-15cleaned up CollectionCarousel and styleprovider to handle sub-component ↵bobzel
properties better. updated resizers in multicol/row to be visible.
2021-04-10mergingusodhi