feat: Add improved date input

This commit is contained in:
Anton Stubenbord
2023-10-20 01:24:41 +02:00
parent 520bfbd7b1
commit 18e178b644
6 changed files with 197 additions and 126 deletions

View File

@@ -129,7 +129,7 @@ class AppDrawer extends StatelessWidget {
),
onTap: () {
launchUrlString(
'https://github.com/astubenbord/paperless-mobile/issues/new',
'https://github.com/astubenbord/paperless-mobile/issues/new?assignees=astubenbord&labels=bug%2Ctriage&projects=&template=bug-report.yml&title=%5BBug%5D%3A+',
mode: LaunchMode.externalApplication,
);
},