aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema
AgeCommit message (Collapse)Author
2023-05-17changed creationDate to author_date. fixed undo bug with webboxes. fixed ↵bobzel
menu problems with Open New Embedding and moved some collection menu items to buttons/
2023-05-17fixed scrolling/panning on fitWidth images. fixed drag/zoom conflicts for ↵bobzel
overlayDocs that are pannable.
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-27another fix for fieldInfosbobzel
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-27fixed retrieving fields in schema view.bobzel
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-26fixed selection with sorted docsmehekj
2023-04-26fixed schema row arrow key movement and scrollingmehekj
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-19added date fieldinfo, fixed column drag&dropmehekj
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-12readonly fields and schema key info displaymehekj
2023-04-11some fixes to schema filtering, wipmehekj
2023-04-10fixed schema table scroll bar cssmehekj
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-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-24from lastbobzel
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-23fixed schema view to not let its contents be active (selectable/draggable) ↵bobzel
unless schema itself is active.
2023-03-23got rid of right resizer in schema view columnsbobzel
2023-03-23more adjustments to schema column resizing.bobzel
2023-03-23fixed outer freefrom from scrolling when scrolling the new fields list in a ↵bobzel
SchemaView
2023-03-23fixed setting filter value in schema view by clicking donebobzel
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-23fixed link linesmehekj
2023-03-22shift enter shortcut to fill columnmehekj
2023-03-22updated component librarymehekj
2023-03-22render filter option dropdownmehekj
2023-03-20drag and drop to swap columnsmehekj
2023-03-15column drag in progressmehekj
2023-03-14single filter through search addedmehekj
2023-03-06moved column menumehekj