Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue outlines several ideas to improve the Favorite Users screen. Proposed enhancements include adding a Floating Action Button (FAB) for adding users when the list is empty, implementing swipeable actions (e.g., New Seamail, New Private Event) for individual favorite users, and introducing a multi-selection mode with bulk action capabilities for selected users.
AI Summary: The issue requests the implementation of a 'share' button for various content types, such as posts and 'fezzes'. This button should enable users to easily copy or view the server's canonical URL for the specific content item, facilitating sharing.
AI Summary: The new Seamail form is failing to validate required fields like subject and participants before submission. Users can send messages with these fields empty, which causes the send button to get stuck in a loading state without providing any error feedback. The issue requires implementing proper client-side validation to prevent invalid submissions.
AI Summary: This issue reports that search queries are not stripping leading or trailing whitespace, causing search failures. The user observed this when keyboard autocomplete added an extra space to their query, which was resolved by manually removing the space before searching.