Description
Add JSDoc comments to every custom React hook in the codebase documenting the hook's purpose, its parameters and their types, and the shape of its return value so contributors and IDE tooling can display inline documentation.
Acceptance Criteria
Notes
⚠️ Do not begin coding until you have been assigned by the maintainer.
Branch as feat/492-jsdoc-custom-hooks where N is this issue number.
Description
Add JSDoc comments to every custom React hook in the codebase documenting the hook's purpose, its parameters and their types, and the shape of its return value so contributors and IDE tooling can display inline documentation.
Acceptance Criteria
Notes