Resolves #167
This commit is contained in:
parent
ab30c64eab
commit
3cddac3dc6
@ -38,15 +38,7 @@ class _LogViewPageState extends State<LogViewPage> {
|
|||||||
onPressed: () {
|
onPressed: () {
|
||||||
Clipboard.setData(new ClipboardData(text: _logData));
|
Clipboard.setData(new ClipboardData(text: _logData));
|
||||||
},
|
},
|
||||||
),
|
)
|
||||||
IconButton(
|
|
||||||
icon: Icon(MaterialDesignIcons.createIconDataFromIconName("mdi:github-circle")),
|
|
||||||
onPressed: () {
|
|
||||||
String body = "```\n$_logData```";
|
|
||||||
String encodedBody = "${Uri.encodeFull(body)}";
|
|
||||||
HAUtils.launchURL("https://github.com/estevez-dev/ha_client_pub/issues/new?body=$encodedBody");
|
|
||||||
},
|
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
body: TextField(
|
body: TextField(
|
||||||
|
Reference in New Issue
Block a user