Simple timer for Linux. Accessibility first.

accessibility low-vision timer timer-application
5 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Verify that the Tea Timer application correctly announces status changes to screen readers. This involves testing the application with a screen reader to ensure that updates are properly communicated.

Complexity: 3/5
help wanted question

Simple timer for Linux. Accessibility first.

HTML
#accessibility#low-vision#timer#timer-application
To submit to snap store about 2 months ago

AI Summary: The task is to package an accessible Linux timer application, built using Python and GTK, for submission to the Snap Store. This involves following the Snap Store submission guidelines and potentially addressing any issues raised during the submission process. The provided link contains further instructions.

Complexity: 4/5
help wanted good first issue

Simple timer for Linux. Accessibility first.

HTML
#accessibility#low-vision#timer#timer-application

AI Summary: Create a "Buy Me a Coffee" profile and update the project's `funding.yml` file with a link to this profile. This involves setting up a profile on the Buy Me a Coffee platform and then adding a link to that profile within the project's funding configuration file.

Complexity: 2/5
help wanted good first issue

Simple timer for Linux. Accessibility first.

HTML
#accessibility#low-vision#timer#timer-application
sqlite refactoring about 2 months ago

AI Summary: Refactor the Tea Timer application's configuration storage from JSON files to an SQLite database. This involves migrating existing data, modifying the application to use the SQLite database for reading and writing settings, and potentially adding database querying capabilities for users.

Complexity: 4/5
enhancement help wanted

Simple timer for Linux. Accessibility first.

HTML
#accessibility#low-vision#timer#timer-application

AI Summary: The issue is that the Tea Timer application, built using GTK and Python, only functions correctly in debug mode. Lines 20-23, which import GTK libraries, are causing errors in release mode. The task is to identify and resolve the incompatibility between the import statements and the release build environment. This likely involves ensuring the correct GTK version is linked and available at runtime.

Complexity: 4/5
help wanted good first issue

Simple timer for Linux. Accessibility first.

HTML
#accessibility#low-vision#timer#timer-application