aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
AgeCommit message (Collapse)Author
2022-09-20updated homepage viewGeireann Lindfield Roberts
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 guest login vs. opening a specific document instead of a dashboardbobzel
2022-09-13fixed mainContainer on mainView to always show the activeDashboard if it exists.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-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-13fixed activePresentation to work properly with multiple dashboards. fixed ↵bobzel
undoing PinDoc.
2022-09-12Merge branch 'master' into sharing-jenny (break)Jenny Yu
2022-09-12create new presentation workingJenny Yu
2022-09-12open trails from trails menu on left hand side now.bobzel
2022-09-12breaking: made trails belong to dashboard instead of userdocJenny Yu
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-08made timelineHeightpercent and currentTimecode palyground fields so that two ↵bobzel
people sharing a doc have independent control over playing and timeline view
2022-08-26extending pres trails to allow ink animation without using keyframes.bobzel
2022-08-23added color to animated properties. changed doc decorations to stop before ↵bobzel
menu bar. changed color of tab bar so that doc decorations is visible when overlapping.
2022-08-22made ink strokes animatable. added currentFrame to playgroundFieldsbobzel
2022-08-18merge with newest masterMichael Foiani
2022-08-11added better ui and backend support for mask ink strokes. added frame #'s ui ↵bobzel
for seeing current animation frame.
2022-08-03add new icon and modal for reporting.Michael Foiani
2022-07-26fixed clicking linkDocPreview to follow links. switched target drag ↵bobzel
behavior from title to preview
2022-07-26made width a playground field so shared views can open annotation pane. ↵bobzel
made title shrink for annotation button only when title doesn't add a margin. Fixed closing annotation view in lightbox not to make docuent shrink to minimum size by using percents, not pixels.
2022-07-26turned off resetriting text box resizing to max of scroll height. fixed ↵bobzel
placement/behavior of sidebar anno button for text.
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08fixes for drawing ink on pdf/image/etc. fixes for showing contextMenu. ↵bobzel
moved gestureOverlay into main dashboard area to avoid drawing on UI widgets. more code cleanup to put things in reasonable places and avoid importing too much stuff.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-06-26Merge branch 'master' into mainview-jennybobzel
2022-06-22fixed overlay view dragging & opening up audio/video recordings in overlay.bobzel
2022-06-20more cleanup to get rid of unecessary references to Doc.UserDoc().bobzel
2022-06-20restored undo/redo buttonsbobzel
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-20Merge branch 'master' into mainview-jennybobzel
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-15fix: do not auto create dashboardJenny Yu
2022-06-09added activePage field for choosing dash page layout.bobzel
2022-06-09Merge branch 'master' into mainview-jennybobzel
2022-06-09fixes to navigating to slide document targets in header barbobzel
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-08feat: basic dashboard viewJenny Yu
2022-06-08merge with masterbobzel
2022-06-08tweaked doc decorations to be visible when clicking on items in headerBar. ↵bobzel
restored dashboard snapshotting.