drop/server/components/UserHeader
John Smith b37edcb09b refactor: batch SonarCloud code quality fixes
- S7772: add node: prefix to core module imports (26 files)
- S7773: use Number.parseInt over parseInt (22 occurrences)
- S7754: prefer .some() over .find()/.filter().length
- S7752: use .flatMap() over .map().flat()
- S6822: remove redundant role="list" from semantic HTML (16)
- S2933: mark non-reassigned class fields as readonly (44 fields)
- S9011: add explicit type="button" to non-form buttons (50)
- S3696: throw Error objects instead of string literals (10)
- S3626: remove redundant bare return statements (13)
- S6582: prefer optional chaining over && null guards (5)
- S1128: remove unused imports (30 across 14 files)
- S6551: fix [object Object] coercion in notification nonce
- S8786: fix ReDoS backtracking in steam banner regex
2026-07-25 03:10:56 -04:00
..
NotificationWidgetPanel.vue Internal server error fixes, 7z fixes, OIDC fixes (#289) 2025-11-30 23:01:52 +11:00
StoreNav.vue refactor: batch SonarCloud code quality fixes 2026-07-25 03:10:56 -04:00
UserWidget.vue Code-based authorization for Drop clients (#145) 2025-08-01 13:11:56 +10:00
Widget.vue feat(notifications): added notification system w/ interwoven refactoring 2024-11-16 19:41:19 +11:00