aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
AgeCommit message (Collapse)Author
2022-05-04Pause works with presentation now.Michael Foiani
2022-05-04Get play and pause to work. There is a bug with getting double called that ↵Michael Foiani
was causing choppiness.
2022-05-04Added the presentation mode back in. However, pres isn't being recreated ↵Michael Foiani
smoothly after being stored in the db.
2022-05-04Get storing pres data working, but is choppy due to mobx usage.Michael Foiani
2022-05-03implement child slide sortingAubrey-Li
2022-05-03fixed make text note from ink transcription with word subgroupingsmehekj
2022-05-02PresBox indexing reworkAubrey-Li
2022-05-02fixed auto link anchor when dragging html region off of webBox. fixed Enter ↵bobzel
for earch in webBox.
2022-05-02fixed up html clippings to have a better background color heuristic and to ↵bobzel
allow dragging clippings from webBox's.
2022-04-29added 'enter' to toggle iconify. fixed webBox deiconify to render webpage. ↵bobzel
updated colors in minimap to match icon colors.
2022-04-29changed the way labelBox splits words to allow .&- added icon for webBoxbobzel
2022-04-29fixed creating collection icons to capture pfs (and other things with canvases)bobzel
2022-04-28Handle merge conflicts with jenny workMichael Foiani
2022-04-28Merge with jennyMichael Foiani
2022-04-28fixed disappearing nodesljungster
2022-04-28Remove demo code from CollectionFFView and implment observer call into ↵Michael Foiani
recordingApi
2022-04-28merged and getting started on mapping algoNaafiyan Ahmed
2022-04-28columns work!ljungster
2022-04-28added basic code for subgrouping transcribed textNaafiyan Ahmed
2022-04-28fixed timestamps and added some scalingmehekj
2022-04-28best yet?ljungster
2022-04-28Merge branch 'master' into recording-jennyJenny Yu
2022-04-28fixed rendering of slides in filesystem view to not render the UI, just the ↵bobzel
doc name
2022-04-28pushing prior to sprintljungster
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-28still strugglingljungster
2022-04-28making changes to array, but no visual onesljungster
2022-04-27made dividers betterljungster
2022-04-27fixed double-click on file sys to lightbox the doc. adjusted how aliases ↵bobzel
are chosen when opening file sys doc. fixed sorting UI of treeviews
2022-04-27tree view presentation move to slideAubrey-Li
2022-04-26Merge branch 'master' into presentation_upgradeAubrey-Li
2022-04-26added image cropping. made treeView icons show up for file system and ↵bobzel
dashboard, and made them persist invisibly to fix triggering on hover. changed tree view filesystem and dashboard to show expanded icons on hover.
2022-04-26attempt with columnResizer. Not sure about how to handle resize eventsljungster
2022-04-26Merge branch master into presentation_upgradeAubrey-Li
2022-04-26made creating a new thumbnail icon delete previous ones. fixed bug where ↵bobzel
documents would re-render if an earlier docuent in the collection list was added/removed.
2022-04-26columns (sort of) workingljungster
2022-04-25put snapshot dash in novice mode. fixed undo for snapshot/new dashboard. ↵bobzel
changed titling of snapshots to use {#}. no current UI for cloning dashboards.
2022-04-25 changed freeformview's with engines to not allow children to be edited ↵bobzel
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky..
2022-04-24from lastbobzel
2022-04-24fixed treeViews to vertically span their containers. fixed foreground ↵bobzel
coloring of nodes with transparent backgrounds to consider parent collection background color
2022-04-23more fixes for treeView to support hierarchical presentations.bobzel
2022-04-22changes to allow PresBox to render using a Tree viewbobzel
2022-04-21EOD Apr. 21ljungster
2022-04-21Integrate with jenny's videobox apiMichael Foiani
2022-04-21fixed issues with pile view - dragging, burst size, rendering within ↵bobzel
grid/non-freeform views, fixed timeView filtering to not keep making redundant filters,
2022-04-21cleaned upljungster
2022-04-21committing to mess around with stylesljungster
2022-04-20Merge branch 'presentmode-mfoiani' into recording-jennyMichael Foiani
Merge with jenny for video recording.
2022-04-19Extracted view tracking into api classMichael Foiani
2022-04-14auto transcribes on groupingmehekj