aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-21cell highlights consistsent on row movingNathan-SR
2024-06-21refactorNathan-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-19removed unecessary fieldNathan-SR
2024-06-19it's not pretty but it worksNathan-SR
2024-06-19ughNathan-SR
2024-06-18colsort persistsent + one-shot hightlightNathan-SR
2024-06-18work on sortNathan-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-14background color done for real (set consistent brightness level, made ↵Nathan-SR
background lighter)
2024-06-14background color for highlighted cells done (why did this take 2 hours ~_~)Nathan-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-12col menu icon now shows only on hoverNathan-SR
2024-06-12fixed col drag highlight and cleaned up multi-select highlightNathan-SR
2024-06-11added reaction for _docsNathan-SR
2024-06-11doninfosNathan-SR
2024-06-11rowmenu info iconsNathan-SR
2024-06-10bug fixedNathan-SR
2024-06-10sub-collection doc adding refactor complete except for small bugNathan-SR
2024-06-10lock row editingNathan-SR
2024-06-10lockopen iconNathan-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-05adding collection content to schema startedNathan-SR
2024-06-04key search on updateNathan-SR
2024-06-04cNathan-SR
2024-06-03Merge branch 'master' into nathan-starterNathan-SR
2024-06-03merge prepNathan-SR