aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-09-15Revert "Update server_Initialization.ts"geireann
This reverts commit 7f48d9656387b40c4e3d53d6a7e71e9e17ceefe9.
2022-09-15Update server_Initialization.tsgeireann
npm
2022-09-14from last.bobzel
2022-09-14fixed problem where dashboard's myTrails is a promise causing a crash. ↵bobzel
fixed with prefetchProxy
2022-09-14fixed very weird bug where setting permissions on dashboard with itself as a ↵bobzel
nested dashboard caused a duplicate of the dashboard to be overlayed on top of the dashboard, but covering up all of the main Dash chrome...
2022-09-14fix so that scrollbars don't appear for autoHeight text views in a freeform ↵bobzel
view.
2022-09-14Merge branch 'master' into sharing-jennybobzel
2022-09-14from lastbobzel
2022-09-14made dashboard button hidden since we have dashboard view now. put viewType ↵bobzel
'docking' on proto so that all aliases will get it when nesting docking views.
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-09-14fixed auto sizing of text documents that are topLevel. restored scroll bars ↵bobzel
to autoHeight text that is in a container (eg lightbox or tab)
2022-09-14turned off overlayView when lightboxDoc is activebobzel
2022-09-14made video box controls appear when video is in overlay viewbobzel
2022-09-14fixed presbox mini player to allow mini player and full size player at the ↵bobzel
same time and to be a playground field for sharing. distringuished preselementbox feedback for selected vs. activeItem using border.
2022-09-13fixed ref to overlayX/y instead of x/y in audioBox and presElementbobzel
2022-09-13fixed guest login vs. opening a specific document instead of a dashboardbobzel
2022-09-13Merge branch 'sharing-jenny' of https://github.com/brown-dash/Dash-Web into ↵Jenny Yu
sharing-jenny
2022-09-13fixed recording box stylingJenny Yu
2022-09-13Merge branch 'sharing-jenny'bobzel
2022-09-13fixed mainContainer on mainView to always show the activeDashboard if it exists.bobzel
2022-09-13clicking to open a shared dashboard opens an alias of it.bobzel
2022-09-13made overlayX/overlayY instead of re-using x/y in order that overlay docs ↵bobzel
can be dragged in playground mode (for shared mini-player presentations) without necessarily allowing regular docs to be dragged in playground mode.
2022-09-13added x/y as playground fields so that pres box mini player can be dragged ↵bobzel
around. added height as a playground field for mini player. fixed not setting GuestTarget when opening up to a docking view.
2022-09-13fixed changing slides on shared presentationbobzel
2022-09-13fixed default name for new dashboardbobzel
2022-09-13fixed rendering non-docs from freeform layout enginebobzel
2022-09-13make filterBox reuse filter if it is unsaved.bobzel
2022-09-13cleanupbobzel
2022-09-13made things consistent by renaming emptyPresentation to emptyTrail and then ↵bobzel
always making copies of emptyTrail instead of calling the Docs.create constructor
2022-09-13made myTrails view navigate to docs the same way presBox does.bobzel
2022-09-13Merge branch 'master' into sharing-jennybobzel
2022-09-13don't add presbox's to header bar closed items.bobzel
2022-09-13fixed activePresentation to work properly with multiple dashboards. fixed ↵bobzel
undoing PinDoc.
2022-09-13fixed errors.bobzel
2022-09-13Merge branch 'sharing-jenny' of https://github.com/brown-dash/Dash-Web into ↵bobzel
sharing-jenny
2022-09-13fixed problem with sharing presentations where preselementbox template ↵bobzel
couldn't be expanded.
2022-09-12removed original setup trails functionJenny Yu
2022-09-12Merge branch 'master' into sharing-jenny (break)Jenny Yu
2022-09-12create new presentation workingJenny Yu
2022-09-12fixed exception from switch of myTrails to dashboard from userDocbobzel
2022-09-12open trails from trails menu on left hand side now.bobzel
2022-09-12fixed crash opening myTrailsbobzel
2022-09-12breaking: made trails belong to dashboard instead of userdocJenny Yu
2022-09-12fixed rotating UI for video boxes. fixed generating error response for ↵bobzel
unsupported video/audio formats.
2022-09-12fixed autosizing text with header tags.bobzel
2022-09-12fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] ↵bobzel
text tags reset user_mark to current time.
2022-09-12made annotation pen available in lightbox.bobzel
2022-09-12fixed lightbox exception when no media is playingbobzel
2022-09-11fixed fontFamily menu for ink strokesbobzel
2022-09-11fixed crash when selecting ink strokesbobzel