aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
AgeCommit message (Collapse)Author
2024-09-17Merge branch 'master' into aisosa-starteraidahosa1
2024-09-16fixed doc decorations from crashing when dockingView is selected. cleaned up ↵bobzel
tab doc view.
2024-09-16fixed title dragging pick correlation and conversion to tab dragging.bobzel
2024-09-12changed closing of face rectangles to hide them. added Shift+click of tags ↵bobzel
button to show face rectangles.
2024-09-12added tags for multi-selections.bobzel
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-26moved KeywordsBox to TagsView. changed imagellable to use tagsbobzel
2024-08-23changed keyword items to use a doc symbol for storage instead of a field. ↵bobzel
fixed sizing of docDecoartions around keyeword box to dynaically update accurately. Aded expand/collapse button for editing keywords
2024-08-20fixed up a bunch of things in face recognitionbobzel
2024-08-09a bunch more typing fixes.bobzel
2024-08-06locking into hotkey buttonsaidahosa1
2024-07-30fight w cssaidahosa1
2024-07-30feat: adjusted ui:IEatChili
2024-07-24bug and render fixeseleanor-park
2024-07-17feat: created smart collectionsIEatChili
2024-07-10work in progresZachary Zhang
2024-07-08switched to iink-ts not functionalZachary Zhang
2024-06-26feat: worked more on keyword input for docsIEatChili
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-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
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-30unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵bobzel
CollectionFreeForm stiuff
2024-04-23more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-03from lastbobzel
2024-04-03fixed resizing from corners to snap properlybobzel
2024-03-31fixed scrolling to targets in text views. fixed referencing fields on ↵bobzel
another doc from text box. fixed '@name' technique for publishing documents to also remove documents and work anywhere a title is set.
2024-03-31fixed dropdown in title bar location. moved rotate button up to not ↵bobzel
interfere with button bar. don't blur title when editing it. fix drawgging rotate center on templates. support setting alternate colors for text docs -- pretty hacky. fixed tabbing through dashFieldViews.
2024-03-30cleanup of import orderings.bobzel
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-03-07fixed several things related to templates for labels (used as icons) and ↵bobzel
FontIconboxes. Also made labels non uniformly resizable .
2024-03-04cleaned up a number of things related to autoHeight and ↵bobzel
stacking/masonry/notetaking views
2024-03-04changes to restore template menu and fix freeform templates to always show ↵bobzel
contents. Fix for alt-dropping an image to replace another image.
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed ↵bobzel
link description editing popup. fixed showing link editor in property view - still some weirdness in what is selected. fixed dragging tree view items to set dragData.treeview and be able to drop at bottom of tree. fixed addFolder menu option for TreeViews to add locally.. added a function to collect all docs of a given tag into a collection. fixed setting default font size to update autolayouts. changed dropping link onto same collection to not leave pushpin. fixed minimap thumb updating. added fieldvalue dropdown for dashFieldViews in text.
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-27made dataViz nodes linked to schema nodes update automatically as cahnges ↵bobzel
are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code.
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-22fixed schema rows to render, fix for resizing docs from left side. all ↵bobzel
locking docs in non freeform view. fix for labelBox with multiple rows to keep top rows. cleaned up docViewPath/containerViewPath &
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-04fixed text references to docs or fields to create docs that don't exist. ↵bobzel
fixed IsLinkFollowing observable by not making static (to fix docDecorations not appearing after link following)
2024-01-03cleaned up screenToLocalTransform in several places by making it additional ↵bobzel
methods. cleaned up styleProider api a bit to take DocumentViewInternalProps, not DocumentViewProps..
2024-01-03fixed marquee annotator for lightbox with pdf and rotated documents.bobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-29fixed sidebar button highoighting. fixed explore mode.bobzel
2023-12-29fixed dropping images from web. fixed exif data on images and autorotating ↵bobzel
exif rotated images. fixed selecting on web pages, and resizing web pages upward so that pointer events aren't grabbed.
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel