aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaRowBox.tsx
AgeCommit message (Collapse)Author
2024-03-18cNathan-SR
2024-03-14testNathan-SR
2024-03-14Schema row option order changedNathan-SR
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-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()
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all ↵bobzel
locking docs in non freeform view. fix for labelBox with multiple rows to keep top rows. cleaned up docViewPath/containerViewPath &
2024-01-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-29cleaned up presElementBox and did more this.rootDoc => this.Document/layoutDocbobzel
2023-11-15schema code cleanupbobzel
2023-11-14fixed pointer events with nested views in texst boxes. fixedbobzel
2023-09-12dropping link button on same collection makes a pushpin. fixed broken undo ↵bobzel
typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders.
2023-09-08made schema close/preview buttons real buttons.bobzel
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-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-05-14major overhaul of field naming conventions.bobzel
2023-05-13changed EditableViews to support oneline and multiline. Also added ↵bobzel
transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click.
2023-04-27fixed some undo issues with schema fill down. added bool cell view. added ↵bobzel
UI for showing/setting values on layout vs data docs.
2023-04-27performance tuning for schema views to avoid re-rendering each table cell ↵bobzel
when child docs change.
2023-04-27fixed editing schema cells with keyboard onlymehekj
2023-04-27trying to get schema keyboard controls workingmehekj
2023-04-24crappy version of schema image cell preview on hovermehekj
2023-04-19Merge branch 'master' into schema-mehekmehekj
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-12readonly fields and schema key info displaymehekj
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ↵bobzel
of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable',
2023-03-24fixed showing keyValueBox when document opacity is 0 or it is hidden. fixed ↵bobzel
toggling link targets. fixed sorting and undoing schema view changes.
2023-03-24overhaul of selection api so that schema and other views behave like ↵bobzel
freeform and use document views onClick for selection
2023-03-23fixed dragging schema rows. fixed not being able to click row buttons ↵bobzel
unless schema view is active.
2023-03-23fixed up pointer events so that schema and freeform items can be selected ↵bobzel
without selecting the collection. however, dragging the item drags the collection unless the collection is selected. cleaned up selected docs in schema to not keep a parallel observableSet to SelectionManager..
2023-03-22shift enter shortcut to fill columnmehekj
2023-03-01cells editablemehekj
2023-03-01drag and drop workingmehekj
2023-03-01override onclick scriptmehekj
2023-02-28preserve sort when adding docs, break sort when rearrangingmehekj
2023-02-28arrow key movementmehekj
2023-02-28added dragging codemehekj
2023-02-28selection working (except ctrl+click)mehekj
2023-02-28rows are documentviews (again)mehekj
2023-02-27rows are documentviews but clippedmehekj
2023-01-28version without schemarow as documentviewmehekj
2023-01-28checkpoint: schemarow as documentview functioningmehekj
2022-11-21column deletion and new key menu fixesmehekj
2022-11-07basic key selection menu createdmehekj
2022-10-24switched drag element to show rowsmehekj