Commit graph

4 commits

Author SHA1 Message Date
Jonathan Zernik
b4d1dce4e5
Improve display of dialog fields (#1819)
* Use outline and margin for dialog text field inputs

* Update frontend build
2021-11-22 18:52:26 -08:00
Jonathan Zernik
baf58c0c48
Display bearer token in text field (#1770)
* Show bearer token in a read-only text field

* Fix unused imports in twitter frontend components

* Update frontend build
2021-11-06 03:12:53 -07:00
Jonathan Zernik
ec6b2e17bd
Fix button text for submit button in add twitter account dialog (#1757)
* Fix button text for submit button in add twitter account dialog

* Update frontend build
2021-11-04 19:47:58 -07:00
Jonathan Zernik
6c40891ad8
Add twitter forwarder (#1755)
* Add twitter stream class

* Got twitter forwarder subscription working

* Add config table in db with twitter bearer token

* Only run forward tweets task when twitter bearer token and twitter handles are not null

* Add twitter page to frontend and add button to set bearer token

* Reload bearer token in ui after setting value

* Add twitter accounts table to db

* Got get twitter accounts request working

* Display twitter account list items in twitter page

* Show twitter accounts in twitter page

* Got create squeak from tweet working

* Update twitter stream upon twitter accounts changes

* Got terminate twitter stream connection working

* Update frontend build

* Remove print statements from itest

* Remove main function from twitter stream module

* Make tweet forwarder worker run as daemon thread

* Use custom config for subscribe tweets retry interval
2021-11-04 19:10:00 -07:00