aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema
AgeCommit message (Collapse)Author
2025-03-30changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵bobzel
card view. fixed css scaling for styleprovider icons and annotation resizer
2025-03-27fix so that schemacellfield doesn't trigger a finalizeEdit when it's not ↵bobzel
editing. added 'red' color for template fields to schematablecell. fixed set field to allow setting data fields when field is an '_' and no template. fixed setting '=' when getting a keyValueString for empty fields with an '_' key.
2025-03-27fixed quoted expressions in schema cells to not evaluate.bobzel
2025-03-27restore DashFieldView editing by changing schemaCellField to setContent on ↵bobzel
editing.
2025-03-26from lastbobzel
2025-03-26from lastbobzel
2025-03-26fixed keyValue box assignments so that '_' assigns to template unless value ↵bobzel
starts with '=' (then root doc). fixed deleting template keys in keyValuePair. fixed schemaTableCell to show current editable value (not last edited value) when editing layout and data doc values. updated DocumentOptions API.
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
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-03-09removed simulation doc. fixed empty imageBox uploading. fixed script ↵bobzel
typechecking. fixed metadata doc. fixed setting background colors of docs that have a template.
2025-03-07fixed following text hyperlinks to Docs. fixed using fieldinfos for ↵bobzel
DashFieldViews to get appropriate Schmema cell input. fixed dashFieldView to show correct input editor for field type.
2025-03-07fixed columnWidth settings for sidebar. fixed color picker and other ↵bobzel
dropdowns to toggle when button is clicked. fixed dash field views to collapse properly. fixed rtf to honor marks that were set before text box is created and typing starts.
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
2025-01-27adjusted dash field views to work with new schemacells (eg mermaids docs)bobzel
2025-01-01monorepo setupGeireann Lindfield Roberts
2024-10-28reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵bobzel
boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox.
2024-10-10schema cell editing div height 100%Nathan-SR
2024-10-09Merge branch 'nathan-starter' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-10-09small changes for pull request; removed schema type reference in ↵Nathan-SR
editableview; a couple lint changes
2024-10-04from lastbobzel
2024-10-04from lastbobzel
2024-10-04more lint fixes to schema view changes.bobzel
2024-10-01added dompurifyNathan-SR
2024-10-01Merge branch 'nathan-starter' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-10-01commitNathan-SR
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-30fixed so that you can't set the author field from the schema view. fixed ↵bobzel
schema view to not trigger cell updates after cells have been unmounted (e.g, so that dragging a tab over a schema vew doesn't crash)
2024-09-29lintingNathan-SR
2024-09-22header comments + change to cellfield updatingNathan-SR
2024-09-19cleaning up/commenting schemaviewNathan-SR
2024-09-18fixed filtering; cells update properly with inputNathan-SR
2024-09-08schema changes revertedNathan-SR
2024-08-12more any -> type fixesbobzel
2024-07-30Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-07-12basic doc creation from templates workingNathan-SR
2024-07-12Fixed nested collections in templates. cleaned up some cod.egeireann
2024-07-06wheel spinningNathan-SR
2024-07-03schemacell refactor startedNathan-SR
2024-07-02keymenu changesNathan-SR
2024-07-02resizer right workingNathan-SR
2024-07-02eq highlight cycling inconsistency fixedNathan-SR
2024-07-01highlighting then un-highlighting a selected cell with equations now ↵Nathan-SR
properly maintains original select highlight
2024-07-01fonticonbox no longer added when dragged from tools menuNathan-SR
2024-07-01keymenu no longer opened on dragged col dropNathan-SR
2024-06-30deleting column no longer messes up drag highlight; removed unecessary ↵Nathan-SR
documents.ts changes
2024-06-30removing column closes menu and stops editingNathan-SR
2024-06-30adding columns to left/right of other columnNathan-SR
2024-06-29highlight updates properly when highlighted cell is selected; no longer ↵Nathan-SR
possible to add EmptyKey to equation
2024-06-29cyclic preset colors for eqhighlightsNathan-SR