aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaTableCell.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-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-18fixed comparison box resizing. fixed editing table cells.geireann
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-13fixed caption scrolling in carousel view. fixed display of audio tags in ↵bobzel
textboxes. fixed screengrab video upload and made dictation view possible (but needs reworking)
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-28added RTF cell type for schema. fixed formatting DateFields so that they ↵bobzel
can be set from kvp/schema. prevented on infinite loop possibility when setting proto to itself.
2023-04-27one more fix to setting on data/layout for undefined values on '_' fields.bobzel
2023-04-27from last - fix for fill down to write to layout /data doc properly.bobzel
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-27from lastbobzel
2023-04-27forced 'hidden' documents to appear in schema. added colorizing/underlining ↵bobzel
to schema cells to indicate if value is on layout, data, or proto
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-20added schema cell types for images and datesmehekj
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-22shift enter shortcut to fill columnmehekj
2023-03-22render filter option dropdownmehekj
2023-03-15column drag in progressmehekj
2023-03-06moved column menumehekj
2023-03-01cells editablemehekj
2023-02-28selection working (except ctrl+click)mehekj
2023-02-27rows are documentviews but clippedmehekj
2023-01-30basic sortingmehekj
2022-08-16got formatter to workmehekj
2022-08-10basic table in progressmehekj