E. Lynette Rayle

Results 67 comments of E. Lynette Rayle

Partially addressed by PR #446 - adds support in bar charts only for hiding line markers and labels using separate variables.

Partially addressed by: * PR #450 - add hide_labels to stacked bar graphs * PR #451 - add hide_labels to side bar graphs * PR #452 - add hide_labels to...

@gkellogg Thanks for the suggestions. We'll look into this.

@ggeisler Looking at the code for Vimeo, it would be impacted by this as well. https://github.com/projectblacklight/spotlight/blob/66776d7caa5f984246064e2dc33422af7fa734c3/vendor/assets/javascripts/sir-trevor.js#L20588-L20597 The missing title/aria-label impacts all iFrames. PR #2774 allows a user to include a...

Also, you could make the title field optional for sites that aren't concerned with a11y.

I prefer the field to be required and default spotlight to be a11y compliant. Seems like that would be the expectation of the community. It sounds like you are leaning...

@ggeisler I don't feel strongly about the field for **manually** setting either published date. I agree that this will be rare. I can create something temporary to retroactively set publish...

@ggeisler I'm fine with `first_published_date` and revisiting `last_published_date` later if that doesn't seem sufficient. I'd be fine if we use the existing field `published_at`, which currently is a date that...

This is at least partially addressed by @dunn PR #2213 - sir_trevor: remove deleted feature pages from widget. It fixed the issue we saw locally reported by @starsplatter. I was...