aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionNoteTakingViewColumn.tsx
AgeCommit message (Collapse)Author
2024-04-10more notetaking fixes - turn off autoSize, unobserve children. fixed typing ↵bobzel
a new note to delete placeholder text. added autoCreate for columns. added pivot column selector for notetaking view.
2024-04-10fixed buttons to have an embedContainer. cleaning up notetaking view - ↵bobzel
fixing colors for input buttons, fixing when buttons appear (by extending the column targe to always be 100%)
2024-03-04cleaned up a number of things related to autoHeight and ↵bobzel
stacking/masonry/notetaking views
2024-01-24several fixes to drag/drop so that dropAction's set on target work for tree ↵bobzel
views, notetaking, formattedText, etc. make bringToFront an optional prop.
2024-01-09fixed resizing notetaking columnsbobzel
2024-01-04fixed notetaking & pile views with _propsbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵bobzel
always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument.
2023-09-13added margin and grid gap ui for notetaking view. fixed notetakeing view ↵bobzel
dividers to be active only when they should be. same for multirow/multicol dividers.
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging ↵bobzel
from piles.
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-14major overhaul of field naming conventions.bobzel
2023-03-27changed longPress to always select and to show decorations. fixed ↵bobzel
single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint.
2023-03-25fixed notetakingview pointer/wheel events.bobzel
2023-03-01fix to notetakingiview resizing when deleting a column to force an unset columnbobzel
2023-03-01fixed notetakingview - docs fitting in columns, resizing columnsbobzel
2022-08-26more notetaking cleanupbobzel
2022-08-25fixed issues with reloading notetaking view and having columns be exactly ↵bobzel
the same. fixed adding columns so that changes are actually propagated to the DB. SchemaHeaderFields are bad news...
2022-08-25fixed crashes in notetaking view and cleaned up code a bit. fixed undo of ↵bobzel
column deletion.
2022-08-22cljungster
2022-08-22can't add column if name in useljungster
2022-08-22commented all NoteTakingView filesljungster
2022-08-19persistent resizing undo/redo issuesljungster
2022-08-12sizing works but undo redo no longer doesljungster
2022-08-11ccljungster
2022-08-09Merge branch 'parker' of https://github.com/brown-dash/Dash-Web into parkerljungster
2022-08-05fix for deleting columns to properly trigger reactions and avoid index of ↵bobzel
out bounds
2022-08-05fixed undo of adding column in notetaking viewbobzel
2022-08-05stashing to look at masterljungster
2022-08-04fixed undo/redo for notetaking view. fixed list undo/redo for ↵bobzel
schemaheaderfields -- not very elegant though.
2022-08-04fixed notetaking view to have an 'unset' category for unassigned notes. ↵bobzel
fixed pivot view to not fail when docs have no width.
2022-08-03fixed dragging external documents onto notetaking viewbobzel
2022-08-03fixes for dragging notes so that they highlight properly and go to the right ↵bobzel
place when embedded in freeform views.
2022-06-22push before switching to childDocListljungster
2022-06-16comitting before deleting commentsljungster