aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesDocBacklinksSelector.tsx
AgeCommit message (Collapse)Author
2025-04-23lots of typechecking fixes.bobzel
2024-08-09a bunch more typing fixes.bobzel
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-29eslint fixes.bobzel
2024-04-23more lint cleanupbobzel
2024-02-05changed backgroundColor to set on dataDocs. fixed pivoting on tags. fixed ↵bobzel
link description editing popup. fixed showing link editor in property view - still some weirdness in what is selected. fixed dragging tree view items to set dragData.treeview and be able to drop at bottom of tree. fixed addFolder menu option for TreeViews to add locally.. added a function to collect all docs of a given tag into a collection. fixed setting default font size to update autolayouts. changed dropping link onto same collection to not leave pushpin. fixed minimap thumb updating. added fieldvalue dropdown for dashFieldViews in text.
2023-12-29cleaned up imports, mobx observable initialization and some compile errors.bobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-09-06fixed undo of link anchor togglebobzel
2023-09-06added undo for removing dashboards and add to recently closed. fixed link ↵bobzel
menu to open up link editor more direclty
2023-08-28trying to fix more colorsbobzel
2023-07-17so many updatesGeireann Lindfield Roberts
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-14major overhaul of field naming conventions.bobzel
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵bobzel
zoom correctly.
2023-02-23fix so that link menu will populate correctly in properties view.bobzel
2022-11-21working cleaned up version of link editor properties in propertiesViewbobzel
2022-11-17mostly changing strings to enumsbobzel
2022-04-28fixed linkEditor to work when invoked from documentButtonsBar and properties ↵bobzel
sidebar is up.
2022-04-27unhide documents when viewing them from properties context/backlinksbobzel
2022-04-06uses linkMenu in propertiesWindow now. updated linkMenu api, changed ↵bobzel
layout, made groups collapsible
2022-03-31cleaned up addDocTab for properties views to allow toggling of targetsbobzel
2022-03-29added a backlinks property category. fixed context property category to ↵bobzel
update without using search. fixed double tap on links button to always show linkpivot doc. fixed dragging docs to a tab to not switch to tab dragging mode.