Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a452524
fix(lint): remove unused import and use optional chain
BillChirico Feb 28, 2026
cdd85cd
fix(lint): replace non-null assertions with safe alternatives
BillChirico Feb 28, 2026
45d89b3
fix(lint): add explicit type="button" to sort toggle
BillChirico Feb 28, 2026
34d7147
fix(lint): replace div/span role attributes with semantic HTML elements
BillChirico Feb 28, 2026
e1d405c
fix(lint): fix LogRow interactive element and hook dependencies
BillChirico Feb 28, 2026
4623350
fix(lint): use stable keys instead of array index in JSX
BillChirico Feb 28, 2026
6f22986
fix(lint): use stable IDs for badge row React keys
BillChirico Feb 28, 2026
36fc195
fix(a11y): restore aria-labels on realtime indicator values
BillChirico Feb 28, 2026
392ff58
fix(a11y): restore live-region semantics on output and counter elements
BillChirico Feb 28, 2026
ff5a814
fix(auth): remove misleading empty-string fallbacks for env vars
BillChirico Feb 28, 2026
9284f60
fix(a11y): remove redundant onKeyDown handler on log row button
BillChirico Feb 28, 2026
abff2ce
fix: convert div to p element for analytics KPI values
BillChirico Feb 28, 2026
ce07952
fix: remove broken CodeRabbit ticket route tests (routes not on main …
BillChirico Feb 28, 2026
fb53f99
fix(log-viewer): move expanded metadata outside button to allow text …
BillChirico Feb 28, 2026
acc2232
fix(a11y): use badge.label as key and add aria-live to output element
BillChirico Feb 28, 2026
dd6adef
fix(config-editor): use stable key for badge rows to prevent focus loss
BillChirico Feb 28, 2026
6bf2063
fix(log-viewer): keep clickable row padding on button to avoid layout…
BillChirico Feb 28, 2026
cd09098
fix(auth): clarify env validation retry semantics
BillChirico Feb 28, 2026
83a9877
fix(log-viewer): restore explicit Space-key toggle support
BillChirico Feb 28, 2026
9daeb3a
fix(analytics): restore screen reader labels for realtime values
BillChirico Feb 28, 2026
bd124ba
fix(config-editor): prevent silent patch drops during section grouping
BillChirico Feb 28, 2026
347f83c
fix(log-viewer): remove redundant Space key handler on button
BillChirico Feb 28, 2026
16d1f3f
fix(auth): keep token refresh error-path contract and avoid double-to…
BillChirico Feb 28, 2026
34deed3
fix(auth): keep refreshDiscordToken non-throwing on env validation er…
BillChirico Feb 28, 2026
08ebb47
fix(log-viewer): rely on native button keyboard activation
BillChirico Feb 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/commands/challenge.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ import { getPool } from '../../src/db.js';
import {
buildChallengeButtons,
buildChallengeEmbed,
getLocalDateString,
selectTodaysChallenge,
} from '../../src/modules/challengeScheduler.js';
import { getConfig } from '../../src/modules/config.js';
Expand Down
Loading
Loading