Pander
Pander
Currently, a table renders an enum such as class MyEnumType(Enum): CREATED = 'Created' STARTED = 'Started' ENDED = 'Ended' used in class MyModel(db.Model): id = db.Column(db.Integer, primary_key=True) state = db.Column(db.Enum(MyEnumType),...
Please offer a screen with an overview of all devices with two lines per device. In the two lines only hostname and offline or average load + temperatur + root...
Please add in a metadata directory a feature image, screenshots (smartphone and tablet) and other metadata (description and changelogs) which will be used automatically by app stores such as F-Droid...
The documentation on Mapping=tex-text is minimal. Please explain the impications of using it. Describe not only what it enables but also what it disables. For example an apostrophe ' does...
The current notification icon is an outline of the highly detailed logo. This unfortunately does not make it very recognizable. It can look like a smudge or country outline and...
Not that I am going to use Gotify on iOS, but since this discussion https://github.com/rbrcsk/pushbullet.py/issues/181 it might be interesting to offer support for Gotify for iOS.
Data or status shown in the notification drawer is currently:  Proposal to prevent shoulder surfing https://en.wikipedia.org/wiki/Shoulder_surfing_%28computer_security%29 is to not show `Listening to ...` and change the bold header to...
Please provide an option to show birthdays in the calendar such as the apps https://github.com/SufficientlySecure/birthday-calendar and https://github.com/saschpe/BirthdayCalendar do.