| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 initialization problems with tabs | bobzel | |
| 2022-06-10 | fixed errors | bobzel | |
| 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-09 | restored multi-line scripting by not adding 'return' to scripts when it's ↵ | bobzel | |
| not requested. | |||
| 2022-06-08 | fixes from merge | 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-05 | cleanup | mehekj | |
| 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-06-01 | small playview fix | Michael Foiani | |
| 2022-06-01 | small refactoring | Michael Foiani | |
| 2022-06-01 | now tracks and replays scaling accurately | Michael Foiani | |
| 2022-06-01 | Merge with jenny trackScreen | Michael Foiani | |
| 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. | |||
| 2022-05-23 | fixed warnings. | bobzel | |
| 2022-05-23 | simplified dashboards by getting rid of confusing on-screen/off-screen tabs. ↵ | bobzel | |
| Now off screen tabs appear in the header bar which is not currently specific to a dashboard. | |||
| 2022-05-23 | added headerBar for closed tabs and other docs. extended multirow/col to ↵ | bobzel | |
| support hiding chile doc decorations and for making child content/document active work better. changed background style to work better for sub collections. | |||
| 2022-05-23 | cleaning up singleLine text box api and TreeView types | bobzel | |
| 2022-05-23 | more code cleanup in currentuserutils. some fixes to dragFactory-count titles. | bobzel | |
| 2022-05-20 | some cleanup of currentUserUtils. css fixes for fonticon boxes with labels | bobzel | |
| 2022-05-20 | adjusted placement of fonticonbox labels | bobzel | |
| 2022-05-20 | removed enumerables field stuff which was hacky and never used. cleaned up ↵ | bobzel | |
| some of currentUserUtils initialiazation. fixed treeView sorting for 'none" which fixes problem with slide template. | |||
