aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
AgeCommit message (Collapse)Author
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-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-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-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-13fixed activePresentation to work properly with multiple dashboards. fixed ↵bobzel
undoing PinDoc.
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-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-08fixed font menu settings to be accurate of current selection.bobzel
2022-09-01changed default note templates to be fitWidth/autoHeightbobzel
2022-08-29Merge remote-tracking branch 'origin/naafi-document-loading-placeholder'bobzel
2022-08-25fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵bobzel
column deletion.
2022-08-24cleaned up some of the pin with view code. added a pin button to menu bar ↵bobzel
when tab is selected to avoid needing to use context menu
2022-08-22added animation of background color, and streamlined/extended a variety of ↵bobzel
props-related things.
2022-08-22made inkMasks animate when they are turned on /off. fixed inkStrokes to ↵bobzel
be interpolated when they have an activeFrame set.
2022-08-19Merge branch 'master' into naafi-document-loading-placeholderNaafiyan Ahmed
Merging loading doc into master
2022-08-18fixed up presboxelement to not reference presbox.instance. fixing layout of ↵bobzel
presboxelement in treeview. fixing "removing" an inkMask without removing it from the collection so that it can be turned on and off.
2022-08-16updated placeholderNaafiyan Ahmed
2022-08-11added better ui and backend support for mask ink strokes. added frame #'s ui ↵bobzel
for seeing current animation frame.
2022-08-08moved 5 sec anno recording button to documentButtonsBar. made recording ↵bobzel
button appear only when there is one & click to play recording.
2022-08-03fixes for dragging notes so that they highlight properly and go to the right ↵bobzel
place when embedded in freeform views.
2022-08-03Merge branch 'master' into parkerbobzel
2022-08-02Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to ↵bobzel
create a scriptField even for scripts that don't compile. Updated CurrentUserUtils setup functions for clicks. Fixed TemplateMenu to work again.
2022-07-27fixed document leak related to capturedVariables in scripts. changed ↵bobzel
capturedVariables to be a string encoding the captured variables instead of a Doc.
2022-07-26fixed color fill box to show fill of current selection.bobzel
2022-07-25fixed poroperties panel from overlapping lightboxView. added batches to ↵bobzel
loading of ids on startup to prevent hang from sending too much data
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-07-05Merge branch 'master' into parkerbobzel
2022-07-02fixing many eslint errorsbobzel
2022-06-30merged masterNaafiyan Ahmed
2022-06-30Merge branch 'master' into parkerbobzel
2022-06-30fixed up some more initializationbobzel
2022-06-29got basic file upload to workNaafiyan Ahmed
2022-06-28cleaned up some more currentUserUtils - fixed some issues with prev/next ↵bobzel
key frame appearing.
2022-06-27from lastbobzel
2022-06-27restored removeDashboardbobzel
2022-06-27fixed initialization issues with creating user documents unnecessarily. ↵bobzel
fixed updating doc icon templates to apply to documents already created.
2022-06-26Merge branch 'master' into mainview-jennybobzel
2022-06-24fixed myImports pane to show imports. fixed saving/loading zip files of a ↵bobzel
collection. fixed errors related to NumT casting to number
2022-06-24fixed highlighting readonly mode. simplified away some async stuff on load.bobzel
2022-06-23fixed : contextMenu . fixed some fitWidth issues for text where heights ↵bobzel
weren't working right
2022-06-22fixing up Field Infos to work with new initialization.bobzel