T406989: Proof of concept for adding new statements

Closes T406989 Summary of changes: (This is just a proof of concept) This merge request introduces a new feature on the Author page, allowing users to add missing biography information in a structured and user-friendly way. The implementation is fully responsive and aligns with the existing design scheme.

Changes:

  1. Replicated the updates from MR !36
  2. Added an “Add Information” button on the Author page, visible only if one or more biography fields are missing.
  3. When clicked, a dropdown menu appears containing all missing fields for the author.

Input type is context-sensitive:

  1. Date of Birth / Date of Death: Text input with date type.
  2. Nationality / Country of Origin: Dropdown populated with all countries.
  3. Gender: Dropdown with genders.
  4. Other fields: Standard text input.

Responsive layout: All elements (button, dropdown, input field, submit button) are grouped in a single container div and maintain design consistency across screen sizes.

Preview of changes: Screencast_from_2025-10-15_01-18-27 Screencast_from_2025-10-15_01-18-57 image

Edited by Shreya-bhagat

Merge request reports

Loading