1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-08 23:07:32 +02:00

Desktop: Accessibility: Add setting to increase scrollbar and other small control sizes (#11627)

This commit is contained in:
Henry Heino
2025-01-13 08:33:42 -08:00
committed by GitHub
parent e177bffb1c
commit 35a0b22df2
23 changed files with 276 additions and 219 deletions

View File

@@ -28,7 +28,7 @@ describe('linkReplacement', () => {
ResourceModel: defaultResourceModel,
resources: {
[resourceId]: {
item: {},
item: { id: 'test' },
localState: {
fetch_status: 2, // FETCH_STATUS_DONE
},
@@ -46,7 +46,7 @@ describe('linkReplacement', () => {
ResourceModel: defaultResourceModel,
resources: {
[resourceId]: {
item: {},
item: { id: 'test' },
localState: {
fetch_status: 0, // FETCH_STATUS_IDLE
},
@@ -66,7 +66,7 @@ describe('linkReplacement', () => {
ResourceModel: defaultResourceModel,
resources: {
[resourceId]: {
item: {},
item: { id: 'test' },
localState: {
fetch_status: 2, // FETCH_STATUS_DONE
},