aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm
AgeCommit message (Collapse)Author
2020-03-19fixed buttons on screenshotbox. added 'place' option to dragDrop to drop ↵Bob Zeleznik
the original document without moving it. switched to passing childDropAction as a prop
2020-03-11removed scrubber tool which isn't being used anymore (audiobox has its own ↵Bob Zeleznik
scrubber)
2020-03-09cleanup of warningsBob Zeleznik
2020-03-09fixed showing links only to doculink boxes. changed field names for links ↵bob
to be more readable.
2020-03-06fixes to documentBox to work with templates. changed tree view to select ↵bob
documents. fixed panning in freeform view to account for scale correctly. increased max renderdepth to 12
2020-03-03a bunch of small fixes to link naming and fixes to audio links.bob
2020-03-03fixed opening of metadata from text box. fixed minimizing presentatino ↵bob
view. cleaned up closeRightSplit.
2020-03-03fixes to allow navigation from hashtag tag to pivot/schema/stacking viewsbob
2020-03-03several fixes to templates (simplified expanding, notes use 'text' field ↵Bob Zeleznik
now, collections show documents when their data field is not a list). multicol/row resizers select their doc.
2020-03-02fixed pdfs to sort of support region clippings.bob
2020-02-29Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into penyipstanley
2020-02-28added ctrl-enter & alt-enter to create new relatively positioned text boxes.bob
2020-02-28allowing different text templates to be the default. fixing transparency. ↵bob
removing audio by default from notes.
2020-02-25fixed schema column selection from key press. add 'b' for creating ↵Bob Zeleznik
backgrounds. added unlock for isBackground documents.
2020-02-25cleaned up timline decimal pointsbob
2020-02-23final commits before demoStanley Yip
2020-02-22removed LinkFollow box.Bob Zeleznik
2020-02-22fixed freeform view to update its documents when a non-rendering (eg onClick ↵Bob Zeleznik
script) property changes
2020-02-21made double-click link editing for link anchors.bob
2020-02-20more link editor fixes. fixed border rounding.Bob Zeleznik
2020-02-18fixed up following link to a portal alias. made renaming goldenlayout tabs ↵bob
write to the proto.
2020-02-18cleaned up context menu orderingbob
2020-02-17made creation of template docs from context menu simplerBob Zeleznik
2020-02-17fixed freeform view : syntax to allow any templte to be crreated.Bob Zeleznik
2020-02-17allow notes to become template notesbob
2020-02-17fixed initialization of note types and alias titles.bob
2020-02-17added ':' syntax to free form view to create specific note types.bob
2020-02-16fixed warningsBob Zeleznik
2020-02-16mostly code simple cleanup.Bob Zeleznik
2020-02-16collection sub view and google authentication manager cleanup, deleteAssets ↵Sam Wilkins
route added
2020-02-14cleaned up backgroundColor settings and cluster overrides. added a darkSchemeBob Zeleznik
2020-02-13starting a broad cleanup of code. trying to make standard doc field names ↵Bob Zeleznik
be more regular
2020-02-13makes more senseSam Wilkins
2020-02-13thinning lineSam Wilkins
2020-02-13round 2Sam Wilkins
2020-02-13timeline scaling possible fixSam Wilkins
2020-02-13pivot label fixSam Wilkins
2020-02-12added childLayoutTemplate to freeform views. fixed height of timeline docs.bob
2020-02-12mergeStanley Yip
2020-02-12mergeandrewdkim
2020-02-11made default zoom to doc take up 3/4 of screen instead of 1/2Bob Zeleznik
2020-02-11small fixStanley Yip
2020-02-11Merge branch 'pull_pane' of https://github.com/browngraphicslab/Dash-Web ↵Stanley Yip
into pen
2020-02-11some small stuffStanley Yip
2020-02-11removed console logs + commentskimdahey
2020-02-11did the maths :')kimdahey
2020-02-11Merge branch 'pull_pane' of https://github.com/browngraphicslab/Dash-Web ↵Stanley Yip
into pen
2020-02-11some more fixesStanley Yip
2020-02-11added ability to pass a Layout as a prop. changed presentations to use ↵bob
layout props. fixed creating a template for just an empty collection representing one field.
2020-02-11fixed remote cursors:Sam Wilkins