aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/SidebarAnnos.tsx
AgeCommit message (Collapse)Author
2022-08-09added an audio annotation button to the anchor menu bar.bobzel
2022-07-26turned off resetriting text box resizing to max of scroll height. fixed ↵bobzel
placement/behavior of sidebar anno button for text.
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-05fixed sidebar annos to be editable (with i-beam cursor) when selected and to ↵bobzel
be active when parent document is active. fixed previewing a sidebar annotation to not open up sidebar
2022-05-12fixed perfromance (flickering, speed) issues with having pointerEvents prop ↵bobzel
invalidate documents - switched to using a function to avoid flickering on PDFs of annotations in particular.
2022-04-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-25 changed freeformview's with engines to not allow children to be edited ↵bobzel
using setHeight prop since engine layouts are temporary and shouldn't edit the doc. fixed tags to work with pivot view. cleaned up pile views to be less hacky..
2022-04-06uses linkMenu in propertiesWindow now. updated linkMenu api, changed ↵bobzel
layout, made groups collapsible
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-09-17fixed following links to documents in sidebars that haven't been opened to ↵bobzel
still open the sidebar and show the document. required a change to how ProxyFields set field promises and use field caches.
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-10fixed sidebar annos to filter on metdata as well as hashtags.bobzel
2021-09-08added showTitle prop to allow sidebarAnnos to have a custom titlebobzel
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-09-01changed ctrl-click to open alias to reuse existing alias. changed ↵bobzel
documentview to not clearout docView field when invalidated to allow webBox componentView to be persistent which allows proper settting of scrollHeight and allows webBox to grow to vertical space available in tab or lightbox.
2021-08-05Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-05fixed so that links to sidebar annos show the sidebar in a LinkPreviewbobzel
2021-08-05improved opening sidebar when following a link to a sidebar annotation. ↵bobzel
Still needs work when link is from outside of the sidebar document and on first click.
2021-08-03Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-03fixed links being blown away in sidebars.bobzel
2021-08-02Merge branch 'master' into sharing_scenariogeireann
2021-07-30added sidebar button to mapBoxbobzel
2021-07-29fixed navigating to a PDF anchor from sidebar.bobzel
2021-07-17mergingusodhi
2021-07-15cleaned up autoHeight for text in conjunction with sidebars and titles and ↵bobzel
some layout scripts
2021-06-24pre-initialised annos list to prevent addonly privilege issues + some cleanupusodhi
2021-05-20changed size of filter buttons in sidebarbobzel
2021-04-15cleaned up CollectionCarousel and styleprovider to handle sub-component ↵bobzel
properties better. updated resizers in multicol/row to be visible.
2021-04-05made formattedTextBox use SidebarAnnosbobzel
2021-03-30some code cleanup. Fixes for webbox and pdfbox to allow draggin out of ↵bobzel
annotation sidebar.
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-23changed audio/video to use playFrom() viewbox method instead of ↵bobzel
audioTrigger/videoTrigger doc field. added a preliminiary form of transcription to screenshot boxes.
2021-03-22added user filter to pdf/web sidebar.bobzel
2021-03-22adjusted playLink in videos to start 1/4 sec early to trigger following link ↵bobzel
to anchor. changed text sidebars to show titles. fixed title autoHeight computations in formattedTextBox. fixed styleprovider to compute headerMargin correctly by inquiring style for ShowTitle.
2021-03-20cleanup of sidebars for pdf/web - toggle open/close without sizing artifacts ↵bobzel
- open automatically when adding a note.
2021-03-20cleaned up warnings. fixed webBox annotations to write to correct key so ↵bobzel
that they appear on startup.
2021-03-19simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed ↵bobzel
colorBox layout.
2021-03-18more cleanup of webbox/pdfbox/sidebarAnnosbobzel
2021-03-18broke sidebarAnnos into its own componentbobzel