aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DocumentManager.ts
AgeCommit message (Collapse)Author
2025-05-16changed isGroup to freeform_isGroup to fix issues with groups that are ↵bobzel
changed into other collection types. fixed toggleTarget links to work when opening in a light box (previously they flickered on, then off). fixed text boxes with a number field as data to act like a number input box.
2025-05-13fixed setting up link anchors for video to be added to Doc. fixed ↵bobzel
imageTemplate to work with templates in tabs. fixed link following from link menu. cleaned up getView with sidebars to open them when needed properly..
2025-05-07cleaned up ai metadata on generated drawings.bobzel
2025-04-23lots of typechecking fixes.bobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts ↵bobzel
by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs.
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
2025-02-26fixed toggling number dropdown. Added firefly to gpt popup menu.bobzel
2025-02-03fixed defaults for roll animations effect. fixed hideBefore pres effect to ↵bobzel
not show Doc before effect starts
2024-10-18fixed tab switching instead of bringing up a lightbox when following link to ↵bobzel
doc in different tab.
2024-10-04from lastbobzel
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-04updated calendars to support times of events and to render evdnts at the ↵bobzel
correct time.
2024-08-21cleanup of face recognition. some lint fixes.bobzel
2024-08-20fixed up a bunch of things in face recognitionbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-08-02feat: integrated face recognition code with image documentsIEatChili
2024-07-30Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-07-18starting to remove anysgeireann
2024-07-17fixed higlighting text targets with color and htmlOveralygeireann
2024-06-03Merge branch 'master' into nathan-starterNathan-SR
2024-05-16refactor/cleanup of pres animations. changed effects to start halfway ↵bobzel
through a zoom transition.
2024-05-13equation parser works but occasional call stack errorNathan-SR
2024-05-10added an always option for OpenWhere lightbox. cleaned up/fixed making ↵bobzel
collections capable of being a lightbox.
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-29updating showDocument to not have to know about groups -- all group logic is ↵bobzel
in collectionfreeformview.
2024-04-28cleaned up explore mode to use focus(). fixed focusing on group doc ↵geireann
elements to not focus on group first.
2024-04-24fixed search on pdfs to display results when pDF is not selected. fixed ↵bobzel
presentation transitions to animate. changed so that annotaitons on pdfs would highlight when following a pres slide. fixed scrolling to annotations (and other viewSpecs) from presentations by using the slide target, not the slide as the focus document. cleaned up search and fixed to unhighlight searches on close. fixe pdf search unhighligting to work.
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-19lint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ↵bobzel
fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views.
2024-02-22turned off zoom scaling for text boxes until it can be done more cleanly. ↵bobzel
fixed search to switch tabs when doc is inactive tab.
2024-02-07changed so link docs are added to common ancestor of anchors so that they ↵bobzel
can appear above/below intermediary docs using z order. fixed dragging to tab bar to start dragging document as a tab.
2024-02-07added back shiftkey to drag and embed. got rid of overlayplane link view. ↵bobzel
got rid of auto arrange. fixed text edit color for linkBox's
2024-01-31cleaned up accessing/setting proto_embeddings with api on Doc. fixed some ↵bobzel
css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params.
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
2024-01-22cleaned up viewPath methods and LightboxView's containment apibobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-04fixed ffmpeg for uploading videos. fixed getView() to take focus options so ↵bobzel
that if a sidebar or timeline has to be opened, the didMove flag can be set properly. added video snapshot frame to top menu. fixed using '^' to stop and start a selection region on timelines.
2023-12-29fixed displaying zoomed text annotations when following links/trails and for ↵bobzel
PDFs/Web pages with selected text.
2023-12-28fixed youtube uploads, cleaned up a bunch of imports and added some typings ↵bobzel
files.
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-12fixed overlay view and scriptingRepl and all observable Doc arrays to be ↵bobzel
shallowly observed.
2023-12-12fixed props => _props refernecesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-11-29fixes for following links to parts of templates. turned offbobzel
2023-11-19fixed animations of text html overlays and turned off overflow hidden so ↵bobzel
that rotation doesn't get clipped. cleaned up docView querying for Selection