Open Issues Need Help
View All on GitHub [nitpick] Favicon 16x16 2 months ago
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
Hover on icons should show tooltip text 2 months ago
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
Date format according to en/de 2 months ago
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