aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionNoteTakingView.tsx
AgeCommit message (Collapse)Author
2023-07-01turned off notetaking chrome in browse mode. fixed pointereventrs for text ↵bobzel
in/out of browse mode. changed background to be gray by default
2023-06-30fixed onBrowseClick for notetaking. fixed panning when in onBrowse explore ↵bobzel
mode. fixed switching dashboards to not display an empty stack.
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging ↵bobzel
from piles.
2023-06-22cleaned up dragging - abort presItem drags properly, fix naming for ↵bobzel
drag/dropAction, small fix undo of drag removeproperties, dragging in/out of headerBar, fixed isContentActive to avoid SnappingManager.GetIsDragging. fixed resizing videos.
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-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵bobzel
zoom correctly.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-11removed arrangeItems context button for collections to make it a funciton on ↵bobzel
drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs.
2023-04-05adjusted general context menu items to always appear last. cleaned up ↵bobzel
makeLink api,
2023-03-25fixed notetakingview pointer/wheel events.bobzel
2023-03-10fited notetaking view to create headers if they don't exist when switching ↵bobzel
from another view. Also fixed fitWidth typo for collections
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of ↵bobzel
scrollFocus by adding getView() and fixing focus() and restoreTargetView
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-12-16fixed problem with undo. regularized all linkfollowing anchor fields to ↵bobzel
start with followLink<xxx>. added ease vs linear flag for scroll transitions in link and preselmeent navigations. added link follow to move target to specified offset from source. shifted from setting dropAction on items to setting childDropAction on collections
2022-12-01refactored process of following links / jumping to docs and added following ↵bobzel
options for zoomTime, etc instead of setting temporary fields on docs.
2022-11-17mostly changing strings to enumsbobzel
2022-09-27fixed so that following link to video doesn't zoom the video (works the same ↵bobzel
way as PDFs or web pages -- if the document is 'scrollable', then don't zoom in on it as well).
2022-08-26trying to clean up transition times for presbox / jumptoDoc, etc.bobzel
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-24fixed exception in notetakingviewbobzel
2022-08-22fixed undo of add/remove column in notetaking view by reordering @action ↵bobzel
@undoBatch to @undoBatch @action
2022-08-22can't add column if name in useljungster
2022-08-22commented all NoteTakingView filesljungster
2022-08-22commented CollectionNoteTakingViewljungster
2022-08-19fixed undo bug in dragManager where batches weren't being closed. fixed ↵bobzel
schemaheader copy method to copy all parameters. fixed notetaking columnresizer to create an UndoBatch. fixed notetakingview's columnHeaders to return the actual headers list, not a copy. fixed document decorations to not modify docsBeingDragged
2022-08-19persistent resizing undo/redo issuesljungster
2022-08-12sizing works but undo redo no longer doesljungster
2022-08-11persistent header widthsljungster
2022-08-09Merge branch 'parker' of https://github.com/brown-dash/Dash-Web into parkerljungster
2022-08-05fix for adding groups to update schema headers properlybobzel
2022-08-05fix for deleting columns to properly trigger reactions and avoid index of ↵bobzel
out bounds
2022-08-05fixed crash with dropping from filesystem onto notetaking view.bobzel
2022-08-05from lastbobzel
2022-08-05fixed undo of adding column in notetaking viewbobzel
2022-08-05fixed dragging over bottom of notetaking columns.bobzel
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-08-03more cleanup of parker branchbobzel
2022-06-30fixed errors merging with masterbobzel
2022-06-22did it!ljungster
2022-06-22working but not persistentljungster
2022-06-22push before switching to childDocListljungster
2022-06-17hovering between actually worksljungster