You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* simple transcription
* aligning the images
* Update index.js
* Support simple transcription interface in tools and filters
Updated PageTool, QuickTypeTool, and WorkspaceTools to support both standard and simple transcription interfaces by detecting and handling 'tpen-simple-transcription' elements. Added event dispatching for drawer open/close to allow interfaces to recalculate layout. Refactored filter and magnifier logic to apply to both interface types. SimpleTranscriptionInterface now listens for drawer events and exposes transition helpers for smoother UI updates.
* magnifier tool
* active line for history tool
* Update index.js
* Update index.js
* Fix duplicate event listener accumulation in workspace-tools magnifier button (#335)
* Initial plan
* Fix duplicate event listener issue for magnifier button
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* Add null safety checks for magnifier button
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* Extract duplicate filter construction logic into helper function (#336)
* Initial plan
* Extract duplicate filter logic into helper function
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* Add documentation to clarify when each filter method should be used
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* Fix event listener memory leak in loadRightPaneContent (#337)
* Initial plan
* Fix event listener memory leak in simple-transcription tool loading
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* Simplify listener storage by storing function directly
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
* cleanup events and logs
* saving QuickType fixed
---------
Co-authored-by: Bryan Haberberger <bryan.j.haberberger@slu.edu>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
0 commit comments