aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema
AgeCommit message (Collapse)Author
2023-03-20drag and drop to swap columnsmehekj
2023-03-15column drag in progressmehekj
2023-03-14single filter through search addedmehekj
2023-03-06moved column menumehekj
2023-03-01cells editablemehekj
2023-03-01drag and drop workingmehekj
2023-03-01override onclick scriptmehekj
2023-02-28preserve sort when adding docs, break sort when rearrangingmehekj
2023-02-28arrow key movementmehekj
2023-02-28added dragging codemehekj
2023-02-28selection working (except ctrl+click)mehekj
2023-02-28rows are documentviews (again)mehekj
2023-02-27removed errormehekj
2023-02-27rows are documentviews but clippedmehekj
2023-02-16preview fixesmehekj
2023-02-09doc preview and arrow key movementmehekj
2023-01-30basic sortingmehekj
2023-01-28version without schemarow as documentviewmehekj
2023-01-28checkpoint: schemarow as documentview functioningmehekj
2022-12-07fixed presMovement.none so that no pan or zoom takes place. fixed clicking ↵bobzel
on a presitem to stop audio playing other items.
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-21working cleaned up version of link editor properties in propertiesViewbobzel
2022-11-21column deletion and new key menu fixesmehekj
2022-11-17mostly changing strings to enumsbobzel
2022-11-14cleanupmehekj
2022-11-14added menu for creating new keysmehekj
2022-11-07basic key selection menu createdmehekj
2022-10-24switched drag element to show rowsmehekj
2022-08-18col widths update on add/removemehekj
2022-08-18added external drop and column resizemehekj
2022-08-16add and remove columns (remove buggy for same named headers)mehekj
2022-08-16got formatter to workmehekj
2022-08-15add new doc as schema rowmehekj
2022-08-11drag and drop rows works, needs cleaning upmehekj
2022-08-11bad dragging code in progressmehekj
2022-08-10basic selection completemehekj
2022-08-10basic table in progressmehekj
2022-07-07fixed more errors.bobzel
2022-07-07made columnRenderef for react-table be a simple reactNote instead of ↵bobzel
posisbly a function to avoid type errors.
2022-07-07updated movable column importsbobzel
2022-07-02fixing many eslint errorsbobzel
2022-06-21restored experimental templates. fixed (enabled) pointer events on nested ↵bobzel
column/row views when container is active. got rid of freezeDimensions which wasn't needed and introduced artifacts for views that set it (timeView, GridView)
2022-06-20a bunch of changes to make some userDoc() field accesses more typesafe by ↵bobzel
going through CurrentUserUtils. Some normalization of naming/functionality in CurrentUserUtils
2022-06-09renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at ↵bobzel
same time to not bring up presBox multiple times.
2022-05-26removed more code relating to old version of dashboards with on and off ↵bobzel
screen tab lists. fixed schema headers to not iconify when typing Enter in header field name.
2022-05-13removed layerProvider functionality.bobzel
2022-05-06changed following links to open up icons all the way down to the target ↵bobzel
document. allow StartLink to work with webBox w/ text selection. fixed web clippings to have a cursor and grab keyDown events.
2022-03-18restored Schema views.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel