3 Open Issues Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add a 16x16 pixel favicon to the Aula app to resolve a browser request for this missing icon size. This might involve creating the favicon image itself or adjusting the application's configuration to stop requesting the 16x16 size.

Complexity: 2/5
good first issue

AI Summary: Implement tooltips on icons, particularly clarifying the copy/link functionality. This involves adding tooltip text that appears on hover over relevant icons, improving user understanding of their purpose.

Complexity: 2/5
good first issue dogfood

AI Summary: Implement date formatting based on locale (en-US: YYYY-MM-DD, de-DE: DD.MM.YYYY). This involves modifying the existing date display functionality to use the appropriate format based on the user's locale settings. The current format is YYYY/MM/DD.

Complexity: 2/5
enhancement good first issue dogfood