fluffychat merge

This commit is contained in:
ggurdin 2026-02-04 14:28:22 -05:00
commit 5e0fd61bdd
No known key found for this signature in database
GPG key ID: A01CB41737CBB478
3 changed files with 17 additions and 2 deletions

View file

@ -34,6 +34,20 @@ body:
placeholder: "e.g. 1.12.0"
validations:
required: true
- type: dropdown
id: platform
attributes:
label: "Platform"
description: "Select the platform where the bug occurs."
options:
- Android
- iOS
- Web
- Linux
- macOS
- Windows
validations:
required: true
- type: input
id: platform-info
attributes:

View file

@ -1,5 +1,5 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: 👬 FluffyChat Community
url: https://matrix.to/#/#fluffychat:matrix.org
url: https://matrix.to/#/#fluffy-space:matrix.org
about: Please ask and answer questions here.

View file

@ -89,6 +89,7 @@ Future<String?> showTextInputDialog({
// Pangea#
maxLength: maxLength,
keyboardType: keyboardType,
obscureText: obscureText,
);
},
),