aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
AgeCommit message (Collapse)Author
2024-05-06eslint cleanupbobzel
2024-05-03fixed not having docs being dragged show up in schema view unless it is active.bobzel
2024-05-03merged with new version of masterbobzel
2024-05-03Merge branch 'master' into nathan-starterbobzel
2024-05-03fixed schema to not drag rows when schema is not active (selected or child ↵bobzel
content active)
2024-05-02removed console.logsNathan-SR
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
2024-05-02arrow selection fixedNathan-SR
2024-05-02lots more dependency cycle unwinding.bobzel
2024-05-02selected cell moves with col; jitter on col move index 0 fixedNathan-SR
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-24column drag highlight (too-thick border on column header)Nathan-SR
2024-04-24column dragging visual update working (but kinda hacky)Nathan-SR
2024-04-24nothing broke; column dragging visual update kind of worksNathan-SR
2024-04-24what brokeNathan-SR
2024-04-23jitter on initial drag fixed (computed value caching)Nathan-SR
2024-04-23out of bounds dragging fixedNathan-SR
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-21out of bounds dragging fixed indexesNathan-SR
2024-04-21dropped rows update index properly so dragging them without re-selecting worksNathan-SR
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-15grouped selected cell dragging aligned properly; dragged cell placement ↵Nathan-SR
offset weirdness fixed; bug introduced where rows being dragged deselect (still placed correctly)
2024-04-11Row dragging no longer interferes with multi-selection; dragged rows render ↵Nathan-SR
where they will be dropped; pointerevent listeners removed from schemarowbox
2024-04-05updates for new css-loaderbobzel
2024-03-31selectionNathan-SR
2024-03-31ctrl selectionNathan-SR
2024-03-30cleanup of import orderings.bobzel
2024-03-23made backspace deleting a schema row undoable. fixed calling chat on string ↵bobzel
fields
2024-03-22Merge branch 'master' into nathan-starterNathan-SR
2024-03-21Update CollectionSchemaView.tsxNathan-SR
push
2024-03-21the decommentingNathan-SR
2024-03-21deselectCells -> ckearSelection in selectCellNathan-SR
2024-03-21multiple cell column switching workingNathan-SR
2024-03-21editing all selected cols workingNathan-SR
2024-03-19routing select through selectCell; shift select kind of working; cell ↵Nathan-SR
selection updating still broken; cell select with shift select broken
2024-03-19multiple cell selection startedNathan-SR
2024-03-18cNathan-SR
2024-03-17DocView 1330 problem statementNathan-SR
2024-03-17use metakey to edit computedfield result instead of expression in schema ↵bobzel
cell, set default new field values on data doc. fixed stacking view from autoresizing when switching to a different collection view. changed syntax for setting fields in text docs to use ':=' for computed fields. Added call to Chat in computed functions when (( )) is used. Added caching of computed function result when a function called by ComputedField uses the _setCacheResult_ method (currently only gptCallChat).
2024-03-17cNathan-SR
2024-03-16summoningNathan-SR
2024-03-14test4Nathan-SR
2024-03-14addDocToSelection test 3Nathan-SR
2024-03-14doc selection testNathan-SR
2024-03-14testNathan-SR
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-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-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-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()