aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaRowBox.tsx
AgeCommit message (Collapse)Author
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
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-04more lint fixes to schema view changes.bobzel
2024-09-29lintingNathan-SR
2024-09-22header comments + change to cellfield updatingNathan-SR
2024-09-08schema changes revertedNathan-SR
2024-07-12basic doc creation from templates workingNathan-SR
2024-07-01highlighting then un-highlighting a selected cell with equations now ↵Nathan-SR
properly maintains original select highlight
2024-06-28fixed selected row highlight on new colNathan-SR
2024-06-28header text no longer shifts left on hoverNathan-SR
2024-06-26self-reference warning addedNathan-SR
2024-06-25focus is no longer lostNathan-SR
2024-06-25progress on refSelect (single click to add cell to equation)Nathan-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-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-21refactorNathan-SR
2024-06-20eq highlight working 70%Nathan-SR
2024-06-20some progress on eq text highlightingNathan-SR
2024-06-13cell highlighting from equations WORKS!Nathan-SR
2024-06-12cell value parser for highlighting cells used in equation works; need to ↵Nathan-SR
implement actual VU
2024-06-12col menu icon now shows only on hoverNathan-SR
2024-06-12fixed col drag highlight and cleaned up multi-select highlightNathan-SR
2024-06-11rowmenu info iconsNathan-SR
2024-06-10sub-collection doc adding refactor complete except for small bugNathan-SR
2024-06-10lock row editingNathan-SR
2024-06-10adding/removing children from collection works (probably buggy); backspace ↵Nathan-SR
delete broken
2024-06-07sort overhaul for columnheader menu cleanup (sort is now a single action, ↵Nathan-SR
not a persistent toggle; more like google sheets now)
2024-06-07add col button tooltip + row menu icon changeNathan-SR
2024-06-07lots of UI improvementsNathan-SR
2024-06-05cNathan-SR
2024-06-05row menu rework, icons mostly goodNathan-SR
2024-06-03merge prepNathan-SR
2024-05-13columnheader editing progressNathan-SR
2024-05-09goodbye old parser ;( hello new parser :)Nathan-SR
2024-05-07lint cleanup for schemaviewbobzel
2024-05-03merged with new version of masterbobzel
2024-05-03fixed schema to not drag rows when schema is not active (selected or child ↵bobzel
content active)
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-15grouped selected cell dragging aligned properly; dragged cell placement ↵Nathan-SR
offset weirdness fixed; bug introduced where rows being dragged deselect (still placed correctly)
2024-04-11Row dragging no longer interferes with multi-selection; dragged rows render ↵Nathan-SR
where they will be dropped; pointerevent listeners removed from schemarowbox
2024-03-31ctrl selectionNathan-SR
2024-03-21multiple cell column switching workingNathan-SR
2024-03-21editing all selected cols workingNathan-SR
2024-03-19routing select through selectCell; shift select kind of working; cell ↵Nathan-SR
selection updating still broken; cell select with shift select broken
2024-03-19multiple cell selection startedNathan-SR