MumuTW
56185a8a49
refactor(dashboard): clear file-size base-red by extracting provider-card highlight wiring ( #8524 )
...
* chore(auth): condense #8407 note in tokenHealthCheck to fit frozen file-size baseline
The 3-line comment added by #8426 pushed tokenHealthCheck.ts to 843 LOC,
2 over its frozen baseline of 841 (base-red on release/v3.8.49). Fold the
devin-cli rationale into one line — same meaning, gate green again.
* refactor(dashboard): extract provider card highlight into HighlightableProviderCard
#8349 left the back-navigation highlight concern inline in providers/page.tsx
(state + two callbacks + onCardClick/ref props repeated at 18 card call
sites), pushing the page to 1990 LOC over its frozen baseline of 1927.
Move the concern into a HighlightableProviderCard wrapper: each card instance
keeps its own copy of the highlighted id and only the card whose provider id
matches scrolls into view and highlights — same semantics as the single
page-level state, since resolveHighlightedCard already gates on the id match.
page.tsx drops to 1917 LOC (under the frozen baseline, no rebaseline needed).
* test(dashboard): cover HighlightableProviderCard wiring
Direct coverage for the wrapper extracted in the previous refactor:
mount-time scroll+highlight only when history.state.providerId matches,
no reaction on mismatch/null state, isolation across multiple card
instances, and click-time navigation recording via history.replaceState.
Note: the jsdom scrollIntoView shim is a plain no-op rather than a
vi.fn() — vi.restoreAllMocks() would otherwise restore the shared mock
and let the next test's spy inherit its accumulated call count.
2026-07-26 03:52:15 -03:00
..
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-23 03:08:29 -03:00
2026-07-11 01:33:24 -03:00
2026-06-27 09:07:12 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-22 03:17:02 -03:00
2026-07-04 13:00:30 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-23 08:46:22 -03:00
2026-07-04 13:00:30 -03:00
2026-06-21 08:56:51 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-07-02 10:47:13 -03:00
2026-06-20 14:55:24 -03:00
2026-06-01 14:30:17 -03:00
2026-06-20 14:55:24 -03:00
2026-07-17 10:40:05 -03:00
2026-07-02 10:47:13 -03:00
2026-06-22 03:17:02 -03:00
2026-07-02 10:47:13 -03:00
2026-06-17 02:43:21 -03:00
2026-06-17 19:26:32 -03:00
2026-06-14 10:45:22 -03:00
2026-06-14 10:45:22 -03:00
2026-07-02 10:47:13 -03:00
2026-07-18 11:34:06 -03:00
2026-06-27 09:07:12 -03:00
2026-06-26 02:51:06 -03:00
2026-06-01 14:30:17 -03:00
2026-07-17 10:40:05 -03:00
2026-07-22 16:15:57 -03:00
2026-07-17 22:09:21 -03:00
2026-06-01 14:30:17 -03:00
2026-07-21 13:41:02 -03:00
2026-06-19 06:49:01 -03:00
2026-06-19 06:49:01 -03:00
2026-06-23 17:06:18 -03:00
2026-07-02 10:47:13 -03:00
2026-06-29 08:40:06 -03:00
2026-07-21 13:41:02 -03:00
2026-06-14 10:45:22 -03:00
2026-07-21 13:41:02 -03:00
2026-07-21 13:41:02 -03:00
2026-07-21 13:41:02 -03:00
2026-07-21 13:41:02 -03:00
2026-07-21 13:41:02 -03:00
2026-07-21 13:41:02 -03:00
2026-07-21 13:41:02 -03:00
2026-06-23 17:06:18 -03:00
2026-07-18 03:07:25 -03:00
2026-07-19 14:37:08 -03:00
2026-07-02 10:47:13 -03:00
2026-07-22 06:56:12 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-07-04 13:00:30 -03:00
2026-07-17 06:11:35 -03:00
2026-07-02 10:47:13 -03:00
2026-06-27 09:07:12 -03:00
2026-07-19 20:52:43 -03:00
2026-06-23 03:08:29 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-15 03:32:11 -03:00
2026-06-01 14:30:17 -03:00
2026-06-15 03:32:11 -03:00
2026-07-22 17:44:20 -03:00
2026-06-14 10:45:22 -03:00
2026-07-18 11:34:06 -03:00
2026-06-27 09:07:12 -03:00
2026-06-14 10:45:22 -03:00
2026-07-18 15:14:28 -03:00
2026-07-20 10:09:06 -03:00
2026-07-18 15:13:19 -03:00
2026-07-17 10:40:37 -03:00
2026-06-27 09:07:12 -03:00
2026-07-22 07:06:23 -03:00
2026-06-07 07:20:02 -03:00
2026-06-05 13:12:52 -03:00
2026-07-14 21:21:52 -03:00
2026-07-26 03:52:15 -03:00
2026-07-14 16:24:19 -03:00
2026-06-23 17:06:18 -03:00
2026-07-18 15:14:28 -03:00
2026-07-14 16:24:19 -03:00
2026-07-25 02:51:49 -03:00
2026-07-04 13:00:30 -03:00
2026-06-28 06:58:29 -03:00
2026-06-27 09:07:12 -03:00
2026-07-20 22:22:55 -03:00
2026-07-21 15:53:17 -03:00
2026-07-21 21:25:00 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-07-19 15:51:23 -03:00
2026-07-04 13:00:30 -03:00
2026-07-11 21:36:25 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-07-02 10:47:13 -03:00
2026-06-01 14:30:17 -03:00
2026-06-27 09:07:12 -03:00
2026-07-17 10:40:18 -03:00
2026-07-23 08:46:22 -03:00
2026-06-22 03:17:02 -03:00
2026-07-14 21:45:25 -03:00
2026-06-22 03:17:02 -03:00
2026-06-05 13:12:52 -03:00
2026-06-19 06:49:01 -03:00
2026-06-22 03:17:02 -03:00
2026-07-18 21:19:23 -03:00
2026-06-20 14:55:24 -03:00
2026-07-08 07:56:44 -03:00
2026-07-18 15:14:18 -03:00
2026-07-20 10:09:06 -03:00
2026-06-23 03:08:29 -03:00
2026-07-07 21:18:18 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-10 19:40:13 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-27 09:07:12 -03:00
2026-06-01 14:30:17 -03:00
2026-06-27 09:07:12 -03:00
2026-06-22 03:17:02 -03:00
2026-06-23 03:08:29 -03:00
2026-07-25 02:51:00 -03:00
2026-07-22 09:17:37 -03:00
2026-06-17 19:26:32 -03:00
2026-07-20 18:48:24 -03:00
2026-07-21 15:53:17 -03:00
2026-07-21 15:53:17 -03:00
2026-07-25 02:51:00 -03:00
2026-07-19 14:37:08 -03:00
2026-07-04 13:00:30 -03:00
2026-06-01 14:30:17 -03:00
2026-06-29 08:40:06 -03:00
2026-07-04 13:00:30 -03:00
2026-07-20 22:22:36 -03:00
2026-06-01 14:30:17 -03:00
2026-07-11 01:03:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-29 08:40:06 -03:00
2026-06-17 19:26:32 -03:00
2026-07-18 15:12:43 -03:00
2026-06-12 23:49:22 -03:00
2026-06-10 13:49:08 -03:00
2026-06-29 08:40:06 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-07-24 09:58:58 -03:00
2026-07-18 15:13:19 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-19 06:49:01 -03:00
2026-06-27 09:07:12 -03:00
2026-06-27 09:07:12 -03:00
2026-06-17 02:43:21 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-28 06:58:29 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-06-25 13:17:40 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-06-01 14:30:17 -03:00
2026-07-14 16:24:19 -03:00
2026-07-14 16:24:19 -03:00
2026-06-27 09:07:12 -03:00
2026-07-18 15:14:23 -03:00
2026-06-14 10:45:22 -03:00
2026-07-07 21:01:45 -03:00