aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
AgeCommit message (Collapse)Author
2023-09-06added undo for removing dashboards and add to recently closed. fixed link ↵bobzel
menu to open up link editor more direclty
2023-09-02switched web default to wikipedia from bing since bing search requires ↵bobzel
scripts. change link doc preview to use showDocument instead of addDocTab so that existing docs can be found.
2023-08-31from lastbobzel
2023-08-31added dragging off of recordings and option for webcam vs screenbobzel
2023-08-31from lastbobzel
2023-08-31reworked recording workspace UI and switched to recording window, not webcambobzel
2023-08-29more cleanupbobzel
2023-08-29cleanupbobzel
2023-08-28Dropdown renders only if workspaceRecordings isn't emptymonoguitari
2023-08-28Merge branch 'master' into advanced-trails-2-jesusmonoguitari
2023-08-28Fixed reload bugmonoguitari
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-08-27more cleanupbobzel
2023-08-26Merge branch 'master' into UI_Update_Eric_MaEric
2023-08-24Merge branch 'master' into advanced-trails-2-jesusmonoguitari
2023-08-24before meeting with Andymonoguitari
2023-08-24removed iconClickButton and reverted fit All menu itemgeireann
2023-08-24overlay ui changesmonoguitari
2023-08-24Current Implementation topbar videomonoguitari
2023-08-23Merge branch 'master' into UI_Update_Eric_Mabobzel
2023-08-23Basic implementation of micahels branching trail on mastermonoguitari
2023-08-22topbar Audio progressmonoguitari
Logically works, need to consider how to add to doc
2023-08-22Everything working, except for offset of placing pins and mapanchormenu when ↵Eric
sidebar is open
2023-08-22Merge remote-tracking branch 'origin/menu-shortcuts-4-jesus' into ↵monoguitari
advanced-trails-2-jesus
2023-08-22uptodatemonoguitari
2023-08-22Merge remote-tracking branch 'origin/menu-shortcuts-4-jesus' into ↵monoguitari
advanced-trails-2-jesus
2023-08-22Merge branch 'master' into sophie-ai-imagesgeireann
2023-08-22shifted some tools to developer mode. updated colors for RTFMarkup options.bobzel
2023-08-19Revert "Revert "Revert "Revert "Toggling icon for mic and added ↵monoguitari
webcapturedoc to dropdown"""" This reverts commit 40a39db25646b513c25554a2abdf35ef977500a8.
2023-08-19Revert "Revert "Revert "Toggling icon for mic and added webcapturedoc to ↵monoguitari
dropdown""" This reverts commit 5e8cc0a6a7f8dfc0c33fbdfa8879de88f057233e.
2023-08-19Revert "Revert "Toggling icon for mic and added webcapturedoc to dropdown""monoguitari
This reverts commit 2466587655888d5894159b942f09661ab73ebe66.
2023-08-19Revert "Toggling icon for mic and added webcapturedoc to dropdown"monoguitari
This reverts commit bdabb0eb1aeac9ea9d4f1fa40889b8d30937c1f0.
2023-08-19Toggling icon for mic and added webcapturedoc to dropdownmonoguitari
2023-08-18Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-18fixed overlay buttonbobzel
2023-08-17Added the beginning of an A/V recording buttonbobzel
2023-08-17normalized some field names data_dictation, etc. added hover info for ↵bobzel
field names in keyvalue pane.
2023-08-17minor fixes.bobzel
2023-08-17Merge branch 'master' into sophie-ai-imagesSophie Zhang
2023-08-17broken versionSophie Zhang
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-08-16Merge pull request #206 from brown-dash/data-visualization-sarahbobzel
Data visualization sarah
2023-08-16got rid of presElementBox instances in favor of a single global instance. ↵bobzel
allowed docs to be their own view specs.
2023-08-14mergesrichman333
2023-08-14Merge branch 'master' into data-visualization-sarahsrichman333
2023-08-10more updates to out of date version alertbobzel
2023-08-10out of data version alert client sidebobzel
2023-08-10merged /getUserDocumentIds into /getCurrentUser to avoid extra server round tripbobzel
2023-08-09fixed resizing from bottomleft. turned on Tools in novice mode. fixed ↵bobzel
aborting editing of tree view titles with escape or click outside. got rid of scrollbar in Tools panel by fixing height of masonry panel. updated browndash-components to fix problem of tooltips getting in away of click events on Tool items.
2023-08-09updated file system to include recentlyClosed, Shared, and Dashboards and ↵bobzel
fixed drag drop to make sense for the filesystem. Fixed loading documents to happen in one batch by fixing UPDATE_CACHED_DOCS to save only documents accessible from current dashboard.