aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DropConverter.ts
AgeCommit message (Collapse)Author
2024-10-01more lint fixesbobzel
2024-10-01more annopalette related cleanupbobzel
2024-09-02cleaned up updateIcon to use promises to avoid a bunch of setTimeoutsbobzel
2024-08-27Merge branch 'master' into eleanor-gptdraweleanor-park
2024-08-27pulling from mastereleanor-park
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-24bug and render fixeseleanor-park
2024-04-19fixed text search highlighting. fixed first typed characfter of note to ↵bobzel
have marks.
2024-03-19cleaned up user templates to not get changed on reload. made setting a ↵bobzel
template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc.
2024-03-08cleaned up MakeTemplate api and currentUserUtils templates for clicks etc.bobzel
2024-03-06fixed plotly/mermaids loading from a new accountbobzel
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-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-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()
2023-10-21change 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-08-27lots 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-07-17so many updatesGeireann Lindfield Roberts
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-11removed arrangeItems context button for collections to make it a funciton on ↵bobzel
drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs.
2022-08-23fixed button icon for drop converting buttonsbobzel
2022-06-30fixed up some more initializationbobzel
2022-04-29cleaned up creation of icon templates. fixed labelBox to support padding ↵bobzel
and to work with multiple lines and min font sizes.
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2020-09-16a bunch of changes to dragging/selection of ui buttons to turn off context ↵bobzel
menus, remove close buttons on doc decoartions, fix the title region fo tabs,
2020-09-13got rid of textTemplates which were superfluous. fixed problems with stored ↵bobzel
Marks on templates when creating one by typing and the template is the default layout.
2020-09-12fixed stacking view selections to have the right bounding box. fixed text ↵bobzel
boxes to work with headerVIew template which has multiple text boxes in it.
2020-08-12fixed dragging of icons from Tools panel to side menu panel - no aliases are ↵bobzel
created so items can now be moved around sensibly
2020-07-25made buttons turn into fonticons on iconify. droppin fonticons onto linear ↵Bob Zeleznik
views keeps them as buttons. droppin buttons on linear view makes them fonticons. fixed ColletionMenu scripts to work with templates by usin self instead of this. fixed pointer events with text boxes for filterview & normal. fixed fieldKey deletin and addin
2020-06-17fixed dropping toolicons to make aliasesBob Zeleznik
2020-06-06changing { to ( and adding ,anika-ahluwalia
2020-06-03fixed wrapped params except onResizeanika-ahluwalia
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-03extended documentBox's to support drag and drop of style. reorganized ↵Bob Zeleznik
imports to avoid some cycles
2020-05-03added DelegateDocument creator. switched default templates to delegates.Bob Zeleznik
2020-04-10fixed parameterized templates after refactorBob Zeleznik
2020-04-10more cleanup for layoutDoc/dataDoc/rootDoc updates. fix to doc filtering ↵Bob Zeleznik
checkboxes getting filtered. fix to template captions. fixes to generalize LabelDoc's buttonParms
2020-04-09added initial script template (onClick) for script behaviorsBob Zeleznik
2020-04-08fixed isButton => isLinkButton updatesBob Zeleznik
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-04-04fixed not-selection buttons when clicked.Bob Zeleznik
2020-03-30tested nested templates and remote doc field embedding in text viewBob Zeleznik
2020-03-29working version of nested templates both inside and outside of text boxes.Bob Zeleznik
2020-03-29fixed makeTemplate to allow for nested templatesBob Zeleznik
2020-03-23fixed RichTextMenu to not obscure selection. fixed templateMenu to display a ↵Bob Zeleznik
TreeView document of options. fixed resize in docDecorations for dragging corners other than bottom-right.
2020-03-04fixed some template stuff broken when changing data->text. fixed dashFieldViewsBob Zeleznik
2020-03-03several fixes to templates (simplified expanding, notes use 'text' field ↵Bob Zeleznik
now, collections show documents when their data field is not a list). multicol/row resizers select their doc.
2020-02-11added ability to pass a Layout as a prop. changed presentations to use ↵bob
layout props. fixed creating a template for just an empty collection representing one field.
2020-01-30small template fixes for text mostly.bob