Steven Benner
Steven Benner
This patch changes the AUR URI used in git commands from "aur:" to "ssh://[email protected]". This change removes the requirement that the user have an alias for "aur:" in their ssh...
Currently tooltips are not accessible to visually impaired users or users who navigate with the keyboard. Accessibility features should be added to make tooltips useful to those users. - It...
Tooltip placement is based on the viewport size but the tooltip position is not currently being updated if the window is resized. This will make an open tooltip shift from...
The abundance of `$.data()` calls is starting to smell like a missing abstraction. It might be better to create a custom object with the required properties and references. Such an...
Since PowerTip currently supports a user defined delay before closing tooltips via the `closeDelay` option it makes sense that it should support a user defined delay before opening tooltips. There...
If a link has a tooltip and the `target` attribute is set to `_blank` (which causes the linked resource to open in a new tab/window) the tooltip will not close...
These files were always showing up as untracked in `git status` while working on the aurpublish script. Since they are not meant to be committed, they should probably be included...
It is possible to automate the `npm publish` step for releasing a new version of PowerTip with [GitHub Actions](https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages). Publishing the package in this manner also has the ability to...