Commits for jrobinso
switch to files view, user index
v488_preview2 to v488_base (2025-09-15 to 2025-09-22) v488
Show details
7e32381bc2152e0bdf4e5be2f46fe033e80cb5d5 Mon Sep 15 17:41:54 2025 -0700
- (1) Broadcast a "filePickerReady" message on filePicker.html mode. (2) Make special input mode optional with a config parameter.
- src/hg/htdocs/admin/filePicker.html - lines changed 8, context: html, text, full: html, text
- src/hg/js/igvFileHelper.js - lines changed 17, context: html, text, full: html, text
1e82a3b6411cc32e625b36911f4949b552ffba3d Mon Sep 15 19:05:40 2025 -0700
- Add igv configuration menu to name panel. Also expose igv.js createIcon function
- src/hg/js/igvFileHelper.js - lines changed 50, context: html, text, full: html, text
a83239e1585aac37a58288c933d2da9f3e4b8c9f Mon Sep 15 20:27:57 2025 -0700
- Bug fix -- igv local session was not cleared after removing last track (and consequently igvBrowser.
Move igv configuration menu close to cog icon from where it's invoked
- src/hg/js/igvFileHelper.js - lines changed 40, context: html, text, full: html, text
4eaf56ff3eb90ea8ebcf1697ac3830b8a7b5465f Tue Sep 16 09:32:52 2025 -0700
- Handle file picker edge case - picker is open but doesn't have handles for requested files. Also more comments and reformatting.
- src/hg/htdocs/admin/filePicker.html - lines changed 6, context: html, text, full: html, text
- src/hg/js/igvFileHelper.js - lines changed 243, context: html, text, full: html, text
c2587413555c7cabd82b21c578d5a6f99599e7d7 Tue Sep 16 09:45:03 2025 -0700
- Bug -- missing await
- src/hg/js/igvFileHelper.js - lines changed 3, context: html, text, full: html, text
switch to files view, user index