aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaColumnHeader.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-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-19added date fieldinfo, fixed column drag&dropmehekj
2023-04-10Merge branch 'master' into schema-mehekmehekj
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵bobzel
items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview
2023-04-03fixed dragging doc out of schema and removing schema column sortmehekj
2023-03-23got rid of right resizer in schema view columnsbobzel
2023-03-23updated add/remove column in schema view to fit UI better and change css to ↵bobzel
truncate field name. changed min col width to 25.
2023-03-15column drag in progressmehekj
2023-03-14single filter through search addedmehekj
2023-03-06moved column menumehekj
2023-02-09doc preview and arrow key movementmehekj
2023-01-30basic sortingmehekj
2023-01-28version without schemarow as documentviewmehekj
2022-11-21column deletion and new key menu fixesmehekj
2022-11-14cleanupmehekj
2022-11-14added menu for creating new keysmehekj
2022-11-07basic key selection menu createdmehekj
2022-08-18added external drop and column resizemehekj
2022-08-16add and remove columns (remove buggy for same named headers)mehekj
2022-08-16got formatter to workmehekj
2022-08-10basic table in progressmehekj