aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaRowBox.tsx
AgeCommit message (Collapse)Author
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
2024-03-18cNathan-SR
2024-03-14testNathan-SR
2024-03-14Schema row option order changedNathan-SR
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-23reorganization of DocumentView, DocumentViewInternal and FieldView methods ↵bobzel
and props. fix for selection bug after following a link. migrating to use [DocData] instad of GetProto()
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-18lots of changes to try to simplify API for viewPaths and relatedbobzel
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel