aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/SchemaColumnHeader.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-05-10changed how we corsProxy web pages to be simpler and work better. changed ↵bobzel
dragging off annotations after text selections to only create a text doc whent the drop target is the parent collection -- otherwise links are created.
2025-04-23lots of typechecking fixes.bobzel
2025-01-01monorepo setupGeireann Lindfield Roberts
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-04more lint fixes to schema view changes.bobzel
2024-10-01commitNathan-SR
2024-10-01Merge branch 'master' of https://github.com/brown-dash/Dash-Web into ↵Nathan-SR
nathan-starter
2024-09-29lintingNathan-SR
2024-09-22header comments + change to cellfield updatingNathan-SR
2024-09-19cleaning up/commenting schemaviewNathan-SR
2024-09-08schema changes revertedNathan-SR
2024-08-12more any -> type fixesbobzel
2024-07-02resizer right workingNathan-SR
2024-07-01fonticonbox no longer added when dragged from tools menuNathan-SR
2024-07-01keymenu no longer opened on dragged col dropNathan-SR
2024-06-30removing column closes menu and stops editingNathan-SR
2024-06-30adding columns to left/right of other columnNathan-SR
2024-06-28dragging col stops editing of schema headerNathan-SR
2024-06-28col drag stutter fixedNathan-SR
2024-06-28header text no longer shifts left on hoverNathan-SR
2024-06-17persistent sort option added, still need UI indication; some header ↵Nathan-SR
bugs/weirdness fixed
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-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-07lots of UI improvementsNathan-SR
2024-06-05adding collection content to schema startedNathan-SR
2024-06-04key search on updateNathan-SR
2024-06-04cNathan-SR
2024-06-03new columns display blankNathan-SR
2024-05-15columheader editing working!! (kinda hacky using readonly input revisit)Nathan-SR
2024-05-14removed logs; added some comments; added safeguard against duplicate fieldsNathan-SR
2024-05-14editable columnheader progress; still not updating properly on adding new colNathan-SR
2024-05-13columnheader editing progressNathan-SR
2024-05-13equation parser works but occasional call stack errorNathan-SR
2024-05-13editable column header startedNathan-SR
2024-05-03merged with new version of masterbobzel
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-06-13fixed updating cached docs when opening a backlinks collection. added some ↵bobzel
FieldInfo types and added 'enumeration' field display in schema view. fixed bug in schema view column sizing. updated a bunch of standard field names to be more consistent.
2023-05-16fixed bugs with goldenlayout dragging and undoing. fixed searching for ↵bobzel
filter values in sidebars. Stopped creating empty list for collections when datafield() is accessed because it messes up undo of a collection. fixed tab title editing. from marquee. Added UndoStack UI and additional naming support in code.
2023-05-13changed EditableViews to support oneline and multiline. Also added ↵bobzel
transformer UI to allow documents to be entered. changed transformer to write doc id's, not variables.. made schema view support oneline and fixed bug with docdecoration hader occluding things invisibly. updated web pages to be zoomable and for its anchors to update web page and scroll location properly. made autolinkanchor directly go to target on click.
2023-04-19added date fieldinfo, fixed column drag&dropmehekj