Commits for jrobinso
switch to files view, user index
v488_base to v489_preview (2025-09-22 to 2025-09-29) v489
Show details
520322178ed1029edc43b6b998023ba84d083301 Fri Sep 19 21:36:28 2025 -0700
- Better error handling (hopefully) on page refresh.
- src/hg/htdocs/admin/filePicker.html - lines changed 97, context: html, text, full: html, text
- src/hg/js/igvFileHelper.js - lines changed 238, context: html, text, full: html, text
0aba57c06e4263f91f5b1e20eafca36946b4649b Sat Sep 20 21:31:02 2025 -0700
- remove local igvBrowser variable for clarity. igvBrowser is a global
- src/hg/js/igvFileHelper.js - lines changed 9, context: html, text, full: html, text
1bafe5a5569d58aa2446c60ef2a42f531d47698f Sun Sep 21 21:56:30 2025 -0700
- igv dialog position fixes. Misc minor cleanup
- src/hg/js/igvFileHelper.js - lines changed 22, context: html, text, full: html, text
5035e5c42aaae212c7f0d5bf9455349143af4d31 Sun Sep 21 22:00:59 2025 -0700
- Show message to user if clicking 'Add IGV Tracks' with an open file picker
- src/hg/js/igvFileHelper.js - lines changed 8, context: html, text, full: html, text
b9c90b025f5cc6cefe1fa0347293ce5000446988 Sun Sep 21 23:38:22 2025 -0700
- Delay inserting IGV row until dom content is loaded. Inserting the row before the image table is ready sends the browser into a race condition that requires completely closing and restarting. It's not 100% sure that waiting for a dom content load event will fix this.
- src/hg/js/igvFileHelper.js - lines changed 43, context: html, text, full: html, text
5ba5f5e316b0df66963ecd7f1415844c6fff0ea5 Mon Sep 22 10:42:53 2025 -0700
- Add alert informing user to use file manager window to add tracks.
- src/hg/js/igvFileHelper.js - lines changed 2, context: html, text, full: html, text
9b015ea745e001ab48af46610af1b7724fd066cc Mon Sep 22 16:28:40 2025 -0700
- Typo in filepicker text
- src/hg/htdocs/admin/filePicker.html - lines changed 1, context: html, text, full: html, text
6ba04af6275e48f59d4f9d9e731ea4fdec143874 Mon Sep 22 22:40:50 2025 -0700
- Whitespace fixes
- src/hg/js/igvFileHelper.js - lines changed 2, context: html, text, full: html, text
switch to files view, user index