openlibhums / janeway

A web-based platform for publishing journals, preprints, conference proceedings, and books
https://janeway.systems/
GNU Affero General Public License v3.0
177 stars 65 forks source link

Front of House table A11y updates #4490

Open StephDriver opened 1 week ago

StephDriver commented 1 week ago

tables identified via a search for 'table' in the templates within the themes directory.

first commit includes a comment above each table stating what needed fixing, these comments are then removed for the final commit.

For the OLH theme, there were icons that needed updating within the table (as per #4215) which convey information that is relevant to their position within the table, so I updated those too.

closes #4055

StephDriver commented 1 week ago

As per discussion this morning, having edited translated text, django-admin commands need to run. Marking this as draft until that's been done.

StephDriver commented 1 week ago

following discussions on themes, I have now checked for tables in templates included by Clean from outside the clean directory - there are none.

It is possible that there are some outside themes directory tables used by OLH and Material - but as per the prioritisation of the A11y work, it is Clean that is being updated, and OLH and material only in as much as they are easy changes alongside clean, so hunting out additional templates with tables for OLH and material is beyond scope of this issue.