aboutsummaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Collapse)Author
2020-01-13radial menu stuff added, too unstable to use currentlyStanley Yip
2020-01-13some fixesStanley Yip
2020-01-13fixed check box functions on treeviews to propagate to all childrenbob
2020-01-13fixed onChildClick handlers to work for freeform views. added padding for ↵bob
fitTocontents views. fixed performance with templates. added openOnRight script func. switched filter to ||,
2020-01-13palette events are now on gestureOverlay, but cffv and dv is still capturing ↵Stanley Yip
one and two finger events, which makes it impossible for the gestureoverlay to capture 5 fingers spread across different targets
2020-01-13fixed some scripting and added some functions for adding docFilters to ↵bob
collections
2020-01-13deleted old Session folder and fixed linter errorsSam Wilkins
2020-01-11Merge branch 'master' of github.com:browngraphicslab/Dash-Web into no_dbTyler Schicke
2020-01-11autocreate keyframe UNSTABLEAndrew Kim
2020-01-11phantom region fix, scrubber double click, fade kfAndrew Kim
2020-01-10added text in the middle of the menu for descriptionAndy Rickert
2020-01-10Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbob
2020-01-10better working version of pivot viewerbob
2020-01-10multicolumn changesSam Wilkins
2020-01-10created multicolumn view file, made recipient parameter optional in ↵Sam Wilkins
sessionmanager
2020-01-09added iconsAndy Rickert
2020-01-09Fixed an error I was having with animejsTyler Schicke
I don't think this should break things for anyone, because the code should be doing basically the same thing, but for some reason I was getting errors with the previous way.
2020-01-09Merge branch 'master' of github.com:browngraphicslab/Dash-Web into no_dbTyler Schicke
2020-01-09Adding missing filesAndy Rickert
2020-01-09now fully functional, just needs bugfixing for implementation in different ↵Andy Rickert
classes
2020-01-09some stuff that ive played around with today. mobile interface, five ↵Stanley Yip
fingers, other stuff
2020-01-09Merge pull request #329 from browngraphicslab/textbox_fawn_fixStanley Yip
rich text menu
2020-01-09buttons show correct active status when togglign marks at the end of textFawn
2020-01-09azure ink fixes, sessionSam Wilkins
2020-01-09condensed the link button and made buttons dark when they are active in the ↵Fawn
selection
2020-01-09unhandled rejection improvements and isSessionEnd flagSam Wilkins
2020-01-09menu handles any number of items and adjusts scale accordinglyAndy Rickert
2020-01-09minor cleanFawn
2020-01-09minor mergeFawn
2020-01-09pull and merge with masterFawn
2020-01-09code cleaning richtextmenuFawn
2020-01-09added styling options to select dropdowns on rich text menuFawn
2020-01-09refactored dropdown buttons into a buttondropdown component for richtextmenuFawn
2020-01-09bounded antimodemenu to the boundaries of the screen and minor styling of ↵Fawn
richtextmenu
2020-01-09minor cleanupvellichora
2020-01-09fixed many warningsbob
2020-01-09documentationAndrew Kim
2020-01-09changesAndrew Kim
2020-01-09circle appears for menu that can be split into smaller pie piecesAndy Rickert
2020-01-08menu appears on clickAndy Rickert
2020-01-08some bugfixes re previous commitStanley Yip
2020-01-08setting up architecture for radial menuAndy Rickert
2020-01-08gestures are now overlayed and can span collections/panes!Stanley Yip
2020-01-08starter stuff for touch holdStanley Yip
2020-01-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penStanley Yip
2020-01-08starting somethingStanley Yip
2020-01-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Webbob
2020-01-08cleaned up searchBox. fixed parentdocument context menu placement.bob
2020-01-08session cleanupSam Wilkins
2020-01-07Various features/fixes to allow running on Linux w/o MongoDB or SolrTyler Schicke
- Added new launch config option for chromium - Changed port for TypeScript server debugger to account for worker process - Updated packages to versions that work with current node/npm - Update IDatabase interface - Updated MemoryDatabase to work properly with Dash - Added some workarounds for in memory database as they currently don't support users, so you must be guest, which means the guest needs to be able to do things it usually can't - Added environment variable to disable search. This doesn't fully disable search yet, but it is enough to not throw major errors when Solr isn't running - Added logic to support using an in memory DB instead of MongoDB