aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
AgeCommit message (Collapse)Author
2022-03-17Merge remote-tracking branch 'origin/speedups2' into parkerljungster
2022-03-17removed buxton importer stuff. removed libxmljs needed by buxtonimporter ↵geireann
which was breaking npm install
2022-03-12attempting to add note-takingljungster
I think this has something to do with the view not being rendered in novice mode. Assuming this is an issue in CollectionMenu.tsx. Essentially what I did was add a note-taking view wherever I found a stacking view (via global search)
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2022-03-01updated to webpack 5bobzel
2022-02-22fixed switching tabs to immediately render the title of the tab as content ↵bobzel
to provide feedback that something is happening. changed server to only set caching for images. fixed warnings/errors.
2022-02-10switched scripts to use a cache to avoid recompiling. simplified some things ↵bobzel
with documentView and zooming to avoid invalidations.
2022-02-09speeding up rendering using bitmaps for webpages and other heavyweight docs.bobzel
2022-01-18fixed warnings. display last user to edit db. fixed /activity to show ↵bobzel
only users with a connected socket. fixed toggle "Overlay" button to toggle its background based on overlay state.
2021-12-02Merge branch 'master' into trails-aubreyGeireann Lindfield Roberts
2021-11-29Merge branch 'ink_v1'bobzel
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-10-28adding eraser tool to menuLauren
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-10-14dashboard treeview freezeAubrey Li
2021-09-23fixed one crash when color string has capital letters.bobzel
2021-09-23small schema UI tweakGeireann
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-21from lastbobzel
2021-09-21temporary change to reset old accounts on browndash to enable dark mode.bobzel
2021-09-21fixed up some darkScheme css, enabled comic mode for developers, enabled ↵bobzel
opening up fields on dashboards in myDocuments
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-14fixed create new folder in file systembobzel
2021-09-13fixed errors and warnings.bobzel
2021-09-12updates pres so it workskimdahey
2021-09-12Merge branch 'master' into menu_updates_geireannGeireann Lindfield Roberts
2021-09-12Merge branch 'menu_updates_geireann' of ↵geireann
https://github.com/brown-dash/Dash-Web into menu_updates_geireann
2021-09-12updatesgeireann
2021-09-10cleaned up ink button behaviors -- fixed setFill to just set the fill, not ↵bobzel
the background color of the selected document.
2021-09-10made web page menu UI functional. made ink show up in minmimap.bobzel
2021-09-10fixed sidebar annos to filter on metdata as well as hashtags.bobzel
2021-09-09added SelectionManager.Docs() to avoid having to dereference props to get at ↵bobzel
the seelcted Doc. this was causing a cycle in menu items when selected. fixed sizing of filterBox. enabled showing titles for VID,COL,and IMG in addition to RTF.
2021-09-09fixed infinite loop for context menus when right-clicking on them.bobzel
2021-09-09fixed anchor menu highlighter button's dropdown location. fixed metadata ↵bobzel
view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization.
2021-09-08made setting background undoable. added setting header color/visibility ↵bobzel
from main toolbar. made changing header contents possible using #<key>(;<key)* syntax
2021-09-03fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵bobzel
multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans
2021-09-02Placing collection menu in Lightbox (commented out) and othersgeireann
- Set toggle properties off - added link that goes directly to the dash documentation
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-09-01making more changesgeireann
2021-08-31Merge branch 'menu_updates_geireann' of ↵geireann
https://github.com/brown-dash/Dash-Web into menu_updates_geireann
2021-08-31there will be issues as a result of thisgeireann
2021-08-31plugged major document leak with contextMenuBtns and Todo notesbobzel
2021-08-31"Untitled Presentation" only created after a document is pinnedgeireann
2021-08-30GitHubs are default viewgeireann
2021-08-30fixed web pages so that you can type into input fields. changed default ↵bobzel
webpage to use bing.com url.
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-30fixed width slider to have min of 1, not 0. made default ink color black.bobzel
2021-08-26changesgeireann
2021-08-26hopefully ready!geireann