| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-16 | merged with zaul's branch | bobzel | |
| 2023-12-16 | more functionality for calendar feature | zaultavangar | |
| 2023-12-11 | new updates to map feature | zaultavangar | |
| 2023-12-11 | updates to map feature | zaultavangar | |
| 2023-12-10 | massive changes to use mobx 6 which means not accessing props directly in ↵ | bobzel | |
| @computed functions. | |||
| 2023-12-06 | catch mongo errors. delete (some) sessions from mongo. more package ↵ | bobzel | |
| updates. cleanup of express-validator. | |||
| 2023-12-05 | mostly working version with latest libraries | bobzel | |
| 2023-12-01 | converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵ | bobzel | |
| always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument. | |||
| 2023-11-29 | exposed menu option to pin Trails and other tree view docs and added open ↵ | bobzel | |
| button. Allowed trails to be pinned to or embedded within other trails. | |||
| 2023-11-29 | fixes for following links to parts of templates. turned off | bobzel | |
| 2023-11-29 | numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ↵ | bobzel | |
| dec resizing. moving this.rootDoc => this.Document . fixing template artifacts. | |||
| 2023-11-27 | fixed dataView to not lose focus when typing 'enter' by fixing ↵ | bobzel | |
| freeformdocumentview panelwidth() to | |||
| 2023-11-25 | changed Slide template to write to 'hero' not 'data' to avoid conflict with ↵ | bobzel | |
| 'data' being used already for the template parts. fixed freeform view to read _width/_height to get template values when present for panning beyond edge. Made CollectionSubView read datafield from dataDoc which is where template writes go. fixed docview dragging to use its own view unless multi-dragging. turnded off user-select in overlay view which made repl viewer title selectable. fixed crash on rebuilding db cause by myOverlay and myPublished not yet existing. | |||
| 2023-11-17 | major overhaul of resizing code. updated doc fields for enabling native ↵ | bobzel | |
| with modification to be cleaner. added Vcenter option for text in menu bar. fixed doc rotation. enabled scaling of DataViz views. fixed text sidebar opening size and sidebar issues with native dims for PDF/Web | |||
| 2023-11-08 | fixed bug where tableBox's didn't render all of the rows they receive. lots ↵ | bobzel | |
| of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons. | |||
| 2023-11-07 | Changed how selection works to avoid invalidations. Fixed Cast problem with ↵ | bobzel | |
| ProxyFields that caused renameEmbedding to infinite loop.. Changed brushing for the same reason. Cleaned up a few things with filter code. | |||
| 2023-10-21 | change to doc decorations to be more "lightweight". made linkBox render ↵ | bobzel | |
| links in a freeform view as a DocView. added an auto-reset view option for freeforms. fixed highlighting ink strokes. Made groups behave better for selecting things 'inside' the group bounding box that aren't in the group. Added vertically centered text option. | |||
| 2023-10-12 | performance fixes to reduce re-rendering : moved link brushing out of Doc's ↵ | bobzel | |
| highlighting and into Annotation.tsx, stopped freeformview from rerendering whenever its invalidated by not always setting layoutElements to a new list. | |||
| 2023-09-21 | fixed export of media | bobzel | |
| 2023-09-21 | fixed zip export to include media properly. removed ClientUtils which ↵ | geireann | |
| wasn't being used. | |||
| 2023-09-18 | removed filter checkboxes for list values since they don't work. fixed ↵ | bobzel | |
| any/undefined filtering for tags or other list fields. | |||
| 2023-09-18 | revised how to do filtering by links. | bobzel | |
| 2023-09-14 | added a disable slider for sharing UI in document decorations | bobzel | |
| 2023-09-12 | dropping link button on same collection makes a pushpin. fixed broken undo ↵ | bobzel | |
| typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders. | |||
| 2023-09-06 | fixed up audio annotation to add dictation to sidebar note. | bobzel | |
| 2023-08-31 | reworked recording workspace UI and switched to recording window, not webcam | bobzel | |
| 2023-08-28 | fixed runtime error in sharing manager when sharing the dashboard | bobzel | |
| 2023-08-27 | lots 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-27 | breaking include cycles | bobzel | |
| 2023-08-27 | from last | bobzel | |
| 2023-08-27 | fromlast | bobzel | |
| 2023-08-27 | Merge branch 'master' into data-visualization-sarah | bobzel | |
| 2023-08-27 | Merge branch 'master' into data-visualization-sarah | bobzel | |
| 2023-08-27 | Merge branch 'master' into secondpropertiesmenu-emily | bobzel | |
| 2023-08-27 | fixed filters to filter by linkedTo instead of lat/lng. made links to ↵ | bobzel | |
| pushpins when anything is added to sidebar and pushpin is selected | |||
| 2023-08-24 | context menu updates | srichman333 | |
| 2023-08-24 | filter - made small finishing changes | eperelm2 | |
| 2023-08-24 | All working except createnote undo, and center on selected pin getAnchor | Eric | |
| 2023-08-21 | Merge branch 'master' into UI_Update_Eric_Ma | bobzel | |
| 2023-08-17 | fixed drawing links between embeddings as used in DataViz docs. | bobzel | |
| 2023-08-17 | fixed 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-13 | Merge branch 'master' into UI_Update_Eric_Ma | Eric | |
| 2023-08-09 | updated 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. | |||
| 2023-08-03 | Merge branch 'master' into secondpropertiesmenu-emily | eperelm2 | |
| 2023-08-02 | fixed drawing link lines to CONFIG anchors | bobzel | |
| 2023-08-02 | filter - slider works (w/o UI and collapse) | eperelm2 | |
| 2023-08-01 | filter - made bobs comments with basic slider implementation | eperelm2 | |
| 2023-07-31 | filters - working on range | eperelm2 | |
| 2023-07-31 | Merge branch 'master' into secondpropertiesmenu-emily | eperelm2 | |
| 2023-07-31 | fixed dictation into text boxes to stop when component unmounts. fixed ↵ | bobzel | |
| some icons. fixed multiToggle for alignments. added link docs to user cache. fixed background color for tab stack buttons. added a bunch of @computeds to try to help performacne with lots of docs. chnaged text boxes to no expand/contract padding when selected. | |||
