aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
AgeCommit message (Collapse)Author
2022-11-17mostly changing strings to enumsbobzel
2022-11-15added canEmbed prop so collection can allow its items to be dragged out ↵bobzel
(eg., pileView). made imageBox viewSpec transition time customizable
2022-10-27cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵bobzel
modified DocumentView rendering to remove pres box refs. fixed mainView width.
2022-10-07improvements to sizing webpagesbobzel
2022-10-04removed gitlike options from collection context menu. removed ↵bobzel
createDashboard from context menus since it has a UI button
2022-09-19if same youtube video is uploaded, reuse the existing file without ↵bobzel
downloading again. removed failed uploads from parsed_files. change pinWithView to highlight the pinned view region. Give pinWithView collections an option to just pan or zoom to % of screen size.
2022-09-14changed docking view thumbnails to be imagefields, not docs. allowed ↵bobzel
docking view to be nested to avoid crashes before when they became nested. fixed dropping docs with dropAction of 'alias' to never remove them. fixed clearing startLink to not deselect when link is already started
2022-08-03from lastbobzel
2022-08-03Merge branch 'master' into parkerbobzel
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵bobzel
moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07got rid of typings for ReactTextareaAutocomplete to avoid react warnings.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-07-05Merge branch 'master' into parkerbobzel
2022-07-03from lastbobzel
2022-07-03fixed contextMenu to not trigger on a collection when the contextMenu event ↵bobzel
has already been handled.
2022-06-30Merge branch 'master' into parkerGeireann Lindfield Roberts
2022-06-21restored experimental templates. fixed (enabled) pointer events on nested ↵bobzel
column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView)
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-03fixed tree view crashbobzel
2022-06-03Merge branch 'master' into presentation_upgradebobzel
2022-05-23added headerBar for closed tabs and other docs. extended multirow/col to ↵bobzel
support hiding chile doc decorations and for making child content/document active work better. changed background style to work better for sub collections.
2022-05-20moved explore mode to topBar. fixed highlighting of overlay toggle. fixed ↵bobzel
pointerEvents on lockedPosition collectoins that are not children of a free form view.
2022-05-13removed layerProvider functionality.bobzel
2022-05-02PresBox indexing reworkAubrey-Li
2022-03-22stashingljungster
2022-03-17Merge remote-tracking branch 'origin/speedups2' into parkerljungster
2022-03-12attempting to add note-takingljungster
I think this has something to do with the view not being rendered in novice mode. Assuming this is an issue in CollectionMenu.tsx. Essentially what I did was add a note-taking view wherever I found a stacking view (via global search)
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2021-12-08Added auto scroll to bottom of map info view stack when note is added. hide ↵bobzel
resize handles for map view info window stack documents.
2021-12-07restored keeping properties pane open when selection changes. added Doc ↵bobzel
paraemter to fitWidth() prop function. split MapBoxInfoWindow out of MapBox and added an Add Note button.
2021-12-02Merge branch 'trails-aubrey' of https://github.com/brown-dash/Dash-Web into ↵Aubrey Li
trails-aubrey
2021-12-02mapbox cleanupAubrey Li
2021-12-02Merge branch 'master' into trails-aubreyGeireann Lindfield Roberts
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-09-17added 'unset' docFilters. changed link doc views to use comparison box with ↵bobzel
title/caption. fixed linkEditor to write to data doc. generalized comparisonBox rendering to use parameterized fields. fixed pdf/web to honor pointerEvents none prop and fixed textAnnotations to get rendered once as an Annotation. moved filterIcon stuff into DocumentView
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-15fixed documentdecoration resizers. fixed grouping and added button to ↵bobzel
switch between freeform / group
2021-09-08added showTitle prop to allow sidebarAnnos to have a custom titlebobzel
2021-09-05changed direcotry from CollectionLinearView to collectionLinearbobzel
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
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-21Merge branch 'master' into trails-aubreyAubrey-Li
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 webboxes so that you can link to an annotation and it will restore the ↵bobzel
url as well. a bunch of warnings cleanup.
2021-08-05Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-05fixed so that links to sidebar annos show the sidebar in a LinkPreviewbobzel