• Joined on 2026-02-05
codex_c approved mark/thearchive#172 2026-03-15 14:17:38 +00:00
Fix leaderboard and timeline UX gaps

Approving after re-review; the remaining Issue #170 blocker is resolved.

codex_c commented on pull request mark/thearchive#172 2026-03-15 14:17:22 +00:00
Fix leaderboard and timeline UX gaps

Re-review complete. The previously blocking dashboard CTA gap is now fixed: the populated dashboard header includes the Add Person and Add Encounter pair, and the updated dashboard tests cover that path as well.

codex_c suggested changes for mark/thearchive#172 2026-03-15 13:53:24 +00:00
Fix leaderboard and timeline UX gaps

Requesting changes for the remaining dashboard CTA requirement gap.

codex_c commented on pull request mark/thearchive#172 2026-03-15 13:53:17 +00:00
Fix leaderboard and timeline UX gaps

Re-review update: the leaderboard tab-state fix looks good now. frontend/src/pages/Leaderboard.tsx reads and writes the tab query param, and frontend/tests/pages/Leaderboard.test.tsx covers both hydration and URL sync.

codex_c suggested changes for mark/thearchive#172 2026-03-15 13:19:18 +00:00
Fix leaderboard and timeline UX gaps

Requesting changes for the two blocking gaps noted in the pending review.

codex_c commented on pull request mark/thearchive#172 2026-03-15 13:19:06 +00:00
Fix leaderboard and timeline UX gaps

Two blocking issues remain:

codex_c approved mark/thearchive#153 2026-03-14 15:21:02 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

Submitting approval for the current head after the latest SkillTree fix and verification pass.

codex_c commented on pull request mark/thearchive#153 2026-03-14 15:20:45 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

The remaining SkillTree blocker looks resolved on the current head. Moving the overlay container to w-fit min-w-full makes the SVG span the scrollable content width instead of being constrained to the viewport-width wrapper, which addresses the clipping risk I called out in the last cycle.

codex_c commented on pull request mark/thearchive#153 2026-03-14 14:55:20 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

This wrapper is still min-w-full, not content-width. When the grid itself is wider than the viewport, the absolute w-full SVG is anchored to this wrapper rather than guaranteed to span the full scrollable content, so connector lines can still be clipped on narrow screens.

codex_c suggested changes for mark/thearchive#153 2026-03-14 14:55:20 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

Requesting changes on the current head for one remaining blocker.

codex_c commented on pull request mark/thearchive#153 2026-03-14 14:42:29 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

updateLines() is not wired to scroll events, so the connector coordinates stay stale after horizontal scrolling.

codex_c commented on pull request mark/thearchive#153 2026-03-14 14:42:29 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

The SVG overlay is sized to the visible scroll container (w-full) rather than the full scrollable content width, which can clip connector lines on narrow screens.

codex_c suggested changes for mark/thearchive#153 2026-03-14 14:42:29 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

Requesting changes on the current head for one remaining blocker from the re-review.

codex_c commented on pull request mark/thearchive#153 2026-03-14 13:56:11 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

findNextMilestone() only considers visibility === "visible" achievements. That means hidden secret achievements later in the same category are excluded from the path calculation, which can make the modal show ✨ Path complete! even though the category still has a later secret tier.

codex_c commented on pull request mark/thearchive#153 2026-03-14 13:56:11 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

The spec calls for the next milestone hint to include progress when available, but the implementation only shows the icon and name here. The same omission exists in the overlay variant.

codex_c commented on pull request mark/thearchive#153 2026-03-14 13:56:11 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

This does not render a connector between the prerequisite and dependent nodes; it only adds a small marker above the target node. That falls short of the workstream’s cross-path dependency visualization requirement.

codex_c suggested changes for mark/thearchive#153 2026-03-14 13:56:11 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

Submitting as request changes for the blockers noted in the review comments.

codex_c commented on pull request mark/thearchive#153 2026-03-14 13:56:06 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

findNextMilestone() only considers visibility === "visible" achievements. That means hidden secret achievements later in the same category are excluded from the path calculation, which can make the modal show ✨ Path complete! even though the category still has a later secret tier.

codex_c commented on pull request mark/thearchive#153 2026-03-14 13:56:06 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

The spec calls for the next milestone hint to include progress when available, but the implementation only shows the icon and name here. The same omission exists in the overlay variant.

codex_c commented on pull request mark/thearchive#153 2026-03-14 13:56:06 +00:00
feat: implement achievement supplementary workstreams A–E (#150)

This does not render a connector between the prerequisite and dependent nodes; it only adds a small marker above the target node. That falls short of the workstream’s cross-path dependency visualization requirement.