aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
AgeCommit message (Collapse)Author
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-03-13trying to make table cell styles look cleaner. added tab/Enter navigation ↵bobzel
of schema.
2025-03-12made @... create dashField views instead of [@..]. minor cleanup of ↵bobzel
dashFieldView and schemaCellField. made schemaCellField call focus() when SetIsFocused is called so that dashFieldView boxes are editable when clicked. Made overlay of documentIcons appear whenever cells are focused and disappear on blur.
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵bobzel
mostly related to how scss files can be included in each other
2024-10-10schema cell editing div height 100%Nathan-SR
2024-07-02keymenu changesNathan-SR
2024-06-28colkeys menu width conforms to column withNathan-SR
2024-06-28header text no longer shifts left on hoverNathan-SR
2024-06-20some progress on eq text highlightingNathan-SR
2024-06-11rowmenu info iconsNathan-SR
2024-06-07lots of UI improvementsNathan-SR
2024-06-04cNathan-SR
2024-06-03new columns display blankNathan-SR
2024-05-15columheader editing working!! (kinda hacky using readonly input revisit)Nathan-SR
2024-05-14editable columnheader progress; still not updating properly on adding new colNathan-SR
2024-05-05Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-05-02thick borders between colheaders fixedNathan-SR
2024-03-28fixed tabbing between items in nested dashFieldViewsbobzel
2024-03-06cleaned up some dropActionType strings. fixed stackingview scrolling when ↵bobzel
always active. fixed schemaView keys dropdown menu to be a popup. cleaned up display of key Finfo's
2024-02-19Merge branch 'master' into data-visualization-sarahsrichman333
2024-01-31cleaned up accessing/setting proto_embeddings with api on Doc. fixed some ↵bobzel
css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params.
2024-01-29mergesrichman333
2024-01-22fixed schema rows to render, fix for resizing docs from left side. all ↵bobzel
locking docs in non freeform view. fix for labelBox with multiple rows to keep top rows. cleaned up docViewPath/containerViewPath &
2024-01-12live schema toggle works on refreshsrichman333
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-09-12dropping link button on same collection makes a pushpin. fixed broken undo ↵bobzel
typing to crate doc in sidebar. fixed min/max scaling for cropped images and made annotationOverlays start to use it. Fixed nested text boxes to stopPropagation on pointer down to enable editing of translations in sidebar. moved sidebar filters onto doc's filters. Added metadata filters back to sidebar. Added an -any- option to filtersPanel. fixed schema view preview window, added buttons and sliders.
2023-08-28adjusted placement of new Node in schema to not hide behind undo/redobobzel
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-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-12readonly fields and schema key info displaymehekj
2023-04-10fixed schema table scroll bar cssmehekj
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-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-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-22shift enter shortcut to fill columnmehekj
2023-03-15column drag in progressmehekj
2023-03-14single filter through search addedmehekj
2023-03-06moved column menumehekj
2023-02-28rows are documentviews (again)mehekj
2023-02-27rows are documentviews but clippedmehekj
2023-02-09doc preview and arrow key movementmehekj
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-14cleanupmehekj
2022-11-14added menu for creating new keysmehekj
2022-11-07basic key selection menu createdmehekj
2022-10-24switched drag element to show rowsmehekj