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

Add IDs to activity details sections and rows #612

Merged
merged 5 commits into from
Sep 19, 2024
Merged

Conversation

armccoy
Copy link
Contributor

@armccoy armccoy commented Aug 1, 2024

  • Wrap each activity details section (Schedule, Security, Media) in a <div> with a unique ID
  • Add unique IDs to table rows
  • Define labels in left table columns as <th>

Fixes #597

@armccoy armccoy added the enhancement Adds new functionality label Aug 1, 2024
@armccoy armccoy requested a review from jrchamp August 1, 2024 19:32
@armccoy armccoy self-assigned this Aug 1, 2024
Copy link
Collaborator

@jrchamp jrchamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of nice improvements! Only a few comments/ideas

view.php Outdated Show resolved Hide resolved
view.php Outdated Show resolved Hide resolved
view.php Outdated Show resolved Hide resolved
view.php Outdated Show resolved Hide resolved
view.php Outdated Show resolved Hide resolved
view.php Outdated Show resolved Hide resolved
view.php Outdated Show resolved Hide resolved
Copy link
Collaborator

@jrchamp jrchamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! One comment and then I believe we can merge.

view.php Outdated Show resolved Hide resolved
view.php Outdated Show resolved Hide resolved
Copy link
Collaborator

@jrchamp jrchamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Approving and merging so it can go to integration testing.

@jrchamp jrchamp merged commit 8dc452f into main Sep 19, 2024
14 checks passed
@jrchamp jrchamp deleted the enhancement/597-html-ids branch September 19, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adds new functionality
Projects
Status: No status
Status: Done
Development

Successfully merging this pull request may close these issues.

provide meaningful HTML ids for the details of the activity
2 participants