aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-02-22fixed search to update after typing delay. fixed collection of tags to set ↵bobzel
container for embeddings
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-21updated promptsrichman333
2024-02-21Merge pull request #295 from brown-dash/data-visualization-sarahbobzel
Data visualization Sarah
2024-02-21Merge pull request #298 from brown-dash/keanu-starterIEatChili
feat: edited option icon for formatted text box
2024-02-21feat: edited option icon for formatted text boxIEatChili
2024-02-21presentation trail tab icon changedeleanor-park
2024-02-21replace button icon with circle instead of boldZachary Zhang
2024-02-21changed logo for Notes and PPT Slide in tool menuA.J. Shulman
2024-02-21brancheleanor-park
2024-02-21got rid of dropdown for fieldValue views of a tag since tags have no values. ↵bobzel
fixed populating collection with tag docs to not create duplicates.
2024-02-19ai (updates from sophie, then added dataviz summary)srichman333
2024-02-19Merge branch 'master' into data-visualization-sarahsrichman333
2024-02-15removed unused npm pacakages for mapbox geocoder. fixed setting empty field ↵bobzel
in histo/line/pie stuff.
2024-02-11fixed uploading remote image blobsbobzel
2024-02-10minimal fix to get react date picker to work.bobzel
2024-02-10more updates to npm packages.bobzel
2024-02-07fixed icon placement in linkMenuItem.bobzel
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-07allow linkBox to render without being in a documentview.bobzel
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-02-07made various render methods in DocumentView computed getters for efficiency ↵bobzel
and to avoid artifacts (LInkanchorBox dragging) when something else invalidates causing components to regenerate. fixed linklines to animate when doing a zoom transition and to be able to target texts hyperlinks. fixed link lines to share properties with ink and updated the properties panel / menus to allow editing of either. addding toggling link lines on and off from linkitemmenu
2024-02-07switch to xAnchor to clean up link lines. added transition to getBounds() ↵bobzel
so that LinkBox can follow animated transitions. added dataTransitions for stacking view. fixed presBox to be able to clear transition timers when a new slide transition is chosen.
2024-02-06fixed setting text/line properties on linkBox. fixed setting current link on ↵bobzel
click.
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-02-01updated paintbutton css to not be obscured by documentdecorationsbobzel
2024-02-01enabled lists to be entered via dashfieldview. changed code/text import to ↵bobzel
allow data to be inserted into template.
2024-02-012 lines on line chart have a legendsrichman333
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-312 lines on line chartssrichman333
2024-01-31can select 3 columns (+ beginning of basic 2 columns displayed on y axis in ↵srichman333
linechart)
2024-01-30changed dropConverter to keep title of dropped Doc. added paintFunc node/ ↵bobzel
checkbox view to formatted text. changed paintFunc to be computed based on layouytfieldkey being text in a freeformview. changed some inputRules to apply to code blocks. changed : contextmenu to allow regular note to be created. changed experimental tools to be user tmeplate tools. fixed focus on search bar when opening context menu
2024-01-29static schema as dataviz doesn't include itselfsrichman333
2024-01-29live schema toggle fixsrichman333
2024-01-29mergesrichman333
2024-01-29show title of selected histogram barssrichman333
2024-01-29show selected names for pie charts + line chartssrichman333
2024-01-28fixed inking when in panToScroll mode. fixed text templates to restore ↵bobzel
default text when all text is deleted. changed code blocks to stay in code black mode after a carriage return (unless its a hard break, e.g. shift+carriage return). added a ^@paint input rule to turn text documents into paint func docs.
2024-01-27from lastbobzel
2024-01-27added searchable flag to docoption types. fixed searchbox scrolling and ↵bobzel
showing results. added search by key and exact match.
2024-01-27fixed searchBoxbobzel
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-26cleaning up doubleClick documentview handling. fixed pan mode to drag ↵bobzel
collections when not active.
2024-01-25fixed warnings in editable viewbobzel
2024-01-25added hash function to save prior states that get overwrriten in presBox ↵geireann
restoreTarget
2024-01-25fixed notetaking list without keys warningbobzel
2024-01-25fixed script typechecking which fixes editing keyvalue pane. renamed ↵bobzel
contentPointerEvents to childContentPointerEvents to match what it does.
2024-01-24added dragConfig() to allow components to set custom docDragData fields. got ↵bobzel
rid of treeViewDoc prop
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree ↵bobzel
views, notetaking, formattedText, etc. make bringToFront an optional prop.
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()