aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes
AgeCommit message (Collapse)Author
2024-03-17menu workingalyssaf16
2024-03-14flashcard removealyssaf16
2024-03-14flashcardalyssaf16
2024-03-12Merge branch 'master' into alyssa-starteralyssaf16
2024-03-12changealyssaf16
2024-03-12fixed links to text to update automatically when textbox css styles change.bobzel
2024-03-12made text templates be both layout templates and prototypes of new text ↵bobzel
documents. fixed onPaint funcs to be undoable. fixed comparisonBox to render a text box if it's fieldKey has a richtext field - this makes flashcard templates much easier. fixed right-click on hyperlinks to bring up menu. fixed layout_centered to be settable on templates. added enable flashcard property for text.
2024-03-10flashcardalyssaf16
2024-03-10flashcardsalyssaf16
2024-03-09added a template button to top bar to set default layout. fixed show title ↵bobzel
when value is a list. fixed typeahead for createing notes with templates.
2024-03-09fixed up default text that uses a template to process an initial carriage ↵bobzel
return properly. fixed text with inherited templates to be able to show fields with a default dashField value from template that can be overidden on instance.
2024-03-09flashcard flipsalyssaf16
2024-03-08cleaned up MakeTemplate api and currentUserUtils templates for clicks etc.bobzel
2024-03-07fixed several things related to templates for labels (used as icons) and ↵bobzel
FontIconboxes. Also made labels non uniformly resizable .
2024-03-06fixed plotly/mermaids loading from a new accountbobzel
2024-03-06cleaned up some dropActionType strings. fixed stackingview scrolling when ↵bobzel
always active. fixed schemaView keys dropdown menu to be a popup. cleaned up display of key Finfo's
2024-03-06enabled copy and paste to work with template docs (and not copy template). ↵bobzel
Fixed tempaltes of collections to allow new nodes to be added/removed.
2024-03-05difference between flashcard and comparison nodealyssaf16
2024-03-05fixed text in templates to revert to template value when noTemplate is set. ↵bobzel
made dashFieldView read from datadoc. added margins for multicolumn/row, enabled chromHidden for multicolumn/row
2024-03-05added mermaid and poltly to tools listbobzel
2024-03-05hover to show alt contentalyssaf16
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-29fixed enumgeireann
2024-02-28fixed double click of some icons to make them persist (circle, rectangle, ↵bobzel
fitall).
2024-02-28extracted field dropdown menu to a components and then cleaned up ↵bobzel
collectionTimeView, Documentview titles, and FilterPanel to share it
2024-02-26fixed some string types to be enumerations for dropAction. fixed bug in ↵bobzel
golden layout dragging where a stack's tabs could disappear.
2024-02-23changealyssaf16
2024-02-22replaced freeform document view wrapper with more direct caching of props.bobzel
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-21Merge pull request #295 from brown-dash/data-visualization-sarahbobzel
Data visualization Sarah
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-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-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-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