aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
AgeCommit message (Collapse)Author
2020-07-21distributeAcls only changes if container is more restrictiveusodhi
2020-07-21distributing acls shifted to util.tsusodhi
2020-07-20fixed some addonly stuff + added annotations to playground fields + ↵usodhi
recursively distributes acls + some modal stuff
2020-07-17mergeusodhi
2020-07-15fixed tooltips to share a csss style. added tooltips for richtext.Bob Zeleznik
2020-07-15fixed runtime memoize warnings.Bob Zeleznik
2020-07-15Merge branch 'master' into onClickscriptsBob Zeleznik
2020-07-15fixed merge conflictsusodhi
2020-07-14converted collectionChrome into a menu barBob Zeleznik
2020-07-14moving collectionViewChrome to CollectionMenuBob Zeleznik
2020-07-14fixed onClickHandler stuff to use functions properly. fixed several linking ↵Bob Zeleznik
to annotations/pushpins problems.
2020-07-14fixed issues with creating & using scripting boxes by making scriptFields be ↵Bob Zeleznik
a function, not value, prop
2020-07-13switched context menus to be less hierarchical.Bob Zeleznik
2020-07-10added _chromeStatus to playground fieldsusodhi
2020-07-10set up playground modeusodhi
2020-07-09change DocListCast to async in SharingManager + prevented textbox from ↵usodhi
showing up on click
2020-07-09removed some unnecessary importsusodhi
2020-07-09acls now work I think + some cleanupusodhi
2020-07-08Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into ↵usodhi
acls_uv
2020-07-06trying first implementation of storing aclsusodhi
2020-07-04redesigned editing menu, added link descriptions and popup on createdanika-ahluwalia
2020-07-03remove importsBob Zeleznik
2020-07-03merge w search_docAndy Rickert
2020-07-02Merge pull request #426 from browngraphicslab/mobile_revision_directbobzel
Dash Mobile
2020-07-02small clanup in Mobile related codeBob Zeleznik
2020-07-01added isPushpin. added 'hidden' for DocumentViews to stop displaying them. ↵Bob Zeleznik
made pushpin's FontIconBox's. made Esc close context menu.
2020-06-30added start of push pin annotationsBob Zeleznik
2020-06-30added heuristic to filters to identify text fields based on being RTF or ↵Bob Zeleznik
having multiple words. fixed text box padding when used as filter input. fixed selection of items in sidebar when RichTextMenu is pinned.
2020-06-30added a docFilter for a substring match. fixed formattedTextBox to not keep ↵Bob Zeleznik
adding user_mark storedMarks on every load
2020-06-30Merge branch 'master' into mobile_revision_directgeireann
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-28Merge branch 'master' into search_docBob Zeleznik
2020-06-28Merge branch 'master' into 3D_carouselBob Zeleznik
2020-06-28slightly improved layout of workspace facet filter boxBob Zeleznik
2020-06-28from lastBob Zeleznik
2020-06-28fixed selection of documents in nested collections with filter panel openBob Zeleznik
2020-06-27fixed safe mode & reverted to apply ontly to freeform and schema collections.Bob Zeleznik
2020-06-27made safe mode apply to all collectionsBob Zeleznik
2020-06-23Merge branch 'master' into mobile_revision_directgeireann
2020-06-22mergeAndy Rickert
2020-06-18merge with masterMelissa Zhang
2020-06-18hopefully fixed new inkLionel Han
2020-06-18fixed keyvalue pane inputting new key values. made collection chromes ↵Bob Zeleznik
shrink a little when window shrinks.
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-17fixed docdecorations on collecction with side filter bar expanded. cleaned ↵Bob Zeleznik
up warnings/error messages a bit.
2020-06-17fixed move document to undo correctly when ACLs of target don't allow a drop.Bob Zeleznik
2020-06-17Merge branch 'master' into mobile_revision_directgeireann
2020-06-16changed Doc.MakeCopy() to ignore layout[ fields so that copying text ↵Bob Zeleznik
documents with a layout doesn't copy their text
2020-06-15pull from master and cleaning up codeLionel Han
2020-06-15added ? to a lot of thingsLionel Han