aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaRowBox.tsx
AgeCommit message (Collapse)Author
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