Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Reimplement vocab home using Bootstrap Grid instead of tables #1697

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

osma
Copy link
Member

@osma osma commented Oct 9, 2024

Reasons for creating this PR

The vocabulary home page looks ugly and is using twig template structures copied from Skosmos 2, for example HTML tables. This PR reimplements the main part and the download links using Bootstrap Grid, similar to the concept page.

Also contains a minor fix to the concept page. The template code is now aligned between these two so that partial page loads work better.

Link to relevant issue(s), if any

Description of the changes in this PR

  • reimplement vocab info twig template using Bootstrap Grid (+ corresponding CSS changes)
  • align concept and vocab home template structure

Known problems or uncertainties in this PR

  • Cypress tests needed

Checklist

  • phpUnit tests pass locally with my changes
  • I have added tests that show that the new code works, or tests are not relevant for this PR (e.g. only HTML/CSS changes)
  • The PR doesn't reduce accessibility of the front-end code (e.g. tab focus, scaling to different resolutions, use of .sr-only class, color contrast)
  • The PR doesn't introduce unintended code changes (e.g. empty lines or useless reindentation)

@osma osma self-assigned this Oct 9, 2024
Copy link

sonarcloud bot commented Oct 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant