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:
- Replicated the updates from MR !36
- Added an “Add Information” button on the Author page, visible only if one or more biography fields are missing.
- When clicked, a dropdown menu appears containing all missing fields for the author.
Input type is context-sensitive:
- Date of Birth / Date of Death: Text input with date type.
- Nationality / Country of Origin: Dropdown populated with all countries.
- Gender: Dropdown with genders.
- 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
