| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-20 | a 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-20 | lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵ | bobzel | |
| without rebuilding the DB. | |||
| 2022-06-17 | updated 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-15 | fixed iconifying cropped images to show the correct image. | bobzel | |
| 2022-06-10 | fixed some initialization problems with tabs | bobzel | |
| 2022-06-10 | fixed 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-10 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-10 | fixed closing tabs to move to headerBar | bobzel | |
| 2022-06-09 | Merge branch 'mainview-jenny' of https://github.com/brown-dash/Dash-Web into ↵ | Jenny Yu | |
| mainview-jenny | |||
| 2022-06-09 | feat: opening up sharing manager on dashboard | Jenny Yu | |
| 2022-06-09 | fixed up creating dashboard icons to work with pdfs in freeformviews with a ↵ | bobzel | |
| grid. no idea why having a grid breaks thrings. | |||
| 2022-06-09 | changed tab numbering to be relative to dashboard. | bobzel | |
| 2022-06-09 | fixed issues with taking dashboard snapshots to update dashboard view | bobzel | |
| 2022-06-09 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-09 | fixes to navigating to slide document targets in header bar | bobzel | |
| 2022-06-09 | fixed pin doc navigation when not in presBox (eg. headerBar) | bobzel | |
| 2022-06-09 | pinned docs now have click func to navigate to target. restored embedded ↵ | bobzel | |
| views within presBox | |||
| 2022-06-09 | Merge branch 'master' into master-cleanup | bobzel | |
| 2022-06-09 | renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵ | bobzel | |
| same time to not bring up presBox multiple times. | |||
| 2022-06-09 | fixed 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-08 | fix: merge conflicts | Jenny Yu | |
| 2022-06-08 | merge with master | bobzel | |
| 2022-06-08 | fixed bug with adding to pres when in miniview mode. | bobzel | |
| 2022-06-08 | added context menu back to tab's via the doc icon. made docicon draggable ↵ | bobzel | |
| and clickable. removed collectiondockingviewmenu. | |||
| 2022-06-08 | styling: pres element box | Jenny Yu | |
| 2022-06-08 | undo/redo fixes for docking views (maximizing, closing stacks). making ↵ | bobzel | |
| maximised tabs persist across refreshes. | |||
| 2022-06-08 | added 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-07 | simplified interaction between PresElementBox and PresBox for sharing ↵ | bobzel | |
| presBox data. fixed problem with miniView getting the wrong slide count. | |||
| 2022-06-06 | fixed updateView for audio/video presbox elements. | bobzel | |
| 2022-06-06 | Merge remote-tracking branch 'origin/pinWithView-refactor' | bobzel | |
| 2022-06-06 | removed sort ui from pres box tree view. made expanding/closing text ↵ | bobzel | |
| hierarchies simpler (not sure what it might break though). | |||
| 2022-06-06 | fixed slide #'ing for TreeView presentations | bobzel | |
| 2022-06-06 | added 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-06 | fixed flicker invalidation of collectionFFDocViews when transitions are set ↵ | bobzel | |
| (eg., next/prev keyframe) | |||
| 2022-06-06 | fixed range filtering, filtering by string, | bobzel | |
| 2022-06-06 | fixed 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-06 | fixed 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-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-06-05 | fixed presentations to allow pinning a clip of audio. fixed TabDocViews to ↵ | bobzel | |
| be added properly to DocumentManager. fixed presentations to allow groupWithUp to work in tree/stacking view modes. f | |||
| 2022-06-05 | updates and attempts at debugging | geireann | |
| 2022-06-05 | cleanup | mehekj | |
| 2022-06-05 | updated and refactored pinWithView | geireann | |
| Changed MarqueeView pinWithView so that it just calls TabDocView.PinDoc | |||
| 2022-06-05 | fixed up drawing link lines to be less jittery and smoother looking. ↵ | bobzel | |
| changed documentView to use a margin: auto when fitting width for something that can't grow to the size of the panel so that it will be centered in the panel and not docked at the top. | |||
| 2022-06-04 | fixed mini-pres view css, fixed interaction with mini-pres by fixing ↵ | bobzel | |
| overlayView panelWidth/height, fixed tabMap to get updated properly to allow CloseSplit to work, etc. | |||
| 2022-06-04 | ugh ... added code from TabDocView pinDoc to pindMarqueeView and pinWithView ↵ | bobzel | |
| to stop extar presBox views from being added to the right and to enable treeView to work with pinned views. | |||
| 2022-06-04 | fixed searching to highlight in text notes and to unhighlight when search ↵ | bobzel | |
| string changes. fixed links to update when text boxes scroll (hackily) | |||
| 2022-06-03 | fixed opening closed tabs from Files sidebar to re-use best Alias before ↵ | bobzel | |
| making a new alias. | |||
| 2022-06-03 | fixed tree view crash | bobzel | |
| 2022-06-03 | Merge branch 'master' into presentation_upgrade | bobzel | |
| 2022-06-03 | fixed pushpin link toggling when zoom is not set. fixed adding annotations ↵ | bobzel | |
| to webBox's without opening sidebar. Made linkDoc preview always open | |||
