aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.tsx
AgeCommit message (Expand)Author
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 offse...Nathan-SR
2024-04-11Row dragging no longer interferes with multi-selection; dragged rows render w...Nathan-SR
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
2024-03-22Merge branch 'master' into nathan-starterNathan-SR
2024-03-21Update CollectionSchemaView.tsxNathan-SR
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 selecti...Nathan-SR
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 cell...bobzel
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 al...bobzel
2024-02-26fixed some string types to be enumerations for dropAction. fixed bug in gold...bobzel
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges are...bobzel
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree v...bobzel
2024-01-23reorganization of DocumentView, DocumentViewInternal and FieldView methods an...bobzel
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all lockin...bobzel
2024-01-22cleaned up viewPath methods and LightboxView's containment apibobzel
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2024-01-03cleaned up screenToLocalTransform in several places by making it additional m...bobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in @co...bobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ...bobzel
2023-11-30final rootDoc refactoringbobzel
2023-11-29numerous changes to fix bugs and to fix/remove old or hacky code. fixed doc ...bobzel
2023-11-15schema code cleanupbobzel
2023-11-14fixed pointer events with nested views in texst boxes. fixedbobzel
2023-11-14simplified goldenlayout tab buttons and made open in lightbox more accessible...bobzel
2023-11-07Changed how selection works to avoid invalidations. Fixed Cast problem with P...bobzel
2023-10-04several fixes for webclips, linking to pdf/web, fonticon dropdowns. removed s...bobzel
2023-09-13fixed input new node for schemabobzel
2023-09-12dropping link button on same collection makes a pushpin. fixed broken undo ty...bobzel