From 9c60bc8ce4a0990c228d2cd746791b88c41532b8 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Thu, 24 Aug 2023 18:43:15 -0400 Subject: Implement basic Mastodon API support Implement support for OAuth 2.0 code entry, which is then used to retrieve a token that is stored in the application's settings. Authentification allowed the implementation of a basic "get post from URL" feature mostly made for testing. --- src/mainwindow.ui | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mainwindow.ui') diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 292930d..2d7cf30 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -123,6 +123,7 @@ p, li { white-space: pre-wrap; } Go + @@ -271,6 +272,11 @@ p, li { white-space: pre-wrap; } QAction::PreferencesRole + + + Open URL… + + listWidget -- cgit v1.2.3-54-g00ecf