Andrew Petro

Results 48 issues of Andrew Petro

Historically the `additionalText` in ```xml widgetConfig { "launchText":"See all approval options", "additionalText":"FOR MANAGERS ONLY", "links": [ { "title":"Approve Time", "href":"https://www.example.edu", "icon":"fa-clock-o", "target":"_blank"}, { "title":"Approve Absence", "href":"https://www.example.edu", "icon":"fa-calendar-times-o", "target":"_blank"}] } ```...

When the configured (in data or as response from URL) label is too long, truncate it for display and add tool tip showing its expanded version. ![hrs-roles-as-list-of-link](https://user-images.githubusercontent.com/952283/37466135-0348f0cc-282b-11e8-9f71-35083bd65220.png)

In `master` ``` mvn clean package && mvn jetty:run ``` ![should-not-but-did-anyway](https://user-images.githubusercontent.com/952283/37354448-aed75c26-26af-11e8-9e9b-d36025aecce2.png)

bug

In #679 a page like the `/settings` page ("Beta Settings") within a `uPortal-app-framework` application ("Frame App") within a portal ("uPortal"), would have a document title of `Beta Settings | Frame...

As a user, I would like mascot announcements to work within the Material design system, so that my experience is consistent and usable. What are mascot announcements? Are they [Material...

For all data in `messages.json`, where data is permissibly `null`, make the data outright optional so that omitting it has the same effect as if it were explicitly included and...

> If we want automated lockfile updates, renovate supports it without needing a secret key to be added to public CI.

https://github.com/ChristianMurphy/selective

enhancement
minor version bump
a11y

As demonstrated in #604 , it's quite possible to try to update e.g. the `CHANGELOG.md` and fail linting. How again do I run this linting locally? Would it help any...

In a single changeset 1. Fix the JS examples embedded in Markdown to pass JS linting 2. Turn on linting JS embedded in the Markdown files, for all reasonable paths...