aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaTableCell.tsx
AgeCommit message (Collapse)Author
2024-06-29highlight updates properly when highlighted cell is selected; no longer ↵Nathan-SR
possible to add EmptyKey to equation
2024-06-28fixed selected row highlight on new colNathan-SR
2024-06-28col drag stutter fixedNathan-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-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-17persistent sort option added, still need UI indication; some header ↵Nathan-SR
bugs/weirdness fixed
2024-06-17schema cell editable field class startedNathan-SR
2024-06-15text highlighting works with 'this.' formatNathan-SR
2024-06-14func parser bug where multiple references to same doc didn't parse correctly ↵Nathan-SR
fixed
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-12fixed col drag highlight and cleaned up multi-select highlightNathan-SR
2024-06-10bug fixedNathan-SR
2024-06-10lock row editingNathan-SR
2024-06-07lots of UI improvementsNathan-SR
2024-06-04cNathan-SR
2024-06-03merge prepNathan-SR
2024-06-03new columns display blankNathan-SR
2024-05-14editable columnheader progress; still not updating properly on adding new colNathan-SR
2024-05-13editable column header startedNathan-SR
2024-05-09goodbye old parser ;( hello new parser :)Nathan-SR
2024-05-09fixed mergeNathan-SR
2024-05-09Merge branch 'nathan-starter' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-05-08schema cell tag functions writtenNathan-SR
2024-05-08lots of api cleanup and cycle removalbobzel
2024-05-07lint cleanup for schemaviewbobzel
2024-05-03merged with new version of masterbobzel
2024-05-03Merge branch 'master' into nathan-starterbobzel
2024-05-03fixed schema to not drag rows when schema is not active (selected or child ↵bobzel
content active)
2024-05-02another push to remove cycles by pushing things onto Doc and DocumentViewbobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-05-02selected cell moves with col; jitter on col move index 0 fixedNathan-SR
2024-04-28simplified explore mode implementationbobzel
2024-04-25added toList() for Doc|Doc[]bobzel
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
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-31selectionNathan-SR
2024-03-31ctrl selectionNathan-SR
2024-03-30updated mermaids template. updated paintFunc to also render the underlying ↵bobzel
code text so that the paintFunc will update if dashFields in the code change. fixed schema views to render templates properly in preview. fixed text to only modify the data doc. changed setPixels in imageBox to not consider scaling of outer containers.
2024-03-28fixed tabbing between items in nested dashFieldViewsbobzel