Open poliveira-fuze opened 6 months ago
Hello @streetturtle, apologies for the tag, I wanted to do it by adding as reviewer. But it seems I can't do it.
Hey-hey! Thank you for this PR! Could you please add to the readme how to install icomoon font please.
Could you please also bump the version to 1.3.
@streetturtle regarding the icomoon font - When I click on the link for 'feather.ttf' from your readme and attempt to install it, it says the name is 'icomoon' and not 'feather'.
It looks like icomoon is a software to create fonts. Maybe it was used to generate the font, and it automatically overrode the original font name. I'll do few tests and will post here.
Yeah, when I download version c51fe7c from https://github.com/AT-UI/feather-font it goes back to the name "feather".
This pull request includes changes to the
init.lua
file, primarily focusing on the modification of icon fonts and the addition of a new authentication method. The most significant changes are:Icon Font Modification:
init.lua
: Theshow_warning(status, body)
function has been updated to use the 'icomoon' font instead of the 'feather' font for bothuser_icon
andticket_icon
.Authentication Method Addition:
init.lua
: In thesetup(args)
function, a new authentication method has been added. If an API token is provided, it will be used for authentication. Otherwise, a PAT token will be used.