| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-28 | cleaned up some more currentUserUtils - fixed some issues with prev/next ↵ | bobzel | |
| key frame appearing. | |||
| 2022-06-27 | from last | bobzel | |
| 2022-06-27 | restored removeDashboard | bobzel | |
| 2022-06-27 | fixed initialization issues with creating user documents unnecessarily. ↵ | bobzel | |
| fixed updating doc icon templates to apply to documents already created. | |||
| 2022-06-26 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-24 | fixed myImports pane to show imports. fixed saving/loading zip files of a ↵ | bobzel | |
| collection. fixed errors related to NumT casting to number | |||
| 2022-06-24 | fixed highlighting readonly mode. simplified away some async stuff on load. | bobzel | |
| 2022-06-23 | fixed : contextMenu . fixed some fitWidth issues for text where heights ↵ | bobzel | |
| weren't working right | |||
| 2022-06-22 | fixing up Field Infos to work with new initialization. | bobzel | |
| 2022-06-22 | yet more currentuserutils cleanup | bobzel | |
| 2022-06-22 | fixed overlay view dragging & opening up audio/video recordings in overlay. | bobzel | |
| 2022-06-22 | more cleanup in currentuserutils. fixed so that removing items from a list ↵ | bobzel | |
| in code will remove them from the UI | |||
| 2022-06-21 | Merge branch 'master' into data-visualization-view-naafi | bobzel | |
| 2022-06-21 | running into jsx parsing error | Naafiyan Ahmed | |
| 2022-06-21 | trying to get basic data viz view to work | Naafiyan Ahmed | |
| 2022-06-21 | restored experimental templates. fixed (enabled) pointer events on nested ↵ | bobzel | |
| column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView) | |||
| 2022-06-20 | more cleanup to get rid of unecessary references to Doc.UserDoc(). | bobzel | |
| 2022-06-20 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-20 | fixed contextmenu when hitting enter to not iconify. fixed : menu to add ↵ | bobzel | |
| equations properly. | |||
| 2022-06-20 | Merge branch 'master' into mainview-jenny | bobzel | |
| 2022-06-20 | a 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-20 | lots of changes to try to cleanup CurrentUserUtils so changes can be made ↵ | bobzel | |
| without rebuilding the DB. | |||
| 2022-06-17 | merged with masetr | bobzel | |
| 2022-06-17 | updated fontIconBadge to use 'viewed' list to decrement value when items are ↵ | bobzel | |
| viewed. cleaned up how sharedDoc is setup in currentUserUtils to allow updates to not require rebuilding DB | |||
| 2022-06-16 | added unviewed shared dashboards to dashboard view | bobzel | |
| 2022-06-15 | share and remove dashboard from context menu | Jenny Yu | |
| 2022-06-15 | Merge branch 'mainview-jenny' of https://github.com/brown-dash/Dash-Web into ↵ | Jenny Yu | |
| mainview-jenny | |||
| 2022-06-14 | made shared with me doc count decrement when a document is viewed ↵ | bobzel | |
| (double-clicked, dragged out) | |||
| 2022-06-13 | feat: automatically open dashboard on create | Jenny Yu | |
| 2022-06-13 | feat: pop up modal for naming dashboard | Jenny Yu | |
| 2022-06-10 | fixed some problems with dragging doc onto empty tab bar. made topBar be ↵ | bobzel | |
| just one line to save vertical space. added a context menu to Dashboard | |||
| 2022-06-09 | Merge branch 'mainview-jenny' of https://github.com/brown-dash/Dash-Web into ↵ | Jenny Yu | |
| mainview-jenny | |||
| 2022-06-09 | fix: close active dashboard | Jenny Yu | |
| 2022-06-09 | opening a shared dashboard now adds it to myDashboards | bobzel | |
| 2022-06-09 | fixed up creating dashboard icons to work with pdfs in freeformviews with a ↵ | bobzel | |
| grid. no idea why having a grid breaks thrings. | |||
| 2022-06-09 | added activePage field for choosing dash page layout. | bobzel | |
| 2022-06-09 | changed tab numbering to be relative to dashboard. | bobzel | |
| 2022-06-09 | fixed issues with taking dashboard snapshots to update dashboard view | bobzel | |
| 2022-06-08 | merge with master | bobzel | |
| 2022-06-08 | tweaked doc decorations to be visible when clicking on items in headerBar. ↵ | bobzel | |
| restored dashboard snapshotting. | |||
| 2022-06-08 | added ability to make thumbnails of dashboards. started to cleanup ↵ | bobzel | |
| dockingView/goldenlayout undo event handling. cleaned up tab doc list in docking view. made titles editable again in treeview. fixed overlay view to work with image docs etc by setting top/left in css | |||
| 2022-06-06 | fixed up overlayDocs a bit so that they can be removed. made audioBox's ↵ | bobzel | |
| appear in overlay when clicked from toolbar. add links to audio when navigating to doc in lightbox. | |||
| 2022-06-05 | merged with master and added transcription icon view for recognized ink | bobzel | |
| 2022-06-03 | fixed opening closed tabs from Files sidebar to re-use best Alias before ↵ | bobzel | |
| making a new alias. | |||
| 2022-06-03 | fixed presentation as list index display | bobzel | |
| 2022-06-02 | merge with presentmode | Michael Foiani | |
| 2022-06-02 | Merge branch 'inking-naafi-mehek' into master-cleanup | mehekj | |
| 2022-05-31 | added a pop up menu for viewing dashField view collection. added a menu ↵ | bobzel | |
| button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db. | |||
| 2022-05-26 | removed setting 'data' field of docking views on aliases. assigned acl's ↵ | bobzel | |
| to delegates to match prototype. changed how documents are created to make sure acl's are set first so that, when sharing, remote clients will get the ACLs first and not render documents transiently when they don't have permissions. turned off inheriting ACL's from outer collection | |||
| 2022-05-25 | variety of small fixes for text / sharing. made typed text default to 35 ↵ | bobzel | |
| height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling. | |||
