aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaRowBox.tsx
AgeCommit message (Collapse)Author
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
2022-08-18added external drop and column resizemehekj
2022-08-16got formatter to workmehekj
2022-08-15add new doc as schema rowmehekj
2022-08-11drag and drop rows works, needs cleaning upmehekj
2022-08-11bad dragging code in progressmehekj
2022-08-10basic selection completemehekj
2022-08-10basic table in progressmehekj