aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMasonryViewFieldRow.tsx
AgeCommit message (Collapse)Author
2025-06-13updated css and project to HTML5 standards. fixed border rounding for images.bobzel
2025-05-19fixed text boxes to calculate height correctly. removed usertag ↵bobzel
modification time in text. fixed masonry and stacking views with pivots.
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-03-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2025-02-27prevent tagsview from appeqring in spreadsheet. set default fill color only ↵bobzel
if nothing is selected. place column divider at top of stacking/card views. move card view flashcard view to top left independent of margin settings.
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-03-19cleaned up user templates to not get changed on reload. made setting a ↵bobzel
template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc.
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.
2023-12-14cleaning up collectionTime, still a bug when switching into it. replacing ↵bobzel
hig flyout.
2023-12-13cleaned up props/_props handling by inherting from ObservableReactComponentbobzel
2023-12-12fixed and cleaned up snapping linesbobzel
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-12-04trying to do version updates on all npm packages.bobzel
2023-12-03restored hig flyout for now..bobzel
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-08-09fixed resizing from bottomleft. turned on Tools in novice mode. fixed ↵bobzel
aborting editing of tree view titles with escape or click outside. got rid of scrollbar in Tools panel by fixing height of masonry panel. updated browndash-components to fix problem of tooltips getting in away of click events on Tool items.
2023-07-27fixed importElementBox and made importBox be a masonry view. fixed clicking ↵bobzel
background of importBox to deselect everything. fixed masonry view documennt screentolocal and fixed column handle placement. fixed 'never' disable click script flag. fixed color of documentdeocrations title.
2023-06-23cleaned up more issues with pointer events/contents active. fixed dragging ↵bobzel
from piles.
2023-06-06more Symbol updating.bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-01-30fixed pointerEvents for text box footnotes. fixed keyvalue editing to not ↵bobzel
typecheck. fixed schema header field editing from keyvalue pane. fixed webBox error causing overlayview to not work for Repls and others. fixed some layout issues with stackingview columns.
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-17added autoHeight proeprtyButton. cleaned up stackingViewFieldColumn a bitbobzel
2021-03-16more chromeStatus cleanup. Big stripdown of propertiesButtons.bobzel
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed ↵bobzel
chromeStatus disabled to be undefined.
2021-03-11added optional stacking sidebar for PDFs. fixed pdfannos to not show ↵bobzel
linkbutton when selected. fixed stacking views to handle fitwidth text better (make height fit correctly when fitWidth)
2021-03-10made initial load of filterbox much more efficient by preventing incremental ↵bobzel
invalidations. fixed display of sliderBox filters.
2021-03-01final cleanups for simplified drag and drop of annotations. fixed some ↵bobzel
issues rtf focus when creating notes in masonry view. fixed text sidebar.
2021-02-23cleaned up EditableView a bitbobzel
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-11-03fixed masonry view to not create empty documentsbobzel
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-08fixed event handling on embedded textboxes - dash field views need to ↵bobzel
stopPropagation() on pointerdown events, and textBoxes need to handle scroll events when they are rootSelected() (ie, in a template)
2020-09-06extra lineusodhi
2020-09-06more masonry changesusodhi
2020-09-06fixes to row dropusodhi
2020-09-04fixed typos + css + changing value on dropped documents in masonry view + ↵usodhi
ink x + added .mpeg as acceptable audio format
2020-08-23added settings for default text titles. fixed image audio annotatoins. ↵bobzel
fixed captions to not set title. added properties buttons for layout options and removed template layout button. fixed warnings.
2020-08-02fixed runtime warnings. fixed color of title text of stacking and masonry viewsbobzel
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-19fixed color palette for masonry/stacking when zoom level != 1Bob Zeleznik
2020-05-21fixed height of tool button panels in MasonryViewFieldRowBob Zeleznik