aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2022-06-21Merge branch 'master' into temporalmedia-mehekbobzel
2022-06-21from last and keep keyvalue tabs out of topbarbobzel
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-21same fix as previousmehekj
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20Merge branch 'master' into temporalmedia-mehekmehekj
2022-06-20Revert "Revert "Merge branch 'master' into temporalmedia-mehek""mehekj
This reverts commit 3415f672292bb349c7d9ec66564933a746ee3b25.
2022-06-20Revert "Merge branch 'master' into temporalmedia-mehek"mehekj
This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48.
2022-06-20Merge branch 'master' into temporalmedia-mehekmehekj
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-17updated fontIconBadge to use 'viewed' list to decrement value when items are ↵bobzel
viewed. cleaned up how sharedDoc is setup in currentUserUtils to allow updates to not require rebuilding DB
2022-06-15fixed iconifying cropped images to show the correct image.bobzel
2022-06-15made hover time more visiblemehekj
2022-06-15ui fixes and thumbnails upload in parallelmehekj
2022-06-10fixed some initialization problems with tabsbobzel
2022-06-10fixed some problems with dragging doc onto empty tab bar. made topBar be ↵bobzel
just one line to save vertical space. added a context menu to Dashboard
2022-06-10Merge branch 'master' into mainview-jennybobzel
2022-06-10fixed closing tabs to move to headerBarbobzel
2022-06-09Merge branch 'mainview-jenny' of https://github.com/brown-dash/Dash-Web into ↵Jenny Yu
mainview-jenny
2022-06-09feat: opening up sharing manager on dashboardJenny Yu
2022-06-09fixed up creating dashboard icons to work with pdfs in freeformviews with a ↵bobzel
grid. no idea why having a grid breaks thrings.
2022-06-09changed tab numbering to be relative to dashboard.bobzel
2022-06-09fixed issues with taking dashboard snapshots to update dashboard viewbobzel
2022-06-09Merge branch 'master' into mainview-jennybobzel
2022-06-09fixes to navigating to slide document targets in header barbobzel
2022-06-09fixed pin doc navigation when not in presBox (eg. headerBar)bobzel
2022-06-09pinned docs now have click func to navigate to target. restored embedded ↵bobzel
views within presBox
2022-06-09Merge branch 'master' into master-cleanupbobzel
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-06-09fixed issues with pinWithView so that thumnails show the pinned area and ↵bobzel
navigating to the view shows the entire pinned area regardless of panel size.
2022-06-08fix: merge conflictsJenny Yu
2022-06-08merge with masterbobzel
2022-06-08thumbnail preview of video when hovering over timelinemehekj
2022-06-08fixed bug with adding to pres when in miniview mode.bobzel
2022-06-08added context menu back to tab's via the doc icon. made docicon draggable ↵bobzel
and clickable. removed collectiondockingviewmenu.
2022-06-08styling: pres element boxJenny Yu
2022-06-08undo/redo fixes for docking views (maximizing, closing stacks). making ↵bobzel
maximised tabs persist across refreshes.
2022-06-08added ability to make thumbnails of dashboards. started to cleanup ↵bobzel
dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css
2022-06-07simplified interaction between PresElementBox and PresBox for sharing ↵bobzel
presBox data. fixed problem with miniView getting the wrong slide count.
2022-06-06fixed updateView for audio/video presbox elements.bobzel
2022-06-06Merge remote-tracking branch 'origin/pinWithView-refactor'bobzel
2022-06-06removed sort ui from pres box tree view. made expanding/closing text ↵bobzel
hierarchies simpler (not sure what it might break though).
2022-06-06fixed slide #'ing for TreeView presentationsbobzel
2022-06-06added auto links from recordings to pdfs when they scroll. opened audio ↵bobzel
links on right by default instead of in lightbox. focus on pdf/coponent anchor when following link from it (via the LinkMenu)
2022-06-06fixed flicker invalidation of collectionFFDocViews when transitions are set ↵bobzel
(eg., next/prev keyframe)
2022-06-06fixed range filtering, filtering by string,bobzel
2022-06-06fixed up overlayDocs a bit so that they can be removed. made audioBox's ↵bobzel
appear in overlay when clicked from toolbar. add links to audio when navigating to doc in lightbox.
2022-06-06fixed recorded videos so that they can be played back. fixed regiontimer to ↵bobzel
be turned off after pausing a video to not prevent the video from being played again. removed dictation from stackedtimeline rendering.
2022-06-05merged with master and added transcription icon view for recognized inkbobzel