aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/SchemaTable.tsx
AgeCommit message (Collapse)Author
2021-07-12Revert "Merge pull request #13 from brown-dash/revert-12-schema-view-En-Hua"geireann
This reverts commit ac561d34fa56584a10c401900e76a8a2e06a0cf6, reversing changes made to 0443cb9267d808513e181e3130d69dde8e73018e.
2021-07-12Revert "Schema view En-Hua — added ability to type strings in without ↵Geireann Lindfield Roberts
quotes, as well as formatting reflecting nested containers"
2021-07-06reoganization of schema view files, partial0x85FB9C51
2021-03-30fixed a bunch of compile errors. activated Clear button for recently closed ↵bobzel
tree views.
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-16cleaned up propertiesbuttons a bit. added lockTransform button. changed ↵bobzel
chromeStatus disabled to be undefined.
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
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-13removed ContentScaling={returnOne} from a lot of placesbobzel
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-10more cleanup/organization of 'props' . removed VisibleHeight props and ↵bobzel
cleaned up PDF and other props
2020-12-10fixed filterBox/TreeView to support checkboxes again. Simplified ↵bobzel
{DocumentView/CollectionView/FieldView}props
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-10-08fixed backspacing to delete schemaviewsbobzel
2020-10-08fixed adding/removing schema columns. fixed showing text/ink tools in menu ↵bobzel
at right time. cleaned up schema view a bit and fixed drag bar from disappearing when shown in full tab.
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-25adjusted when schema view scrollbar appearbobzel
2020-08-25major rewrite of schema table and schem cells. lists/docs work now. dates ↵bobzel
display better. resizing is better and faster (but not fast).
2020-08-25made schema lines darkerbobzel
2020-08-24changed names of currentFrame, curPage, and currentTimecode to start with ↵bobzel
"_'. moved actions out of the properties options buttons to colelction menu.
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-22more search cleanup. searches over dashboards, not collections now. fixed ↵bobzel
drag-off filters to still work with collections.
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-19cleaning lint errorsbobzel
2020-08-19fixed dragging aliases from properties panel. fixed dropdown button on ↵bobzel
schema nexsted collection
2020-08-19focus is now on new row when new doc is created.bobzel
2020-08-18added document selection for items in a SchemaView so that Properties and ↵bobzel
context menu can operate on them.
2020-08-18fixed doubleclick on undo/redo to do nothing.bobzel
2020-08-17Fix SchemaView undefined/empty string valuesMelissa Zhang
2020-08-17fixed behavior of schemaHeader menu (except when pan or zoom occurs). ↵bobzel
Changed search to show aliases by default.
2020-08-15fixed schema view scrollbarbobzel
2020-08-15cleanupMelissa Zhang
2020-08-14Merge branch 'master' into bug_fixes_melissabobzel
2020-08-14print headerIsEditingMelissa Zhang
2020-08-13stopPropagation for left/right arrow keys while editing headers or cells ↵Melissa Zhang
(still buggy), removed unused code
2020-08-13total results, schema field fixes, filtering in headersAndy Rickert
2020-08-13fix text field display in SchemaViewMelissa Zhang
2020-08-13fixed empty string bug, small expander UI changeMelissa Zhang
2020-08-12final ui fixupsAndy Rickert
2020-08-12fAndy Rickert
2020-08-12fixed warnings and fixed rendering of fields in search view.bobzel
2020-08-11adjusting when filter menu should open and closeAndy Rickert
2020-08-10filter checkboxesAndy Rickert