Skip to content

Pull requests: sugarlabs/musicblocks

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

fix(darkmode): dark mode header and table text styling for floating widgets area/css Changes to CSS/SASS style files bug fix Fixes a bug or incorrect behavior size/XS Extra small: < 10 lines changed
#8266 opened Aug 26, 2026 by karankumar1106 Contributor Loading…
5 tasks done
fix(status): prevent TypeError when updating status for trashed or missing blocks area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/S Small: 10-49 lines changed tests Adds or updates test coverage
#8265 opened Aug 26, 2026 by yush-1018 Contributor Loading…
6 of 11 tasks
test(cypress): add E2E test for project persistence across reload area/javascript Changes to JS source files area/tests Changes to test files size/M Medium: 50-249 lines changed tests Adds or updates test coverage
#8263 opened Aug 26, 2026 by vanshika2720 Contributor Loading…
4 of 14 tasks
perf(rubrics): optimize palette index lookup using Map in analyzeProject area/javascript Changes to JS source files area/tests Changes to test files performance Improves performance (load time, memory, rendering) size/M Medium: 50-249 lines changed tests Adds or updates test coverage
#8262 opened Aug 26, 2026 by lavjeetrai Contributor Loading…
9 of 14 tasks
fix(blocks): handle external connections when copying nested blocks area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/S Small: 10-49 lines changed
#8258 opened Aug 26, 2026 by Abhishek-Sonje Contributor Loading…
7 of 14 tasks
fix: refresh stale highlight cache when block re-enters viewport area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/M Medium: 50-249 lines changed
#8255 opened Aug 26, 2026 by Abhishek-Sonje Contributor Loading…
7 of 14 tasks
fix(intervals-actions): bound scalar interval value to prevent unbounded loop area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/S Small: 10-49 lines changed tests Adds or updates test coverage
#8248 opened Aug 26, 2026 by bhuvan-somisetty Contributor Loading…
8 of 9 tasks
test(activity): cover Activity-ProjectManager wiring through real construction area/javascript Changes to JS source files area/tests Changes to test files size/L Large: 250-499 lines changed tests Adds or updates test coverage
#8246 opened Aug 25, 2026 by vanshika2720 Contributor Loading…
6 of 14 tasks
fix: avoid closure scope leaks in MeterActions queue listeners area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/M Medium: 50-249 lines changed tests Adds or updates test coverage
#8244 opened Aug 25, 2026 by Jetshree Contributor Loading…
7 of 12 tasks
feat(music): non-EDO temperament hardening, scalar step mode-following, and unified key pie menu area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior feature Adds new functionality size/XXL XXL: 1000+ lines changed
#8240 opened Aug 25, 2026 by 021nirav-blip Contributor Loading…
2 tasks done
fix(modewidget): stop the mode piemenu crashing on a mode it cannot show area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/S Small: 10-49 lines changed
#8233 opened Aug 25, 2026 by rakshityadav1868 Contributor Loading…
1 task done
fix(phrasemaker): prevent TypeError on wheelDivptm when closing widget window area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/M Medium: 50-249 lines changed tests Adds or updates test coverage
#8232 opened Aug 25, 2026 by yush-1018 Contributor Loading…
6 of 11 tasks
fix(graphics-blocks): bound-check Arc block's angle argument area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/M Medium: 50-249 lines changed tests Adds or updates test coverage
#8230 opened Aug 25, 2026 by bhuvan-somisetty Contributor Loading…
7 of 14 tasks
fix(a11y): stop table semantics from clashing with the palette category tablist roles (#6608) area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/S Small: 10-49 lines changed
#8229 opened Aug 25, 2026 by abhnish Contributor Loading…
5 tasks done
refactor(widgets): consume formatSeconds for total duration formatting area/javascript Changes to JS source files area/tests Changes to test files size/S Small: 10-49 lines changed tests Adds or updates test coverage
#8224 opened Aug 24, 2026 by karankumar1106 Contributor Loading…
7 tasks done
fix: propagate Planet initialization failures area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/S Small: 10-49 lines changed tests Adds or updates test coverage
#8218 opened Aug 24, 2026 by macayu17 Contributor Loading…
7 of 13 tasks
fix(abc): resolve incorrect octave exports for C5-B5 and C10 area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/S Small: 10-49 lines changed tests Adds or updates test coverage
#8216 opened Aug 24, 2026 by guptadi0406-alt Loading…
6 of 14 tasks
chore: add coderabbit configuration file with custom checks chore Maintenance, refactoring, or tooling with no behavior change size/M Medium: 50-249 lines changed
#8206 opened Aug 24, 2026 by Jetshree Contributor Draft
1 of 7 tasks
fix(toolbar): stop tooltip re-init from crashing Velocity area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/M Medium: 50-249 lines changed
#8205 opened Aug 24, 2026 by gouravj25551-afk Contributor Loading…
6 of 8 tasks
docs: add CI pipeline documentation (Related to #6153) area/docs Changes to documentation documentation Updates to docs, comments, or README size/M Medium: 50-249 lines changed
#8175 opened Aug 22, 2026 by Piyushrathoree Contributor Loading…
4 of 14 tasks
fix: remove cancelled input timers from manager area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/S Small: 10-49 lines changed tests Adds or updates test coverage
#8173 opened Aug 22, 2026 by Piyushrathoree Contributor Loading…
7 of 14 tasks
ci: replace hard-coded coverage thresholds with base-branch delta check area/ci-cd Changes to CI/CD workflows area/javascript Changes to JS source files area/tests Changes to test files ci Changes to CI/CD workflows and automation size/L Large: 250-499 lines changed
#8153 opened Aug 21, 2026 by UtkarshAnandd Contributor Loading…
8 of 14 tasks
fix(block): guard null block container in highlight and offScreen methods area/javascript Changes to JS source files area/tests Changes to test files bug fix Fixes a bug or incorrect behavior size/S Small: 10-49 lines changed tests Adds or updates test coverage
#8146 opened Aug 21, 2026 by Abhishek-Sonje Contributor Loading…
7 of 14 tasks
test: expand unit test coverage for utils.js (Related to #7038) area/javascript Changes to JS source files area/tests Changes to test files size/M Medium: 50-249 lines changed tests Adds or updates test coverage
#8143 opened Aug 21, 2026 by xtroon Contributor Loading…
1 task done
feat(temperament): add JSON and Scala (.scl) export/import Goal6 area/core Changes to core app entry files area/i18n Changes to localization files area/javascript Changes to JS source files area/tests Changes to test files feature Adds new functionality needs-rebase size/XL Extra large: 500-999 lines changed
#8137 opened Aug 20, 2026 by 021nirav-blip Contributor Draft
1 of 5 tasks
ProTip! no:milestone will show everything without a milestone.