Skip to content

Merge branch 'notification-ui' into develop

8dae809
Select commit
Loading
Failed to load commit list.
Closed

Develop to master fix #5

Merge branch 'notification-ui' into develop
8dae809
Select commit
Loading
Failed to load commit list.
SonarQubeCloud / SonarCloud Code Analysis succeeded Mar 30, 2026 in 26s

Annotations

Check warning on line 42 in src/__tests__/NotificationProvider.test.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Mark the props of the component as read-only.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z3BsmaXyNe15AUX&open=AZ09_Z3BsmaXyNe15AUX&pullRequest=5

Check warning on line 119 in src/components/NotificationItem.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

`tabIndex` should only be declared on interactive elements.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4SsmaXyNe15AUj&open=AZ09_Z4SsmaXyNe15AUj&pullRequest=5

Check warning on line 24 in src/components/NotificationProvider.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Mark the props of the component as read-only.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z3gsmaXyNe15AUY&open=AZ09_Z3gsmaXyNe15AUY&pullRequest=5

Check warning on line 3 in src/components/NotificationActionList.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Mark the props of the component as read-only.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4FsmaXyNe15AUd&open=AZ09_Z4FsmaXyNe15AUd&pullRequest=5

Check warning on line 87 in src/store/notificationStore.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Member 'listeners' is never reassigned; mark it as `readonly`.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z5AsmaXyNe15AUo&open=AZ09_Z5AsmaXyNe15AUo&pullRequest=5

Check warning on line 20 in src/components/NotificationContainer.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Mark the props of the component as read-only.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z34smaXyNe15AUa&open=AZ09_Z34smaXyNe15AUa&pullRequest=5

Check warning on line 7 in src/components/NotificationProgress.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Mark the props of the component as read-only.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z3qsmaXyNe15AUZ&open=AZ09_Z3qsmaXyNe15AUZ&pullRequest=5

Check warning on line 54 in src/components/NotificationItem.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `globalThis` over `window`.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4SsmaXyNe15AUh&open=AZ09_Z4SsmaXyNe15AUh&pullRequest=5

Check warning on line 120 in src/components/NotificationItem.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4SsmaXyNe15AUi&open=AZ09_Z4SsmaXyNe15AUi&pullRequest=5

Check warning on line 53 in src/components/NotificationIcon.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Mark the props of the component as read-only.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4ksmaXyNe15AUk&open=AZ09_Z4ksmaXyNe15AUk&pullRequest=5

Check warning on line 48 in src/components/NotificationItem.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `globalThis` over `window`.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4SsmaXyNe15AUg&open=AZ09_Z4SsmaXyNe15AUg&pullRequest=5

Check warning on line 42 in src/components/NotificationItem.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `globalThis` over `window`.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4SsmaXyNe15AUf&open=AZ09_Z4SsmaXyNe15AUf&pullRequest=5

Check warning on line 33 in src/components/NotificationContainer.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Use <section aria-label=...>, or <section aria-labelledby=...> instead of the "region" role to ensure accessibility across all devices.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z34smaXyNe15AUb&open=AZ09_Z34smaXyNe15AUb&pullRequest=5

Check warning on line 47 in src/components/NotificationContainer.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Mark the props of the component as read-only.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z34smaXyNe15AUc&open=AZ09_Z34smaXyNe15AUc&pullRequest=5

Check warning on line 1 in src/utils/index.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

export statement without specifiers is not allowed.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z5UsmaXyNe15AUp&open=AZ09_Z5UsmaXyNe15AUp&pullRequest=5

Check warning on line 33 in src/hooks/useAccessibility.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

'If' statement should not be the only statement in 'else' block

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4xsmaXyNe15AUl&open=AZ09_Z4xsmaXyNe15AUl&pullRequest=5

Check failure on line 73 in src/hooks/useAccessibility.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `.dataset` over `setAttribute(…)`.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4xsmaXyNe15AUm&open=AZ09_Z4xsmaXyNe15AUm&pullRequest=5

Check warning on line 25 in src/components/NotificationItem.tsx

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Mark the props of the component as read-only.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4SsmaXyNe15AUe&open=AZ09_Z4SsmaXyNe15AUe&pullRequest=5

Check failure on line 74 in src/hooks/useAccessibility.ts

See this annotation in the file changed.

@sonarqubecloud sonarqubecloud / SonarCloud Code Analysis

Prefer `.dataset` over `setAttribute(…)`.

See more on https://sonarcloud.io/project/issues?id=CISCODE-MA_NotificationKit-UI&issues=AZ09_Z4xsmaXyNe15AUn&open=AZ09_Z4xsmaXyNe15AUn&pullRequest=5