stable
Clone or download
Read-only
Part of story #24227: have private oauth2 endpoints for Mediawiki Change-Id: Ic1eb02ea33074035b51bdff8a717311efd9b57dd
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/global-shortcuts/src/plugin-access-shortcuts.ts | +40 | −52 | Go to diff View file |
M | src/scripts/global-shortcuts/src/type.ts | +0 | −18 | Go to diff View file |
M | src/scripts/lib/keyboard-shortcuts/src/handle-shortcuts-group.ts | +5 | −1 | Go to diff View file |
M | src/scripts/lib/keyboard-shortcuts/src/type.ts | +1 | −1 | Go to diff View file |
M | src/scripts/lib/project-sidebar-internal/src/Tools/Tools.test.ts | +2 | −1 | Go to diff View file |
M | src/scripts/lib/project-sidebar-internal/src/Tools/Tools.vue | +8 | −11 | Go to diff View file |
M | src/scripts/lib/project-sidebar-internal/src/main.ts | +1 | −0 | Go to diff View file |
A | src/scripts/lib/project-sidebar-internal/src/shortcuts.test.ts | +76 | −0 | Go to diff View file |
A | src/scripts/lib/project-sidebar-internal/src/shortcuts.ts | +124 | −0 | Go to diff View file |