aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaCellField.tsx
AgeCommit message (Collapse)Author
2025-06-23fixed invalidations to not trigger creating new refs when ref= was assigned ↵bobzel
to an anonymous function. fixed scribble erase to not delete everything it overlaps, just things it intersects with or contains. fixed ink to have a Math mode and fixed math recognition myscript calls.
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-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-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.
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-01added dompurifyNathan-SR
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-18fixed filtering; cells update properly with inputNathan-SR
2024-09-08schema changes revertedNathan-SR
2024-07-06wheel spinningNathan-SR
2024-07-03schemacell refactor startedNathan-SR
2024-07-01highlighting then un-highlighting a selected cell with equations now ↵Nathan-SR
properly maintains original select highlight
2024-06-28header text no longer shifts left on hoverNathan-SR
2024-06-26self-reference warning addedNathan-SR
2024-06-26removing 0s from settimeut + minor sorted col highlight color changeNathan-SR
2024-06-25changing cursor position updates refselectmodeNathan-SR
2024-06-25enhanced refselect logicNathan-SR
2024-06-25cursor position reset properly, appendtext has atCursor optionNathan-SR
2024-06-25focus is no longer lostNathan-SR
2024-06-25refselect consistencyNathan-SR
2024-06-25scrolling for field textNathan-SR
2024-06-25progress on refSelect (single click to add cell to equation)Nathan-SR
2024-06-24cell/column highlight interactions (maybe some minor bugs left but at least 95%)Nathan-SR
2024-06-24Work on persistent sort highlight + equation highlight inteeractionNathan-SR
2024-06-23col filling (really external setting of cell fieldval) works properly ↵Nathan-SR
(reaction); moved 'remove doc' option to bottom of row menu
2024-06-23text highlight works with 'this.' formatNathan-SR
2024-06-23drag text highlightingNathan-SR
2024-06-23text cursor icon in cellNathan-SR
2024-06-22moving row no longer messes up cell field (of course it was batching...)Nathan-SR
2024-06-22work on cell field (numerous bugs fixed: spaces now make new divs, invalid ↵Nathan-SR
refs no longer break things, valid->invalid ref causes update properly)
2024-06-21fixed bug where equation didn't save in cell field on reloading (batching issue)Nathan-SR
2024-06-20eq highlight working 70%Nathan-SR
2024-06-20some progress on eq text highlightingNathan-SR
2024-06-20cursor position consistency for schema cell fieldNathan-SR
2024-06-17schema cell editable field class startedNathan-SR