aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMenu.tsx
AgeCommit message (Collapse)Author
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-20lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵bobzel
without rebuilding the DB.
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-06fixed updateView for audio/video presbox elements.bobzel
2022-06-05merged with master and added transcription icon view for recognized inkbobzel
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-23more code cleanup in currentuserutils. some fixes to dragFactory-count titles.bobzel
2022-05-13removed layerProvider functionality.bobzel
2022-03-17Merge branch 'naafi-linking' of https://github.com/brown-dash/Dash-Web into ↵Naafiyan Ahmed
naafi-linking
2022-03-17feat: working on implementing writing modeNaafiyan Ahmed
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
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-14refactored a bunch of names in MainView. Fixed scrolling in left menu ↵bobzel
flyout treeview panels.
2021-09-14merged with masterbobzel
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-09fixed infinite loop for context menus when right-clicking on them.bobzel
2021-09-05changed direcotry from CollectionLinearView to collectionLinearbobzel
2021-08-30fixed linear menu views to always have active contentbobzel
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-20more updatesgeireann
2021-08-19menu nearing final updatesgeireann
2021-08-18updates towards a menugeireann
2021-08-18highlighter tool added & workingvkalev
2021-08-05Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-04fixed setting of ink pen mode.bobzel
2021-07-31Merge branch 'master' into trails-aubreyAubrey-Li
2021-07-30major UI / updates + refactoringgeireann
2021-07-29create mapbox node bugAubrey-Li
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-15fixed up carousels to work with templated documentsbobzel
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-11updated startRect to use mediaState and added pendingRecording as an option.bobzel
2021-04-11some cleanup of demo_changesbobzel
2021-04-08Merge branch 'demo_changes' of https://github.com/browngraphicslab/Dash-Web ↵Geireann
into demo_changes
2021-04-08changesGeireann
2021-04-07can't make two different views of a recording.bobzel
2021-04-07bug fixesGeireann
2021-04-06updatesGeireann
2021-03-30cleaned up more active stuff - renderDepth === 0 no longer triggers contents ↵bobzel
active. containing view should set isContentsActive=true.
2021-03-21restored viewModes to topBarbobzel
2021-03-17rearranged top bar buttons - moved some into PropertiesButtons. Cleaned up ↵bobzel
'editing' field for key frames to not write to the document.
2021-03-17removed stackedTimeline from view types user can switch tobobzel
2021-03-12trying to make treeViews more efficient by making fewer calls to Get ↵bobzel
document fields getter.
2021-02-24cleaned up DocumentView's contentView api to be more general. fixed ↵bobzel
screenToLocal for freeformView's whenb _fitToBox is set. moved webBox menu items out of CollectionMenu and into WebBox using the contentView API.
2021-02-18better version of forward/backward view management in lightBoxview.bobzel
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-05from lastbobzel