Andrew Petro
Andrew Petro
# Summary When a mascot announcement references a widget that doesn't actually exist, there's no error acknowledgement when the user tries to add the nonexistent widget to their home. #...
uPortal has an "App Launcher" portlet, typically [configured with a title, icon, target URL](https://github.com/Jasig/uPortal/pull/888/files), ... . There's a nice conceptual mapping to be had to an equivalent widget. Add sugar,...
Update documentation to recommend, prefer using material icons rather than font-awesome icons, documenting just how to do so.
De-bulk the root `/staticFeeds` directory by organizing some of the stuff in it into folders, as was done previously for action item quantity JSON examples. Here, organizing the list-of-links examples....
One reasonable thing to do is 1. clone the repo 2. skim to the part of the readme where you get to try something 3. `npm run static:dev` Do this,...
Even when adhering to the 24 character limit or as truncated to 24 characters, `list-of-links` labels can still clip.  Does the limit need to be shorter? More reliably wrap...
Fun little edge case: When a `list-of-links` widget * has 2, 3, or 4 links * uses both Font Awesome and Material icons * and tries to have a link...
There's an existing beta flag that turns off some but not all message filtering. Clarify that it should turn off all message filtering (show all messages regardless of whether they...
When `list-of-links` widgets fail (e.g. because remote JSON defining links fails), reflect that failure appropriately to user or otherwise fail more sensibly than as a blank tile.  (Screenshot doesn't...
Reminiscent of the retired-from-service "Dynamic Menu Portlet": Add optional `.audience` field to links in `list-of-links` widgets, with value array of Strings representing group names. Filter away links that specify an...