aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.scss
AgeCommit message (Collapse)Author
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-02-25added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵bobzel
mostly related to how scss files can be included in each other
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.
2024-01-31cleaned up accessing/setting proto_embeddings with api on Doc. fixed some ↵bobzel
css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params.
2023-12-11fixed includes of scss globals into typescript files.bobzel
2023-09-19fixed tree view hierarchy opening iconsbobzel
2023-08-29cleanupbobzel
2023-08-22Merge branch 'master' into advanced-trailsmonoguitari
2023-07-21fixed additional colour issuesGeireann Lindfield Roberts
and - updated redo shortcut - fixed some things with the tree view (particularly the sorting)
2023-07-18you fix some, you break someGeireann Lindfield Roberts
2023-07-17so many updatesGeireann Lindfield Roberts
2023-04-17minor cleanupbobzel
2023-04-13Compile and make compatible all the scattered code I had for empowering ↵sotech117
trails for dash meeting. Still much to do with ui, but basic functionaltiy is there. Two key things, 1) navigation for branching trails, and 2) ability to runSubroutines on tested trails.
2022-11-09fixed treeViews again to make room for hover buttons properly. fixed ↵bobzel
copying text from pdf to highlight copied regions without always displaying anchor.
2022-10-27cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵bobzel
modified DocumentView rendering to remove pres box refs. fixed mainView width.
2022-09-24Fixed: treeView now doesn't get pointer events if it's not active. fixed ↵bobzel
layout of treeview for pres box. fixed horiz/vert scrolling for trees. fixed not adding Loading docs to recently closed.
2022-09-21restyled document decorationsGeireann Lindfield Roberts
and changed novice mode to exclude `data` in treeView
2022-08-18fixed up presboxelement to not reference presbox.instance. fixing layout of ↵bobzel
presboxelement in treeview. fixing "removing" an inkMask without removing it from the collection so that it can be turned on and off.
2022-05-16made text box body take up entire docview when suppressHeight is set (and ↵bobzel
set suppressSetHeight in muliticolumn view) - this fixes issues with topBar. made tree view rightbuttons clickable again. fixed drag offset when dragging docs that are fitting their container width when the container is wider than the actual document width.
2022-04-27fixed double-click on file sys to lightbox the doc. adjusted how aliases ↵bobzel
are chosen when opening file sys doc. fixed sorting UI of treeviews
2022-04-26added image cropping. made treeView icons show up for file system and ↵bobzel
dashboard, and made them persist invisibly to fix triggering on hover. changed tree view filesystem and dashboard to show expanded icons on hover.
2022-04-13added images to treeView bullets for docs with icons. fixed following ↵bobzel
pushpin links to prototypes to toggle delegates when shown. gave groups a default padding. fixed creating icons to not create unnecessary template docs. fixed toggling isPushpin. made summaries simple links instead of templates.
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-07-10Standardizing Colors, changing global CSS variablesAshley Cai
2021-05-11exclude selected filters, changed cursor to pointerusodhi
2021-04-30cleaned up rightbuttons in treeView and fixed so that they show up in ↵bobzel
dashboard. fixed filters to gatherfield values correctly.
2021-04-04mergingusodhi
2021-03-30more cleanupbobzel
2020-12-31small merge fixesanika
2020-12-31merge and fixanika
2020-12-28more cleaninganika
2020-12-23minor styling fixMelissa Zhang
2020-12-23UI styling changesMelissa Zhang
2020-12-23move lock/hide buttons to StyleProviderMelissa Zhang
2020-12-21hardcoded lock/hide buttonsMelissa Zhang
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-12fixed rtf sidebar to stay visibnle in outline treeview when inking is on. ↵bobzel
changed highlighting based on hover for anitmode buttons to test on msft duo w/ touch.
2020-12-12fixed displaying items (images,et) in treeViews to indent properly. Fixed ↵bobzel
bounds of contentfittingviews in treeViews to be correct.
2020-12-11more documentViewProps cleanup. fixed embedding documents into treeView / ↵bobzel
slide bullet items.
2020-12-11cleaning up more doumentViewProps. reduced use of treeViewDoc prop. added ↵bobzel
hideTitle. fixed background shadow on isButton documents.
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-03fixed default textbox background color. added icons to treevie displaysbobzel
2020-11-13fixed treeView to be able to access active() on contained document in order ↵bobzel
to keep slide sidebar active when sidebar documents are selected. fixed ContetntFittingDocumentView to show fitToBox correctly and more simplhy
2020-09-18cleaned up warnings and split collection tree view into Tree View abobzel