aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/RichTextSchema.tsx
AgeCommit message (Collapse)Author
2021-03-10from lastbobzel
2021-03-10finally completed the process of moving DashDocView into a React compoment ↵bobzel
in DashDocView from RichTextSchema
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-01-27fixed focusing on nested documents in a text document.bobzel
2020-12-14minor cleanupbobzel
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵bobzel
ContentFittingDocView. fixed up web box selections.
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-12fixed screenToLocal for documents within ContentFittingDoc collections. ↵bobzel
fixed embedding documents in texst docs.
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-11-22converted backgroundColor prop to a more general styleProvider.bobzel
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-13got rid of textTemplates which were superfluous. fixed problems with stored ↵bobzel
Marks on templates when creating one by typing and the template is the default layout.
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-29fixed maximize docdecoration to toggle target w/o making an alias. use ↵bobzel
ctrlKey to make an alias. removed dashboardBrush stuff. cleaned up DocDecoartions css slightly
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-21switched from "scenes" to "dashboards"bobzel
2020-08-21trying scenes instead of workspacesbobzel
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-07-17fixed issues with embedded text boxes in text boxes when displayed multiple ↵Bob Zeleznik
times (alias or minimap). fixed richtextmenu to always "point to" the selected text box.
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-16cleaned up some of the prosemirror plugin views.Bob Zeleznik
2020-06-16Merge branch 'master' into RichTextEditionBob Zeleznik
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-05-27isolated files. Only DashDocView left.Safae Merigh
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-04added toggle switch to default templatesBob Zeleznik
2020-04-29fixes for text layout strings.Bob Zeleznik
2020-04-28rearranged text filesBob Zeleznik